Validation controls
What is the role of runat="server" ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dhaval PatelPosted Jan 18, 2012, 1:03 AM
Jignesh TrivediPosted Jan 18, 2012, 2:51 AM
As per my understanding ASPX contains mix tags are asp tags and HTML tags and HTML tags has an option of either it expose on server side (code behind file). But Asp tag must have runat server tags and it must expose in code behind file.
hope this help.