<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Adding a dynamic data bound HyperLinkField to an ASP.NET GridView control</title>
	<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/</link>
	<description>Quality ASP.NET/C#/SQL Server tutorials, examples, videos and advice</description>
	<pubDate>Sat, 19 May 2012 16:03:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: archit</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-287</link>
		<dc:creator>archit</dc:creator>
		<pubDate>Mon, 05 Jul 2010 18:10:12 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-287</guid>
		<description>thnx a ton.....it ws of gr8 use...thnxxxxxx....do post more of such posts....</description>
		<content:encoded><![CDATA[<p>thnx a ton&#8230;..it ws of gr8 use&#8230;thnxxxxxx&#8230;.do post more of such posts&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ted</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-245</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Mon, 04 Jan 2010 02:38:43 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-245</guid>
		<description>egess,

If you want to make the page name dynamic do it like this:
set DataNavigateUrlFormatString = “{0}.aspx”
set DataNavigateUrlFields = “database_column_containing_page_name”</description>
		<content:encoded><![CDATA[<p>egess,</p>
<p>If you want to make the page name dynamic do it like this:<br />
set DataNavigateUrlFormatString = “{0}.aspx”<br />
set DataNavigateUrlFields = “database_column_containing_page_name”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egess</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-243</link>
		<dc:creator>egess</dc:creator>
		<pubDate>Fri, 01 Jan 2010 17:12:53 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-243</guid>
		<description>good explanation. one question though. How can I jump/hyperlink to different pages based on values in the gridview. for example, if I have column x with different values, I want to use a hyperlink jump to different details pages based on value of column x. How can I do this?</description>
		<content:encoded><![CDATA[<p>good explanation. one question though. How can I jump/hyperlink to different pages based on values in the gridview. for example, if I have column x with different values, I want to use a hyperlink jump to different details pages based on value of column x. How can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-160</link>
		<dc:creator>pradeep</dc:creator>
		<pubDate>Tue, 04 Aug 2009 01:48:35 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-160</guid>
		<description>hi,

is it possible to have one of the placeholders in datanavigationurlfields to be a viewstate or session variable. 

i know it can be done in rowdatabound event, but just wondering if can be done in aspx page?

Regards,
prad</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>is it possible to have one of the placeholders in datanavigationurlfields to be a viewstate or session variable. </p>
<p>i know it can be done in rowdatabound event, but just wondering if can be done in aspx page?</p>
<p>Regards,<br />
prad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svnml</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-123</link>
		<dc:creator>svnml</dc:creator>
		<pubDate>Mon, 01 Jun 2009 07:36:38 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-123</guid>
		<description>Hi, 

Very nice explanation. Thanks so much. I have one question. By clicking on the link, a user can easily see the customerid or any other data that the hyperlink is passing to another page. I am looking for a way to not to show the values that we pass in the querystring by using the same hyperlink field. Is it possible?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Very nice explanation. Thanks so much. I have one question. By clicking on the link, a user can easily see the customerid or any other data that the hyperlink is passing to another page. I am looking for a way to not to show the values that we pass in the querystring by using the same hyperlink field. Is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadine</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-54</link>
		<dc:creator>Nadine</dc:creator>
		<pubDate>Fri, 13 Mar 2009 13:01:47 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-54</guid>
		<description>A clear explaination of the DataNavigationUrlFields and DataNavigateUrlFormatString properties.</description>
		<content:encoded><![CDATA[<p>A clear explaination of the DataNavigationUrlFields and DataNavigateUrlFormatString properties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ted</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-49</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:16:44 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-49</guid>
		<description>To retrieve the customerid in Customer_Edit.aspx check out the following blog post (which is next in Mid-level ASP.NET):

http://www.csharpuniversity.com/2009/02/09/binding-database-data-to-textbox-with-the-formview-and-aspnet-sqldatasource-controls/</description>
		<content:encoded><![CDATA[<p>To retrieve the customerid in Customer_Edit.aspx check out the following blog post (which is next in Mid-level ASP.NET):</p>
<p><a href="http://www.csharpuniversity.com/2009/02/09/binding-database-data-to-textbox-with-the-formview-and-aspnet-sqldatasource-controls/" rel="nofollow">http://www.csharpuniversity.com/2009/02/09/binding-database-data-to-textbox-with-the-formview-and-aspnet-sqldatasource-controls/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonu</title>
		<link>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-48</link>
		<dc:creator>sonu</dc:creator>
		<pubDate>Tue, 03 Mar 2009 09:07:38 +0000</pubDate>
		<guid>http://www.csharpuniversity.com/2009/02/09/adding-a-dynamic-data-bound-hyperlinkfield-to-an-aspnet-gridview-control/#comment-48</guid>
		<description>good explanation, but how to retrieve the customerid at the target
.aspx file?</description>
		<content:encoded><![CDATA[<p>good explanation, but how to retrieve the customerid at the target<br />
.aspx file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

