Hello,
I am stuck on one situation.
My problem is as follows-
example-
Below is a gridview.
Name Id Select
---------------------------------
Name1 N01 Click
Name1 N02 Click
Name2 N03 Click
I have to open different PDFs , whenever clicks on Hyperlink "Click" according to Id, say "1.pdf" will b opened according to N01 & similary "2.pdf" will b opened according to N02.
So, i want to know how can i do that operation in VB.NET.
Please help me to get rid of this.
Thanx in advance.