Click here to Skip to main content
15,906,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hye everyone!

I have a gridview which is placed in a panel. I have successfully retrieve the data from the selected row (after doing some debugging, the value is retrieved) but the data is not displayed in the textbox outside the panel.

this is some piece of code that im using.
VB
Me.txtCustCode.text = gdCustMaster.Rows(e.CommandArgument.ToString).Cells(1).Text.ToString

what should I add so that the data can be displayed from outside the panel?
Thanks for your response!
Posted
Updated 1-May-12 21:02pm
v2

Hye guys!
I have solved this. I just replace panel with a "div" so that the value is easier to be retrieved and did not need long coding.. Thanks for your time!!
 
Share this answer
 
 
Share this answer
 
Comments
Prasad_Kulkarni 2-May-12 3:08am    
OP wants it in VB.
snamyna 2-May-12 3:54am    
Im using hyperlink. So, should I change Imagebutton to hyperlink? and where should I call for show_detail?

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