Search

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

Matching Posts

  • Re: Problem with gridview RowUpdating event

    I am getting the exact same bahavior. Click on Update and in gv_ RowUpdating( object sender, GridViewUpdateEventArgs e) the gv.Rows.Count is always 0. So can't read what is on that row, since there are no rows. Also gv_RowUpdated never gets called. At first I was not getting gv_ RowUpdating called, but read if I set CausesValidation = false then it would work, and that is true.
    Posted to Data Presentation Controls (Forum) by fsteveb on 4/28/2009
  • asp:FileUpload file size limit

    I have an asp : FileUpload on a page to upload a file to a server. I am having a problem with accessing large files. I know the limit so I placed this on the page. < httpRuntime maxRequestLength = " 1000000 " executionTimeout = " 3600 " /> I don't know where the limit is coming from. I am able to access files up to 24Mb I checked the machine.config and there us nothing I see that would impose any limits. I am running IIS5 on my local dev box, but the IIS6 server I deployed
    Posted to Web Forms (Forum) by fsteveb on 10/22/2008
  • Re: Wizard control page and jumping to other steps

    I found a way to turn the sidebar off and still have the navigation available. < SideBarStyle CssClass= "sideBarOff" /> And in your stylesheet . sideBarOff {display: none ; }
    Posted to Web Forms (Forum) by fsteveb on 7/13/2007
  • Re: Wizard control page and jumping to other steps

    I am using the sidebar script method to move around in the wizard. This works except having to hardcode the step 'ctl00$cphExternalFace$Wizard1$SideBarContainer$SideBarList$ctl" + stepnum + "$SideBarButton" in the first parameter of WebForm_PostBackOptions. A new version of .NET might change this value. The other problem is I now see the sidebar AND have the same links at the top. I tried setting the sidebar style width to 1px but it ignores that. If I turn off the sidebar the
    Posted to Web Forms (Forum) by fsteveb on 7/13/2007
  • Wizard control page and jumping to other steps

    I have a wizard control which has 5 pages. The user wants the steps to display at the top and allow clicking the step name to go to that step. It is like having the sidebar on top. I have turned off the sidebar because I can’t figure out how to list it across the top. I have placed anchor tags to go to each step along the top. The problem is the wizard posts back to the same url. I tried putting a querystring with “?stepnum=3” to set the active step. The problem there is this query string remains
    Posted to Web Forms (Forum) by fsteveb on 7/12/2007
    Filed under: WebForm_PostBackOptions wizard control
  • Re: Linkable Title bar in Calendar control

    Wrong again. The calendar renders to html tables. Here's what the header looks like: < table class= "ttlStyleClass" cellspacing= "0" border= "0" style= "color: White; font-family: Arial; font-size: Small; font-weight: bold; text-decoration: underline; width: 100%; border-collapse: collapse;" > < tr > < td style= "color: White; font-size: X-Small; font-weight: bold; width: 15%;" > < a href= "javascript:__doPostBack('ctrlContentBox$ctrlPageContent$ctl00$Calendar1','V2526')" style
    Posted to Web Forms (Forum) by fsteveb on 1/22/2007
  • Re: Linkable Title bar in Calendar control

    Well, yes, that is easy enough. I wanted the month/year in the calendar title bar to be a link.
    Posted to Web Forms (Forum) by fsteveb on 1/18/2007
  • Re: error: enableEventValidation="true"/

    I'm getting this too. The page has a couple of javascript functions in the header. I am not sure if putting the script there is causing this. The error happens on the postback due to the submit button. I have not found any problems with the html so far. I also have tried moving everything in if not postback and still get it. Disabling event validation does help but not sure if that is desired. Since it's a intranet app, this may be ok. Steve
    Posted to Web Forms (Forum) by fsteveb on 1/18/2007
  • Linkable Title bar in Calendar control

    Is there any way to put a link in the title of the asp:calendar. I don't see any way of doing it aside from some javascript rewriting of the td and inserting a link. If this is the only way, can someone please give me an example of what this would look like? Thanks
    Posted to Web Forms (Forum) by fsteveb on 1/17/2007
  • Supressing blank subreport

    I have a report with some subreports inserted into groupings. Sometimes there is no data, so only the labels print out. This is a waste of paper. I see that with version 9 I can check supress blank subreport, but when I go to that tab in format, that option is not available. Could it be that the Visual Studio 2003 version does not include this feature?
    Posted to Crystal Reports (Forum) by fsteveb on 5/23/2006
Page 1 of 2 (12 items) 1 2 Next >