Hi guys,
Can you help me with my problem?
I have 2 web forms, Home webform and Admin webform.
Each webform has 1 gridview, grdHome and grdAdmin.
I also have 1 table which has field1,field2,f ield3,field4,fi eld5,field6
grdHome has 3 columns: field1, field2 & field3.
grdAdmin has also 3 columns field4,field5,f ield6
I have successfully created a hyperlink in grdHome's field1. It is hyperlinked in the Admin webform.
What I want to do is:
1.) when i click one record in field1, the grdAdmin in the Admin webform should only display the specific record from field 4,field 5 and field 6...
Thanks,
Please help me..
Can you help me with my problem?
I have 2 web forms, Home webform and Admin webform.
Each webform has 1 gridview, grdHome and grdAdmin.
I also have 1 table which has field1,field2,f ield3,field4,fi eld5,field6
grdHome has 3 columns: field1, field2 & field3.
grdAdmin has also 3 columns field4,field5,f ield6
I have successfully created a hyperlink in grdHome's field1. It is hyperlinked in the Admin webform.
What I want to do is:
1.) when i click one record in field1, the grdAdmin in the Admin webform should only display the specific record from field 4,field 5 and field 6...
Thanks,
Please help me..
Comment