Click here to Skip to main content
15,901,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have two web page.
1st. gridview
2nd. form with text box ,Drop downs

suppose i have one gridview records with hyperlink.. when i click one particular row data from gridview , and this row data will redirect on another aspx page in textbox and droopdown .
Posted

1 solution

User a hyperlink column in the grid to navigate to the required page. Pass the id for the row as a query string so the data can be retrieved from the datasource and displayed.
 
Share this answer
 

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