Ramasani Indrashaker
Ramasani Indrashaker

Reputation: 631

Open a new window using Hyperlink NavigateUrl property inside gridview

I have a grid.
Inside the grid I have a column name as Document name, this document contains all documents with file name indra.pdf.
My requirement is when I click on document name I want to open the document in a new window.
While I am saving my documents in Tables I am also saving in client side folder.

Please any can help me.

Upvotes: 1

Views: 2096

Answers (2)

Vishal Suthar
Vishal Suthar

Reputation: 17194

You can use property:

target="_blank"

Upvotes: 3

Mahendra
Mahendra

Reputation: 1

From your statement above i can understand that u want to open your document in new window. This will help you. if not then please elaborate your question.

You can use property : target="_new"

Upvotes: -2

Related Questions