if you disable view state of a textbox will it maintain
data during postbacks.if yes reason
Answer Posted / k
No. Becoz it is a stateless connection.
| Is This Answer Correct ? | 1 Yes | 24 No |
Post New Answer View All Answers
How do cookies work? Give an example of their abuse.
What is variable and constant in .net programming language?
What is repository pattern in mvc.net? : asp.net mvc
what is the difference between response.write() and response.output.write()?
Explain advantages of caching?
Write a code snippet to implement the indentation in json in web api.
Which authentication uses a combination of windows and iis authentication?
Can we have a web application running without web.config file?
What is server side routing?
How do you declare static variable? What is its lifetime?
What permissions do asp.net applications posses by default?
How do you deploy your asp.net application?
What are sessions in asp net?
What are the Difference between asp.net and asp ?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)