can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / jayamala
I think its not possible using viewstate.To pass data from
one page to another we are using session variable.
| Is This Answer Correct ? | 38 Yes | 17 No |
Post New Answer View All Answers
What are the options in ASP.NET to maintain state?
What are the differences between code behind and code inline?
When Cookies are expired in ASP.NET?
What is asp.net caching?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Explain in what order a destructors is called.
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What is meant by server side scripting?
What are html helpers in asp.net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain Optimization technique description?
What is semantic gap?
How Session outproc in Sqlserver stored?
What are the event handlers that can be included in the Global.asax file?