What data types do the RangeValidator control support?
Answer Posted / sudhanshu jain
Currency
Date
Double
Integer
String
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between session object and application object?
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 = "
How are sessions stored?
Can we use a static function with a non-static variable?
What is cookieless session id explain in brief?
How you will improve web application performance?
What is a form tag?
What r the asp.net list controls and difference between them?
How to find out what version of asp.net I am using on my machine?
Mention the execution process for managed code?
Why web api is better than wcf?
What does the orientation property do in a menu control?
Where is session data stored in asp net?
What is the default Orientation property in a Menu control?
What’s difference between “optimistic” and “pessimistic” locking?