Jump to content

using validation control


sansat6699

Recommended Posts

i have a drop down list i want to validate it, it is bounded to database as text field for display and integer value for coding i.e selected items value.so i want to validate dropdownlist on its selected items valiue rather than text present in ddl for make sure that user selected some item.i know about InitialValue propery but it only checks for text in dropdpwnlist so what happening is if someon type a text and not seleced item in ddl it gets valideted so i want to implement validation on its seleceted items value using standrd asp.ent2.0 validation controlsplease help

Link to comment
Share on other sites

I don't understand what you are asking. You cannot type text into a drop down list.
ok can u tell me how to validate ddl on selected value rather than text present in ddl using initial value property.ie i have ddl bounded to databse text for display in ddl and value bounded which integer value to every item in ddl.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...