Search

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

Matching Posts

  • Re: Passing a parameter in the query string

    The only thing that's not super clear about that article is that when you just navigate to the server you have set up running SSRS it probably looks something like this: http://mysqlserver/Reports/Pages/Report.aspx?ItemPath=%2fReports%2fMyReport If you just put the parameters on that URL it doesn't work. You have to change the URL to be like this: http://mysqlserver/ReportServer?/Reports/MyReport Then you can add on URL parameters like this: http://mysqlserver/ReportServer?/Reports/MyReport&Location
    Posted to SQL Server Reporting Services (Forum) by dtabraha on 2/19/2009
  • Re: programmatically show calendarextender

    For some reason the TargetControlID property doesn't come up for me when I declare the calendar extender. Checking the object browser it shows the property buried underneath "Base Types\Extender Control Base" but I can't just use it like you did above: calendarExtender.TargetControlID = txtDateWorkedOn.ID; Any ideas??
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dtabraha on 2/12/2009
  • Re: The specified string is not in the form required for an e-mail address.???

    I ran across that error too, and the problem I had was that I was sending to multiple addresses separated by a semicolon. You can send to multiple addresses, but you have to use a comma instead.
    Posted to Web Forms (Forum) by dtabraha on 11/7/2008
  • Re: Styles: Update Panel inside Modal Popup

    I ran into a black box that was popping up whenever I put in a drop shadow, and someone pointed me to the DOCTYPE. When my doctype was blank or HTML it would produce that black box. When I switched it XHTML then the dropshadow worked correctly. <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dtabraha on 6/2/2008
  • Re: modalpopup just a black box??????

    I ran into a black box that was popping up whenever I put in a drop shadow, and someone pointed me to the DOCTYPE. When my doctype was blank or HTML it would produce that black box. When I switched it XHTML then the dropshadow worked correctly. <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dtabraha on 6/2/2008
  • Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    The problem is probably with rebinding your repeater on the postbacks. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskrespondingtobuttoneventsindatalistitems.asp Scott Mitchell has a very good post on this: http://forums.asp.net/p/580720/1909340.aspx
    Posted to ASP.NET AJAX UI (Forum) by dtabraha on 4/3/2008
  • Re: Could not load type '_Default'.

    Wow, what a helpful response. aspforme, you may be able to configure the .Net Framework version in the IIS manager in MMC, but sometimes the option doesn't display. You may have to run the command line util to update the Framework version. http://msdn2.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
    Posted to Configuration and Deployment (Forum) by dtabraha on 9/4/2007
Page 1 of 1 (7 items)