What is the difference between Hash table and Array list?
Define an assembly?
What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.
how to edit gridview control in asp.net2.0
how can we display records in single datagrid using two datasets in different place?
2 Answers Global Computer, Honeywell,
What are the elements of a website?
What is the Difference B/W Finalize() and Dispose() in .Net?
12 Answers HCL, IBM,
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom
Contrast the use of an abstract base class against an interface?
How can you dynamically add user controls to a page?
What is the difference between equals() and == in c#?
How to fetch a data from one table to another table in asp.net ?