Where is cookie used in asp.net?
Can we use multiple forms in single asp.net application?
What is form submit?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How can you provide an alternating color scheme in a Repeater control?
Explain how can we inherit a static member?
What is the difference between exe and dll?
what is the dllhell? why we use the dllhell?
why we should use more than one web.config files in our application? I have two web.config files in my application. One in the root directory and another one inside a sub folder. When the application runs which web.config file will run? why?
what is mean by framework?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Difference between application events and session events