Hi Friends,
1.How can I create hidden control in asp.net.kindly give me the simple example.
2.what is advantages and disadvantages using this control ?
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.
Michal HabalcikPosted Jan 8, 2015, 7:24 AM
You can hide an input control by using: type="Hidden"
Moreover, you can hide any control using CSS: Visibility: hidden; Display: none;
Also, in a code behind file:
Manish Kumar ChoudharyPosted Jan 8, 2015, 7:18 AM
Hi sukumar s,
Go through following links it will help you regarding that
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.hiddenfield.value%28v=vs.110%29.aspx
http://www.dotnetfunda.com/tutorials/controls/hiddenfield.aspx