Answer Posted / m.shanmuga sundaram,rjnsoftwar
Hidden fields in Asp.Net are used to exchange data between
browsers and web servers.
Page.RegisterHiddenField Method
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the use of service provider?
Which data type does the rangevalidator control support?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
Why do we use sessions?
What is a runtime version?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
Explain the different types of assemblies?
What are the advantages of passport authentication?
Explain the significance of routing? : asp.net mvc
What is break mode?
How will you do Redo and Undo in a TextControl?
Define repository pattern in asp.net mvc? : asp.net mvc
How we implement web farm and web garden concept in asp.net?
Why asp.net is better than php?
What is the significance of finalize method in .net?