Browse by Tags

Related Posts

  • Re: Dynamically adding UserControls as WebParts in code-behind: can it be done?

    For most web controls to fire postback events they need to have their ViewState loaded. For dynamically loaded controls this means loading the control prior to the LoadViewState event to ensure the control receives its ViewState. This means loading the control in Page_Init. That should be the only change...
    Posted to Web Parts and Personalization (Forum) by MuteThis on 09-05-2006, 12:00 AM
    Filed under: LoadViewState, Dynamic, ViewState, Control, Load
  • Determining what is in Webpart catalogs, on the page and clearing Catalogs

    I am trying to find out how to read what is in the DeclarativeCatalog, PageCatalog and what webparts(UserControls, CustomControls and Webparts) are already being used on a page. I will be dynamically loading controls/webparts into a catalog but I need to see what is already in the various catalogs and...
    Posted to Web Parts and Personalization (Forum) by VBMan on 09-21-2006, 12:00 AM
    Filed under: WebParts, Dynamic, CatalogZone
  • TemplateField problem

    Sorry I am new to ASP, I am trying to control the visibility of a LinkButton in a GridView based on two condition first is the row in edit state second is the cell next to it is full and not empty, I have this templateField but I don't know how to pass the row Index to decide whether I want to show...
    Posted to Web Parts and Personalization (Forum) by khilo on 09-30-2006, 12:00 AM
    Filed under: WebParts, Dynamic, ViewState, Control
  • Re: XML WebService Consuming Problem

    Hello brandnew2000, first consider that you can at any time programmatically change the Url of your proxy instance, and next method invocation will connect to the url specified. This works provided that the target web service implements the same contract as specified in the proxy. 1 myServiceProxy.Url...
    Posted to XML Web Services (Forum) by LudovicoVan on 10-21-2006, 12:00 AM
    Filed under: dynamic, url, webservice
  • Event binding and dynamic UC loading in PageManager pattern.

    I use fallowing pattern to load UserControl (i say page) according to user action: comments: ViewState[ "OldQuery" ] is used for saving previous loaded UC (page) name. and queryMedium is a HiddenField that i set its value in client by script for set page of new page (to load). protected override void...
    Posted to Web Forms (Forum) by mfarshadmehr on 12-25-2006, 12:00 AM
    Filed under: ASP.net Template Engine, .NET, ASP.NET Architecture, architecture, Page Manager, Dynamic, User Control
  • Respons.Redirect problem in UpdatePanel

    I want to reload my page in respone to click of that is placed in UpdatePanel. I used Response.Redirecrt(Request.URI.ToString()) , i want to reload my page for loading new user control into UpdatePanel in page load event mean that i only want to refresh update panel area by restarting page lifecycle...
    Posted to ASP.NET AJAX UI (Forum) by mfarshadmehr on 12-25-2006, 12:00 AM
    Filed under: Update Panel, UserControls, ASPAJAX, Dynamic, redirect
  • Adding Dynamic controls on page

    hi I have adding control on button click event but it give me error ..... The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). on page i have getting controls id using .... $(<%= textbox.ClientID%>. so pls give me response urgent. Thx.
    Posted to Web Forms (Forum) by atulkatare on 03-10-2007, 12:00 AM
    Filed under: asp.net 2.0 asp.net, dynamic
  • Tie Page-level button event to multiple dynamic user controls?

    I have a page where I write a contol for each value passed from a DataSet. I don't know how many controls will be generated (>=1), but they will all be an instance of the same control. I would like to execute a method in each control when a button event is triggered at the page level. I don't want...
    Posted to Web Forms (Forum) by ceestand on 03-21-2007, 12:00 AM
    Filed under: button, event, dynamic, dataset, control
  • Dynamiclly update datalist on masterpage

    Hello, I am sorry that this post has probably been posted a million times before in other forums and this one. I am really tired; been working on this thing for ages. ANYWAYS: I have a master page with a header, a datalist on the left and a container on the right. the datalist is populated by category...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Capslock118 on 03-21-2007, 12:00 AM
    Filed under: Master page - Hidden Menu, dynamic, maste page, data list
  • Re: Control Creation

    I can see why yours doesn't work. However, lets not go there right now, I advise you to start from here - What is rather unclear from your post is what the downward relationship is? Is it by name and not primarykey - int etc. How exactly are you getting the child links? Is it really multiple nested tables...
    Posted to Web Forms (Forum) by mokeefe on 03-26-2007, 12:00 AM
    Filed under: dynamic controls, Dynamic Control Generation, Dynamic Row, Dynamic Control, dynamic
Page 1 of 6 (59 items) 1 2 3 4 5 Next > ... Last ยป