I want to Print report of the content that is displayed in DataGrid in Visual C# 2003 (its a Web Application)

On my page there is one buttton called Print Report,so after clilking on that btn report should generate(or it shld give some option for printer selection )

Plz help me

Its really needed.....n urgent

Replay soon

Thanks

u can use Javascript to work for u.
Use the function

function print()
{
window.print();
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.