Difference between HTML control and Web Server Control?
Answer Posted / chandresh
HTML controls have not need to write runat="server" means
it not send request to server for any evant when in web
server control every time send request to server.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
How use Xml data in ASP.net?
What are the different types of cookies in asp.net?
What are the different validators in asp.net?
Where you store Connection string in "Web.Config" file in ASP.NET?
Which asp.net objects encapsulate the state of the client and the browser?
What is OSI layer? Explain different layers.
Can any body provide me the sample web application in asp.net
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Is asp.net easy to learn?
What is css and what is it used for?
What I need to create and run an asp.net application?
What is a postback url?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
What is data control in asp.net?
List the advantages and disadvantages of user control an custom control?