What are different options to store state in ASP.NET
applications?
Answers were Sorted based on User's Feedback
Answer / guest
View state, Hidden fields, Cookies, Query strings,
Application state, Session state and Profile Properties
| Is This Answer Correct ? | 2 Yes | 0 No |
Name the property which is used to lock a textbox to enter data?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
how barcode print on the win form
How insert recored in the database
How save rerecord in the database?
Is windows an application software?
Which method of the messagebox class is used to display a message in the message box?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".
Which command prompt utility is used to convert a resource file from the text format into the binary format?
Explain how many number of events does the timer controls?
Explain about crystal report in brief?
Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. when I am clicking another button then other two values also insert into that table. please help me