How to allow different kinds of text in textbox based on dropdownlist selecteditem?
-
Hi all, I have Dropdownlist1,Textbox1 The items in Dropdownlist1 are > < = != IS Not Like Based on the selection only i need to enter the text in textbox1 i.,e for > --only numbers < --only numbers = --value or Characters != --Value or Characters IS --Null Like --Characters how to get all the above.... Regards, Koti.K
-
Hi all, I have Dropdownlist1,Textbox1 The items in Dropdownlist1 are > < = != IS Not Like Based on the selection only i need to enter the text in textbox1 i.,e for > --only numbers < --only numbers = --value or Characters != --Value or Characters IS --Null Like --Characters how to get all the above.... Regards, Koti.K
-
set attribute ValidateRequest="false" at page directive.
A DATAPOST COMPUTER CENTRE (K.V Prajapati)
Hi After Make the validaterequest="false" at page tag what i need to write in my page
-
set attribute ValidateRequest="false" at page directive.
A DATAPOST COMPUTER CENTRE (K.V Prajapati)
-
Hi After Make the validaterequest="false" at page tag what i need to write in my page
katarukoti wrote:
validaterequest="false"
This wont make any difference for you If you want to restrict the values entered into the textbox, use javascript, and additionally you can use a CustomValidator either with a javascript function and/or a server side function to validate the input
Alexei Rodriguez
-
Hi After Make the validaterequest="false" at page tag what i need to write in my page