How do you store a value in viewstate and retrieve them?
Answer / Sunil Kumar Rastogi
To Store: ViewState["key"] = value; To Retrieve: value = ViewState["key"];
| Is This Answer Correct ? | 0 Yes | 0 No |
when will garbage collector run?
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
What is the application pool?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What are the various ways of securing a web site that could prevent from hacking etc ?
Differences between session state and Application state?
How ASP and ASP.NET page works.
Is there any alternative to avoid name collisions other then Namespaces?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
what is the role of aspx file ?
What is authorization in asp.net?
Difference between Response.redirect vs server.transfer?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)