<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Parts and Personalization</title><link>http://forums.asp.net/145.aspx</link><description>Discussions of the new ASP.NET 2.0 portal framework.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=167&amp;c=30" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: how the controls in the webpart zone template are reconginsed</title><link>http://forums.asp.net/thread/3275820.aspx</link><pubDate>Mon, 06 Jul 2009 03:23:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275820</guid><dc:creator>vinz</dc:creator><author>vinz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275820.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3275820</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;jagadeesh_sanapala:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;hi 
could guide me in this regard howto use user control as web parts &lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;You can refer to the following links below on how to create a UserControl as WebParts:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/w9b5ett0.aspx"&gt;How to: Treat a User Control as a Web Parts Control&amp;nbsp; &lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://rshelton.com/archive/2008/07/08/how-to-video-building-web-parts-with-user-controls-and.aspx"&gt;How to video: Building Web Parts with User Controls and AJAX &lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: how the controls in the webpart zone template are reconginsed</title><link>http://forums.asp.net/thread/3274820.aspx</link><pubDate>Sat, 04 Jul 2009 16:32:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274820</guid><dc:creator>jagadeesh_sanapala</dc:creator><author>jagadeesh_sanapala</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274820.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3274820</wfw:commentRss><description>&lt;p&gt;hi 
could guide me in this regard howto use user control as web parts &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: how the controls in the webpart zone template are reconginsed</title><link>http://forums.asp.net/thread/3274719.aspx</link><pubDate>Sat, 04 Jul 2009 14:04:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274719</guid><dc:creator>vinz</dc:creator><author>vinz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274719.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3274719</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;jagadeesh_sanapala:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;iam placing grids in the webparts zones even i binded data&amp;nbsp;to the&amp;nbsp;grid also it is not displaying ..so how can i find the contols in the vb.net code when they are in catalog--declarative catalog zone and any webparts zones..how can assign data t&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;The easiest thing that I could think of is to use UserControl as Webparts, Place the GridView within the UserControl and do the logic there like Binding etc..&lt;/p&gt;</description></item><item><title>Re: how the controls in the webpart zone template are reconginsed</title><link>http://forums.asp.net/thread/3274570.aspx</link><pubDate>Sat, 04 Jul 2009 10:57:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274570</guid><dc:creator>jagadeesh_sanapala</dc:creator><author>jagadeesh_sanapala</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274570.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3274570</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi thnks for ur reply&lt;/p&gt;
&lt;p&gt;i hv a doubt when user selects edit mode and change the grid then how i can handle this situation...can i write this same code for page catalog also &lt;/p&gt;</description></item><item><title>Re: how the controls in the webpart zone template are reconginsed</title><link>http://forums.asp.net/thread/3274519.aspx</link><pubDate>Sat, 04 Jul 2009 09:49:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274519</guid><dc:creator>ramireddyindia</dc:creator><author>ramireddyindia</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274519.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3274519</wfw:commentRss><description>&lt;p&gt;&lt;pre name="code" class="c-sharp"&gt;        foreach (WebPart wp in WebPartZone1.WebParts)
        {
            GridView gv = wp.FindControl(&amp;quot;your gridview id&amp;quot;);
        }&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>how the controls in the webpart zone template are reconginsed</title><link>http://forums.asp.net/thread/3274256.aspx</link><pubDate>Sat, 04 Jul 2009 04:55:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274256</guid><dc:creator>jagadeesh_sanapala</dc:creator><author>jagadeesh_sanapala</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274256.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3274256</wfw:commentRss><description>&lt;p&gt;iam placing grids in the webparts zones even i binded data&amp;nbsp;to the&amp;nbsp;grid also it is not displaying ..so how can i find the contols in the vb.net code when they are in catalog--declarative catalog zone and any webparts zones..how can assign data to them using vb code&lt;/p&gt;</description></item></channel></rss>