If i place an attribute called "runat=server"how the execution goes to server? i.e will this application contact client browser?

Showing Answers 1 - 1 of 1 Answers

mahesh l. nalawade

  • Oct 14th, 2006
 

runat=server attributes informs compiler that the object run at server side which is allow to script server side scripting for that particular control. It's also helps to map html controls if it will add to it.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions