Search

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

Matching Posts

  • Re: Event called for all instances of UserControl

    It was the freaking viewstate. I had it turned off for the page.
    Posted to Custom Server Controls (Forum) by martyphee on 10/26/2008
  • Re: Event called for all instances of UserControl

    Thanks. I created a stripped down page and it doesn't happen then, so it must be something with my page. Not sure what though...
    Posted to Custom Server Controls (Forum) by martyphee on 10/25/2008
  • Event called for all instances of UserControl

    I have two instances of a user control (DateSelection) on a page. StartDate and EndDate. I have a custom event called DateChanged and mapped that to a handler in the page. Problem: if either date is changed the event is triggered in both instances of the UserControl. I'm using this event in the page to rebind one of the dropdowns. Hense it getting called twice. Tried two different handlers and get the same results.
    Posted to Custom Server Controls (Forum) by martyphee on 10/25/2008
    Filed under: user control
  • Re: ReportViewer Not Accepting DateTime Parameters

    I ran across this same problem. Here is a vb solution I used. I use c#. ReportViewer1.ServerReport.ReportServerUrl = New Uri( " http://server/ReportServer$DEV01 " ) ReportViewer1.ServerReport.ReportPath = "/Tempus/Report2" Dim parms(1) As ReportParameter parms(0) = New ReportParameter( "ScheduleID" , "4" ) parms(1) = New ReportParameter( "WeekEnding" , New DateTime(2007, 7, 29).ToString()) ReportViewer1.ServerReport.SetParameters(parms) The call to
    Posted to SQL Server Reporting Services (Forum) by martyphee on 5/15/2008
  • Parts of the application not working after build...

    I have a web application that I do a "Publish Web Site" to a local folder. I zip up and give to the web admin to deploy. Previously we weren't doing it this way. I would just create a snap shot of the source (aspx and .cs files along with needed dll's) and place that on the website. Anyway, we've had two installs (precompiled versions, two out of two) that have had problems. First time 3 pages within in a certain directory wouldn't work. After just a recompile and push to UAT it worked. Said something
  • Re: Problems with custom PagerTemplate and Gridview

    Ok, so where exactly should I add my dynamic controls to the pagertemplate? The above links don't relate to the problem.
    Posted to Data Presentation Controls (Forum) by martyphee on 1/24/2007
  • Problems with custom PagerTemplate and Gridview

    I'm trying to create a custom pager to look like googles (Prev 1 2 3 4 5 Next). Below are the snippets of code. The hard coded LinkButton's in the template work fine, but the dynamic ones don't do anything. Well, there is a postback, but it isn't handled by the grid through the PageIndexChanging. It caused a postback, but never called any of the grid functions. What am I doing wrong? This is wrapped in an updatepanel. <PagerTemplate> <asp:LinkButton Text="Prev" ID="PrevPage" CommandName
    Posted to Data Presentation Controls (Forum) by martyphee on 1/23/2007
    Filed under: Paging and Display GridView in second page, AJAX, asp.net 2.0, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, GridView
  • Re: Post back not working

    PageLoad I don't have the opportunity to rebind since the postback isn't working.
    Posted to Data Presentation Controls (Forum) by martyphee on 12/19/2006
  • Post back not working

    I have an Accordion control from the AjaxTookKit. It is bound to a datasource. Within it I have a repeater that generates the text in each pane. In the repeater I have a linkbutton that is supposed to trigger the ItemCommand of the repeater. Well the post back triggers, but the event is never called. I found references to this problem, but I have yet to figure out how to fix this in my case. Has anyone run into this? It looks/display good, but I can't get the postback to work. Here is some pseudo
    Posted to Data Presentation Controls (Forum) by martyphee on 12/19/2006
  • Formating AutoComplete Extender

    How do I format the text in the autocomplete extender. The font being used is much different that the page it's on.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by martyphee on 10/11/2006
Page 1 of 1 (10 items)