What are server controls?
Answer / saqib
any control where you use runat=server and is
understandable by server.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the use of ErrorProvider Control in .NET?
What is the difference between server.transfer and response.redirect? Why?
Tell us the differences between an interface and an abstract class in .net?
Difference between value type & reference types ?
Explain cas (code access security)?
What is the difference between custom control and web control?
Which dll translate xml to sql in internet information server (iis)?
WHAT IS .net
Which method do you use to redirect the user to another page without performing a round trip to the client?
Please explain what is the difference between encrypting a password and applying a hashing?
Can any object be stored in a viewstate in .net?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.