Search

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

Matching Posts

  • Re: Help with BusyBoxDotNet.dll works in Dev but not in Live

    Hi, I have set my trust level to full - but unfortunately I get the same problem - the page hangs on the change of the first dropdown (postback) Any further help appreciated - many many thanks. Fiorano
    Posted to Configuration and Deployment (Forum) by fiorano on 12/21/2009
  • Re: Values being kept in Gridviews on Postback

    HI, Thanks for the replies. I have a Get_Results() function which is called from my Page_Load event. I have tried : reader.Close() reader_test.Close() Dim con_los_totals = New System.Data.SqlClient.SqlCommand(log_statement_1_totals, con1) con_los_totals.CommandTimeout = 500 Dim con_los_totals_test = New System.Data.SqlClient.SqlCommand(log_statement_1_totals, con1_test) con_test.CommandTimeout = 500 reader = con_los_totals.ExecuteReader() reader_test = con_los_totals_test.ExecuteReader() If reader_test
    Posted to Data Presentation Controls (Forum) by fiorano on 12/21/2009
  • Values being kept in Gridviews on Postback

    Hi, I have a series of gridviews which are bound to sql data readers. There are two drop down lists and a submit button to submit the values (which are passed to the sql statements). This works fine but if the user changes the dropdowns and submits the form again the previous results are held in the gridviews. any help appreciated.
    Posted to Data Presentation Controls (Forum) by fiorano on 12/18/2009
  • Help with BusyBoxDotNet.dll works in Dev but not in Live

    Hi, Im using BusyBoxDotNet.dll to display a "please wait" message while my page loads. It works fine on my development server but in "Live" the form wont submit and just hangs. Does anyone have any idea as to why this is? Sorry if ive posted in the wrong place. Fiorano
    Posted to Configuration and Deployment (Forum) by fiorano on 12/16/2009
  • Page Load Animation

    Hi I have a lot of queries that run on my page - which then populate a load of Gridviews. The "submit" action is fired from the selection of a dropdown. Is there anyway to show an animated GIF to say the page is loading? Im using master pages if that helps. Thanks Fiorano
    Posted to Client Side Web Development (Forum) by fiorano on 12/15/2009
  • Re: Excel-type Pivot

    [quote user="Gary yang - MSFT"] [quote user="fiorano"] Hi Im not getting the "Com Component" option in my list... any thoughts???? [/quote] Did you installed Microsoft Office software in your machine? [/quote] Hi, I have office 2007 installed. Hope this helps. Fiorano
    Posted to Web Forms (Forum) by fiorano on 12/14/2009
  • Re: Excel-type Pivot

    Hi Im not getting the "Com Component" option in my list... any thoughts????
    Posted to Web Forms (Forum) by fiorano on 12/10/2009
  • Loader Animation

    Hi My web page is doing some large processing. Is it possible to display an ajax (or javascript) loading animation while the processing is happening? If it helps, Im using a masterpage for my pages. Thanks, Fiorano
  • Excel-type Pivot

    Hi, Is there a way to display an Excel-like pivot table in my Asp 2.0 page and enable a drill down facility? Thanks, Fiorano
    Posted to Web Forms (Forum) by fiorano on 12/8/2009
  • Append data item to dropdown list

    Hi, I have two dropdownlists. The second is dependent on the selection of the first. I need to append a data item to the second drop down depending on the selection of the fist. Both dropdowns are bound to a datasource. Thanks
    Posted to Data Presentation Controls (Forum) by fiorano on 12/7/2009
Page 1 of 22 (212 items) 1 2 3 4 5 Next > ... Last »