What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
No Answer is Posted For this Question
Be the First to Post Answer
Do gac'ed assemblies have fulltrust?
Do you know using sql cache invalidation?
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
What r the remotable objects. and how u make an application remotable
What is the difference between custom web user control and a custom web server control?
What is custom control. What is the difference between custom control and user control?
how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url
Describe the application event handlers in ASP.NET?
Which tool you have done?
How asynchronous call can be implemented using delegates?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
How do you create master pages in asp.net?