<?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>Search results matching tag 'WebPart'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=WebPart&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'WebPart'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Web Parts Issue</title><link>http://forums.asp.net/thread/3578051.aspx</link><pubDate>Tue, 22 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3578051</guid><dc:creator>.NetWebDeveloper</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I want to make&amp;nbsp;asite layout like&amp;nbsp;BBC using web parts, but i need to make dynamic web parts.&lt;/p&gt;
&lt;p&gt;in&amp;nbsp;other words i want to make dynamic section in the default page(Sports, news, art..........etc)&lt;/p&gt;
&lt;p&gt;according to my database(admin can add or delete section) which will appear to users in web control, i tried to make a wep part zone inside a&amp;nbsp; repeater and bind data but it didnt work.&lt;/p&gt;
&lt;p&gt;is there&amp;nbsp;any way to make web part zone read data from database, or is there any solution or idea.&lt;/p&gt;
&lt;p&gt;another thing is there a way to customize the popup menu(close, delete, restore...................) to appear in the left bottom.&lt;/p&gt;
&lt;p&gt;Any Advice&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>Adding LinkButton's EventHandler inside GridView not working</title><link>http://forums.asp.net/thread/3507343.aspx</link><pubDate>Wed, 11 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3507343</guid><dc:creator>ss_panzer</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;m having some trouble adding the linkbutton&amp;#39;s Click eventhandler inside gridview&amp;#39;s cells.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here is what I have:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt;private void gridView_RowDataBound(object sender, GridViewRowEventArgs e)
{
            if (e.Row.RowType == DataControlRowType.DataRow)
            {
                LinkButton tempLB = new LinkButton();               
                tempLB.Text = e.Row.Cells[0].Text;
                tempLB.Enabled = true;
                tempLB.Font.Bold = true;
                tempLB.Click += new EventHandler(tempLB_Click);
                e.Row.Cells[0].Controls.Add(tempLB);
             }
}
private void tempLB_Click(object sender, EventArgs e)
 {
            message.Text += &amp;quot;!!!!!!&amp;quot;;
 }&lt;/pre&gt;&lt;p&gt;&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I can see the linkbuttons inside gridview, and the linkbuttons are clickable. However, I don&amp;#39;t think the click event handler is working. tempLB_Click method is not called when I click the buttonlinks.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Am I missing something? Btw, I&amp;#39;m working on the sharepoint webpart, so no asp aspx page is available. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Dynamic DeclarativeCatalogPart</title><link>http://forums.asp.net/thread/3454109.aspx</link><pubDate>Mon, 12 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3454109</guid><dc:creator>longo90</dc:creator><description>&lt;p&gt;Hi community!!&lt;/p&gt;&lt;p&gt;I&amp;#39;ve big problem with my catalog part....&lt;/p&gt;&lt;p&gt;It&amp;#39;s possible to load the webpart list from database??&lt;/p&gt;&lt;p&gt;Can u post some links about my problem??&lt;/p&gt;&lt;p&gt;thanks in advance&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to create a web part?</title><link>http://forums.asp.net/thread/3439958.aspx</link><pubDate>Sun, 04 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3439958</guid><dc:creator>AndyW2009</dc:creator><description>&lt;p&gt;Hi folks, &lt;/p&gt;
