In a page there is dropdown list with the name of the
cities like Bangalore,Pune,Chennai,Other and a text box
that would enable the user to enter the name of the city if
other is selected. How to enable validation on the text box
if other is selected
Answer Posted / rahul singhal
u will have to chk the selectedtext of the dropdown if
selectedtext is others then disable textbox
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Where the assembly is stored in asp.net?
What is user control in asp.net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Explain the difference between Repeater and Data list control in ASP.NET?
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 = "
What is state management react?
How many types of validation are there?
Is there any alternative to avoid name collisions other then Namespaces?
What do you understand by aggregate dependency?
Where session id is stored?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Is oauth for authentication or authorization?
What are the difference between function and stored procedure in .net programming language?
What are the components of ado.net?