here is my textbox:
Text='<%#Eval("Nseats") %>' Height="15px" Width="39px" onclick="change()">
i have to write this validation in button click
here is my button Control:
Visible="False" />
i have four columns in gridview and this textbox is at fourth column
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
KRayudu VPosted Sep 14, 2013, 12:41 AM
Now i have to validate(NO.Seats(TextBox)) using javascript rang validation (in between 0 to 50) on Submit(Button) Click
Here is the Print Screen
Suthish NairPosted Sep 13, 2013, 9:15 AM