Click here to Skip to main content
15,905,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Iam using gridview with 9 columns in that 9 columns for 1 column i created link(Hyperlink) for Uid if i click on that Uid link means that 9 rows data will goto the next form(add.aspx) in that form iam having 9 textbox that 9 grid row value wil goto 9 textbox in add.aspx the same project

From View.aspx to add.aspx

iam using asp.net with C#

i want answer ASAP plz anyone help me


Thanks in advance

Suresh
Posted

A good suggestion is given by kartikdasani, so what you have to do here is append any id to your hyperlink i.e. add a querystring value. And in the second page take that querystring value and retrieve data back form DB.
 
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