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.

Priyank KharePosted Dec 10, 2014, 5:32 AM
I means to say-
I have
state- DDL List
Industry*- DDL List2 (compulsory field)
Category- Text box [search_Button]
After search button-
S. NO. Industry Category Name CatogryId Details
--------------------------------------------------------------------------------------
1. Industry1 CatName1 Cat001 Select
2. Industry1 CatName2 Cat002 Select
this will happen with some other industries as well.
So, i want to know is there any way-
i. to open pdf/excel file from folder dynamically according to name/id
ii. is there any other way if i dont want to create table in database..
Vinodh NarayananPosted Dec 10, 2014, 5:08 AM
http://www.c-sharpcorner.com/UploadFile/746cd9/store-and-view-pdf-files-in-a-gridview/
Regards
Vinodh.N