&lt;p&gt;&amp;nbsp; Does anyone have some resources on how to create a&amp;nbsp;custom web part using system.web.ui.webcontrols.webparts?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I want to create a custom web part (not a&amp;nbsp;user control) that can be added to a number of projects.&amp;nbsp; However, its been so long since I last created one I have forgotten how?&lt;/p&gt;
&lt;p&gt;I am using Visual Studio 2008 and would prefer not to use ajax or user controls.&amp;nbsp; I would like to be able to put them in their own library so I can use them in other web applications.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;</description></item><item><title>Adding Webpart during runtime without personalization</title><link>http://forums.asp.net/thread/3412388.aspx</link><pubDate>Fri, 18 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3412388</guid><dc:creator>eddieaks</dc:creator><description>&lt;p&gt;hi sir/madam,&lt;/p&gt;&lt;p&gt;im using ASP.Net 2.0, i wrote a code to dynamically add the Webpart but encountered following error.&lt;/p&gt;&lt;p&gt;&amp;quot;Personalization is not enabled and/or modifiable. The Enabled property must be set to true, and a registered personalization provider must be selected. The current user must be granted the right to modify personalization state.&amp;quot;&lt;/p&gt;&lt;p&gt;i know its something about turning on personalization at WebpartManager, but my application dont need to have personalization. any idea how to add webpart dynamically without personalization turned on??&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webpart portal incremental page display</title><link>http://forums.asp.net/thread/3402687.aspx</link><pubDate>Mon, 14 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3402687</guid><dc:creator>eddieaks</dc:creator><description>&lt;p&gt;dear sir/madam,&lt;/p&gt;
&lt;p&gt;im a beginner of AJAX and webpart, i would like to create a business dashboard application using webpart. during the home page of dashboard loading, each of webpart will&amp;nbsp;perform async loading like&amp;nbsp;&lt;a href="http://dropthings.omaralzabir.com/"&gt;http://dropthings.omaralzabir.com/&lt;/a&gt;&amp;nbsp;and video tutorial of &amp;quot;[How Do I:] Implement the AJAX Incremental Page Display Pattern&amp;quot;. but dropthings framework is too comprehensive for beginner like me to understand, i know there is client-side js need to be written and calling webservice in order to achieve that. i would like to know if any others option rather than calling webwervice. appreciate any comments.&lt;/p&gt;
&lt;p&gt;many thanks&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Overriding CreateControls()</title><link>http://forums.asp.net/thread/3338544.aspx</link><pubDate>Mon, 10 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3338544</guid><dc:creator>smukh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am creating a custom control to be used in web parts. I am overriding the CreateControls() method but getting a compilation error :&lt;/p&gt;&lt;p&gt;no suitable method found to override&lt;/p&gt;&lt;p&gt;I am new to this. What am I missing?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webpart personalization data gets reset after WebSite upgrade</title><link>http://forums.asp.net/thread/3330660.aspx</link><pubDate>Wed, 05 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3330660</guid><dc:creator>ranganatha</dc:creator><description>&lt;p&gt;Hi All, &lt;/p&gt;&lt;p&gt;We have created web parts as user controls and attributed some their properties as [Personalizable]. Add added few web parts to the different zones in page.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Every thing works fine. But whenever a Website is upgraded , all the web parts added will disappear.&lt;/p&gt;&lt;p&gt;What could be the issue. Since web parts controls are of different version after upgraded.. Is this is the reason?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p&gt;Ranganatha&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Need a little help with some Web Part</title><link>http://forums.asp.net/thread/3254545.aspx</link><pubDate>Wed, 24 Jun 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3254545</guid><dc:creator>ssherif</dc:creator><description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;I&amp;#39;m designing a page around web parts (which I&amp;#39;m completely new to) and I&amp;#39;ve got a&amp;nbsp;question that feels kind of silly to ask.&lt;/p&gt;
&lt;p&gt;The way my project is set up is that I named a .ascx file&amp;nbsp;addPart.ascx and this file contains a button and a textbox (named txtAdd). Then, on another form (mainForm.aspx), I added a webpartzone and added my addPart.ascx to the zone. What I want to do is modify the txtAdd.Text property when the page loads, but I can&amp;#39;t access it from mainForm.vb as the text box is declared in the addPart.ascx file. &lt;/p&gt;
&lt;p&gt;Pushing the button isn&amp;#39;t a problem as I can&amp;nbsp; just double click the button on the addPart.ascx file and write the needed code there. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If anyone could give me a hand I&amp;#39;d really appreciate it, thanks.&lt;/p&gt;</description></item><item><title>Memory consumption is high while using WebParts</title><link>http://forums.asp.net/thread/3203636.aspx</link><pubDate>Tue, 02 Jun 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3203636</guid><dc:creator>kadam_suresh</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am using web parts in a page which&amp;nbsp;can be customized by user deleting/adding web parts. Here the problem is when&amp;nbsp;a web part is added&amp;nbsp;memory is increasing, but when a web part is deleted memory is not decreasing.&amp;nbsp;I think&amp;nbsp;WebPartManager.DeleteWebPart is deleting only from the view not releasing the memory allocated to web&amp;nbsp;part instance. Due to this site is&amp;nbsp;becoming slow over a period of time.&lt;/p&gt;
&lt;p&gt;If any&amp;nbsp;one already faced the same scenario, please suggest me in optimizing the memory usage.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>