can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / tejavishu
By using viewstate it is not possible.sure it is not
possible.bcoz its comes under the pagelevel state manage
ment.to maintaning the state in page it self we are using
the view state.
| Is This Answer Correct ? | 20 Yes | 14 No |
Post New Answer View All Answers
What are the events in a page life cycle?
What should you do is you want to remove an existing component but would like to make some funtionalities?
How can we create pie chart in asp.net?
What’s the difference between asp.net web forms and asp.net mvc?
Define static function?
What is the difference between CLICK and MOUSE DOWN Event ?
Why cyclomatic complexity is important?
What is aspect-oriented programming?
Is it possible to create web application with both webforms and mvc?
Explain server control extensibility with reference to asp.net 2.0 ?
What does a switch do?
Explain weak typing and strong typing.
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is application session?
What is HTTPModule and HTTPcontext? What is the use of each?