can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / ashutosh sharma
yes we can by sessions, server.transver
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
What is the difference between ldap and active directory?
What are the parts of an http response?
What symbol would you use to denote, the start of a code block in aspx views?
How can you enable impersonation in the web.config file?
In which situation can you not use a viewstate?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What are the different types of proxy patterns?
How will you do Redo and Undo in a TextControl?
What are the new features implemented in ASP.NET?
How to you can limit Access to Web API to Specific HTTP Verb?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Can any body provide me the sample web application in asp.net
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Write a code for passing ArrayList in Web API?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?