Click here to Skip to main content
15,894,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created gridview with CollegeName and ID
Now I want to 1. create textboxes,labels same as no of colleges displayed in gridview.These textboxes displayed horizontally and bellow labels created.
2. When I click on Gridview college its ID should displayed in textbox with its name to corresponding label and Focus should be on next text box .
3. If i select textbox manually and enters data then text then this id should matched with gridview collegeID and if valid iD then only allow to next focus.
4. How should I achieve this .I have created in following way
1. I have created dynamically tables with textbox
2. I have created javascript for focusing and displaying collegename.
3. At least one college ID should be there for this code level validation is applied.
Now i want
? Is this valid way if javascript is disabled on browser.
?If not which is proper way of creating textboxes.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900