Microsoft
Software
Hardware
Network
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/libr
ary/
system
.web.ui.pa
ge_members
.aspx
hope it helps you.
Random Solutions
How to create store procedures and pass values in SQL
Help setting up simple Isolated Wifi VLAN
installing a UCC certificate with local domains for Exchange 2010 - how does the certificate authority approve them?
jQuery: Add div at beginning of other div
datagrid question
Delphi 6 not recompiling .pas files
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?
How Can I Turn Off the Record Selector Bar on an Inserted SubForm?
Server Loses Internet Access After Reboot
Linq and new features design in VS 2008