Search

You searched for the word(s): userid:624513

Matching Posts

  • Re: Adding control on postack

    Thanks ! yes the ConstruitListeDeTest() method run and the controls are shown on each page_load. My problem is not about the event of the control added in the page but how to add those controls. Here is an exemple. In the top of my page i have some controls (static) that are always shows on the page. Among those controls 2 of them (ddlArticle and ddlPhase) will determine which control need to be added. Now let's say that in my database table i have 100 rows for a possibility of 100 controls.
    Posted to Web Forms (Forum) by Sianspheric on 6/28/2007
  • Re: Adding control on postack

    Hi ! Thanks for you help. Here is the code i'm doing Protected Sub Page_Init( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Init ConstruitListeDeTest() End Sub Sub ConstruitListeDeTest() Dim ListeCTRL As DataSet = RemplitDataset( "SELECT * FROM vListeDesTests_CTRL WHERE upper(TypeListe)='TEST' AND (FiltreArticle = '" & ddlArticle.SelectedValue & "' OR ISNULL(FiltreArticle,'-1') = '-1') AND (FiltrePhase = '" &
    Posted to Web Forms (Forum) by Sianspheric on 6/28/2007
  • Adding control on postack

    Hi ! I've got a problem when i'm trying to add control on postback. In my database i have a table where each rows contain information about a control to add. In this table i have a "FilterByItem" column and in my page i have a "item" dropdowlist. When i select a value from this dropdown i have to add on the page all the controls where the column "FilterByItem" have the same value as de dropdownlist. So what i need to do is to add those control when the dropdown
    Posted to Web Forms (Forum) by Sianspheric on 6/28/2007
  • Error after publishing whebsite with MasterPage

    I have a asp.net2 project that runs fine. If i build the website i have no error at all. My problem is when i'm trying to publish the website. For each pages that used one of my masterpage function i've got an error like: Error 66 'fxGetName' is not a member of 'System.Web.UI.MasterPage'. Error 67 SetMasterPageTitle' is not a member of 'System.Web.UI.MasterPage'. I don't understand why i have only this error when publishing the website and when i compiling
    Posted to Getting Started (Forum) by Sianspheric on 5/17/2007
  • Question about calendar control

    Hi! We have a web application with more than 170 pages. We would like to use the new calendar control but i was wondering if there was a way to use the calendar control without changing all the pages. For exemple, each time we have a textbox who display a date value we use a VB function to open a small popup calendar right now. Is it possible by adding code in our function to add the new calendard control to all those textbox. By doing this all our textbox that need a calendar will use the new calendar
  • UpdateProgess and Callback

    Hi ! We have a lot of pages using callback and i was wondering if it's possible to lauch the UpdateProgess when a callback occured ?
  • Re: TAB control is hidden on IE7

    I've made some other test and i notice that the problem only occured the first time i open the page with our menu. So if i click on our menu to open the page the Tab control is not displayed. Then if i click again the tab control work just fine. I don't have this problem with Firefox.
  • TAB control is hidden on IE7

    I've found a strange problem that occured only on IE7 I have a wep page (MAINPAGE) that containt an IFRAME. This page is use to put our menu. The content of our website is display inside the iframe. So here is the problem. I have made some page with the new tab control. I will call those page PAGE1 and PAGE2. So if i put a hyperlink in PAGE1 to open PAGE2 everything is working fine. In our menu i use this: "window.frames('fraMain').location.href = '" & row("URL").ToString & "';" This is is
  • Re: TabContainer attributes

    Anyone i've find a solution for this problem? I need to change the the CssClass of the tab control but it doesn't work at all.
  • Re: Tab Back Color

    Yes i have the same problem. I cannot change the back color. I've tried to create my own CSSClass but when i'm trying to link my tab contol on my cssclass it doesn't work at all.
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last »