What is a web pool?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of using session?
what is Master pages in asp.net? what is the advantages and disadvantages?
Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?
How to call a child form method from the master page?
Can you nest updatepanel within each other?
List the major built-in objects in asp.net?
Is asp.net is a programming language?
What is difference Data List and Data Repeater Control ?
what are configuration files?
What is role-based security in asp.net?
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?.
What is runat?