gridview and linkbutton
-
hi everybody, i was working with gridview with a column in it where i added a linkbutton to it after making a temolatefield.i need to pass a value with it that is there in gridview. my code is like this : ' ' code behind is : protected void LinkButton1_Click(object sender, EventArgs e) { LinkButton lb = (LinkButton)sender; Server.Transfer(lb.CommandName); } i think ihv passed the value correctly,but i dont know how to fetch it in a label on next page. thanks in advance.
-
hi everybody, i was working with gridview with a column in it where i added a linkbutton to it after making a temolatefield.i need to pass a value with it that is there in gridview. my code is like this : ' ' code behind is : protected void LinkButton1_Click(object sender, EventArgs e) { LinkButton lb = (LinkButton)sender; Server.Transfer(lb.CommandName); } i think ihv passed the value correctly,but i dont know how to fetch it in a label on next page. thanks in advance.