Search

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

Matching Posts

  • Add blank row to gridview when a value changes

    Hi, Sorry, I'm sure this has been posted somewhere else but my first couple of attempts to find a simple solution have been unsuccessful. I have a GridView that displays data sorted by a particular value. Ther will be x number of records for each one of these values, sort of like this: value 1 data data data value 1 data data data value 1 .... ...... ...... value 2 ..... ....... ....... value 2 .... .......... .... value 3 ..... ......... .... etc, etc Between each one of the "value x"
    Posted to Data Presentation Controls (Forum) by ewallig on 12/11/2009
  • Re: Fire modal popup from code behind

    Thanks for all the replies - the show() method and the example that markymark gave got that part of it working. I had to kill some of my client-side code to get it work correctly - I was disabling the submit button after validation. Is there any way to call the code behind from a client-side script? Here's the client-side script as it existed before I disabled it: function killBtn(){ //handles the disabling of the submit button during post // - only fires if page is valid var validationGroupName
    Posted to Web Forms (Forum) by ewallig on 11/5/2009
  • Re: Fire modal popup from code behind

    Gotcha - done, thanks again
    Posted to Web Forms (Forum) by ewallig on 11/5/2009
  • Re: Fire modal popup from code behind

    Never mind, I figured it out - guess I need to read a bit before punting - thanks again
    Posted to Web Forms (Forum) by ewallig on 11/5/2009
  • Fire modal popup from code behind

    Hi, I know, exactly opposite of what everyone else wants to do but I'm building an app that needs to check SQL to see if there is a previous record that matches the data the end user is putting in the form. Basically, the flow goes like this: - User selects from various drop downs and date fields, then clicks button - Postback fires sub in code-behind that queries SQL, checking for duplicate record - If record already exists, need to fire modal popup with ajax extender that displays warning and
    Posted to Web Forms (Forum) by ewallig on 11/4/2009
  • Re: VS2005 could not locate assembly AjaxControlToolkit on project rebuild - help!!

    No joy.....still get the above error and also get an error about the AjaxControlToolkit not being found. I'm looking at the .dll in the \Bin directory so it appears to be there and I checked the References in VS2005 and the path is correct so I'm at a bit of a loss. Any other thoughts? Thanks...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ewallig on 1/16/2009
  • Re: VS2005 could not locate assembly AjaxControlToolkit on project rebuild - help!!

    Sorry for the delayed response - didn't get the email notification. I'll give that a try in the morning. Thanks....
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ewallig on 1/15/2009
  • VS2005 could not locate assembly AjaxControlToolkit on project rebuild - help!!

    Hi, Workstation blown up - attempting to recover but working off of a laptop right now. Need to make a change to my Ajax-enabled Web Project so I install vs2005 studio on the laptop, Ajax extensions, toolkit, etc. VS2005 is same version, SP level, etc that I had on the workstation. Opened the project (resides on web server) and made the change. When I did a rebuild, I get a bunch of errors on my Ajax components, including this one at the top of the page: "Could not resolve this reference. Could
    Posted to ASP.NET AJAX Control Toolkit (Forum) by ewallig on 1/14/2009
  • Re: GridView - export to Excel after hiding columns

    Problem did not exist before I hid the columns and I have both a css class that sets the GV to 100% and an actual declaration within the GV (width="100%"). The problem may lie in how I collect the data for export to Excel: "client-side" code: <script type="text/javascript" language="javascript"> function getInnerHtml() { var element = document.getElementById("divNestedGrid"); var store = document.getElementById("hdnInnerHtml"); store
    Posted to Data Presentation Controls (Forum) by ewallig on 7/30/2008
  • Re: GridView - export to Excel after hiding columns

    Ah, forgot the loop - that makes sense. Actually "jury-rigged" it with a second button but now have a different problem - I'm able to remove the columns but can't seem the make the resulting columns expand out to 100% so that gv2 fills the space that gv1 creates in Excel - there are a bunch of blank, unlined cells to the right of gv2 once it exports - looks like this: ---- gv1 ------------------------------------------------------------------------------------------- ----- gv2
    Posted to Data Presentation Controls (Forum) by ewallig on 7/30/2008
Page 1 of 12 (118 items) 1 2 3 4 5 Next > ... Last ยป