|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Bimsillah Hirrahma Nirraheem 0
Hello Sir... Im ASP.NET with VB.NET on VS.NET. Anybody please tell me that how can i add more attributes and values to the Querystring by using Hyperlink Column... Im using Property Builder of DataGrid. This allow me to add only one Querystring Attribute and its value... i.e. success.aspx?ArtID={0} How can i Add "ArtTitle" in this Querystring? ________________ Thanks... Nauman Ahmed |
|
#2
|
||||
|
||||
|
Click here for Mircrosoft's documentation.
Is this what you're after: <columns> <asp:hyperlinkcolumn headertext="Title" datatextfield="title" datanavigateurlformatstring="linkdetailspage.aspx?titleid={0}" datanavigateurlfield="title_id" /> ... </columns> PS: What does "Bimsillah Hirrahma Nirraheem 0" mean? |
|
#3
|
|||
|
|||
|
Bismillah Hirrahma Nirraheem 0 (Starting With the name of GOD who is the most mrecifull and banificial)
Hello Stumpy! Thanks for your reply! Actually in Simple ASP we can use:<a herf ="Success.asp?ArtID=<%= objRS("ArtID")%>&ArtTitle=<%= objRS("ArtTitle")%> how can i use this in ASP.NET by using DataGrid's Hyperlink Column... (Actually Im not on my Computer at this time (.NET is not Installed here) I'll Check <columns> on my computer )____________ Thanks Stumpy Nauman Ahmed Last edited by Nauman : February 5th, 2003 at 01:06 AM. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > ASP.NET Hyperlink Column |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|