﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Change HyperLinkFormating Strinf on CodeBehind </title><link>http://www.intersoftsolutions.com/Community/WebGrid/Change-HyperLinkFormating-Strinf-on-CodeBehind/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Change HyperLinkFormating Strinf on CodeBehind </title><link>http://www.intersoftsolutions.com/Community/WebGrid/Change-HyperLinkFormating-Strinf-on-CodeBehind/</link><pubDate>Tue, 11 Jun 2013 08:37:01 GMT</pubDate><dc:creator>sahinarslan89@gmail.com</dc:creator><category>WebGrid Hyperlik</category><description>Hello,&lt;br /&gt;&lt;br /&gt;Your example is very usefull, it is helpful for me. I want to tanks you for your interest. &lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Şahin &lt;br /&gt;</description></item><item><title>Change HyperLinkFormating Strinf on CodeBehind </title><link>http://www.intersoftsolutions.com/Community/WebGrid/Change-HyperLinkFormating-Strinf-on-CodeBehind/</link><pubDate>Tue, 11 Jun 2013 04:07:29 GMT</pubDate><dc:creator>Hans</dc:creator><category>WebGrid Hyperlik</category><description>Hello,&lt;br /&gt;&lt;br /&gt;I made a simple WebGrid sample; I bind the WebGrid to access data source (Northwind.mdb database and Shippers table).&lt;br /&gt;I set the “ColumnType” property in ShipperID column to "HyperLink".&lt;br /&gt;I also add one ASP.Net button control to do post back process.&lt;br /&gt;&lt;br /&gt;The result is the HyperlinkFormatString always works well after I click the button.&lt;br /&gt;&lt;br /&gt;Please kindly have review on the sample and please let me know there are some steps or configurations that I missed in this sample.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.</description></item><item><title>Change HyperLinkFormating Strinf on CodeBehind </title><link>http://www.intersoftsolutions.com/Community/WebGrid/Change-HyperLinkFormating-Strinf-on-CodeBehind/</link><pubDate>Mon, 10 Jun 2013 02:35:41 GMT</pubDate><dc:creator>sahinarslan89@gmail.com</dc:creator><category>WebGrid Hyperlik</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;My code is below, I want set wengrid column hyperlinkformattext in codebehind, First time,when I click button(btnGetFullList) , it is work well , but second time, when I click button(btnGetFullList) , it is not work.(my WebGrid Name: grdDetailSearchPanel).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;In additionally, hyper links of webgrid colums is only work on first page items  of webgrid .&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;protected void btnGetFullList_Click(object sender, EventArgs e)
{
   grdDetailSearchPanel.DataSource = myDataTable;
   grdDetailSearchPanel.DataBind();
}&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;protected void grdDetailSearchPanel_InitializeRow(object sender, ISNet.WebUI.WebGrid.RowEventArgs e)
{            &lt;br /&gt;    grdDetailSearchPanel.RootTable.Columns[1].HyperlinkFormatString = Resource.Resource.SpSiteDetailPanel &amp;#43; "?FormID=" &amp;#43; e.Row.Cells[0].Text &amp;#43; "&amp;amp;SirColor=" &amp;#43; e.Row.Cells[13].Text;
} &lt;/pre&gt;
&lt;p&gt;please help me.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
</description></item></channel></rss>