What is Hidden Fields in Asp.Net

Answer Posted / chinmayee mishra

Hidden fields technique is widely used in ASP.NET
programing. Hidden fields are html input control with
hidden type that store hidden data in the html. An example
for a hidden field can look like this:

view sourceprint?1.<input type="hidden"
name="__EVENTTARGET" id="__EVENTTARGET" value="" />In the
example above, I chose to show the event target hidden
field in order to indicate that even in postback mechanism
hidden fields are being used. The data stored in a hidden
field is available when the form is processed on the server
or when we use javascript.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a page theme and a global theme?

738


What parameters can you pass in the url of the api?

886


How tooltip is set through code-behind in ASP.NET?

859


What is ispostback method in asp.net?

765


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1693


Is it right that ASP.NET Web API has replaced WCF?

746


What is true about application service provider?

689


What is difference between Server.Transfer and Response.Redirect in ASP.NET?

818


How you can add an event handler?

757


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

803


What is the concepts of globalization and localization in .net?

749


Where is cookie used in asp.net?

802


What is a web api endpoint?

772


When was asp.net released?

775


What is the difference between stored procedure vs function?

805