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 |
Explain how to add resources during runtime?
What is the default property of data control?
Which event occurs when a user drags an item in a treeview or listview control?
How do you customize the column content inside the datagrid?
Explain the need of z-order method?
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
Which is the global event handler for unhandled exceptions in an ASP.NET applications?
What are window applications?
What are the components of gui for windows?
What is the use of lock keyword in C#?
What is a windows form application?
Name the template that is used to create a user-defined component.