how to convert HTML control to asp.net controls?
Loading
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.
Pankaj Kumar ChoudharyPosted Mar 5, 2015, 7:25 AM
Now you can access that control in aspx.cs page using id
Exa:
I want to convert a textbox to html server control
for this i will add a runat,id attribute to textbox runat ="server" ,id="textId"
now you can use this cotrol at aspx.cs page using this id="textid"
Nanhe SiddiquePosted Mar 5, 2015, 7:00 AM