Priyank Khare

Priyank Khare

  • NA
  • 256
  • 74.5k

Display PDF file on selection of hyperlink of gridview

Dec 10 2014 4:59 AM
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. 
 

Answers (2)