2
Answers

Display PDF file on selection of hyperlink of gridview

Photo of Priyank Khare

Priyank Khare

10y
684
1
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)

0
Photo of Sandy
NA 634 5.3k 7y
HI,
Please follow this link
https://www.codeproject.com/Tips/497123/How-to-make-REST-requests-with-Csharp
 
 
Hope this help!
Thanks