Question : Using Page in ASP.NET

I se how cool it is to be able to put this line in the Page_Load()

if (Page.IsPostBack)
{
    // do something
}

And I see the Page variable has lots of various methods and properties.

What other nifty things can I do with Page?

Thanks,
newbieweb

Answer : Using Page in ASP.NET

Have a look at the link below for details:

http://msdn.microsoft.com/en-us/library/system.web.ui.page_members.aspx

hope it helps you.
Random Solutions  
 
programming4us programming4us