How many view state can be hold by a aspx page ?
Answers were Sorted based on User's Feedback
Answer / leoiser
sorry..there is no limitation on viewstate object.as many
as we can.But the page performance(loading & all) will be
slow.please ignore above answer..
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / pavan singh
on the page_load we can increment the objecy and find it
| Is This Answer Correct ? | 4 Yes | 6 No |
Which of the following .NET framework supports Web API?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How to kill more than one session variables at a time
Why do we use datasource in asp.net?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
How to add DateTime Control in normal DataGrid Server Control?
When we do partial refresh of a page using update panel how server knows it(which event occurs?)
how to edit gridview control in asp.net2.0
Differences between “dataset” and “datareader”.
Should I delete cookies?
Is global asax mandatory?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
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)