Search

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

Matching Posts

  • Multiple fields in ALL databinders!!

    Where do I submit this feature request? I believe that ALL databinding controls and functions should support multiple fields with formatters. Consider this: <asp:DropDownList ID="ddl" runat="server" DataSourceID="ds1" DataTextFields="Firstname, Lastname" DataValueField="ID" DataTextFormatString="{1}, {0}"></asp:DropDownList> This way, you don't have to write a store proc for: Select LastName + ', ' + FirstName as
    Posted to Free For All (Forum) by Goudinov on 11/19/2009
  • Re: hoverMenu

    Very nice, thanks for pointing me in the right direction!
  • Re: hoverMenu

    I forgot to mention that this doesn't seem to work... Sys.require(Sys.components.hoverMenu, function() { Sys.create.hoverMenu("#MyControl", { PopupControlID: "MyMenu", OffsetX: "50", OffsetY: "24", PopupPosition: "Bottom" }); })
  • hoverMenu

    Hiya! I'm trying to implement the hoverMenu on an object, but I have no idea how to set to the hoverMenu properties. Sys.require(Sys.components.hoverMenu, function() { Sys.create.hoverMenu("#MyControl", ????); }) What goes there... or better yet, where do I find the documentation that explains how to use the Tooklit controls. Thanks!
    Posted to ASP.NET Ajax Library (Including the Ajax Control Toolkit) BETA (Forum) by Goudinov on 11/18/2009
    Filed under: hovermenu
  • Re: Could not find 'ContentHolder' in current master page or pages

    Amanda, when you do the solution that you propose, it erases the default content of the parent Master Page file. In my nested pages, sometimes I'll have a Content Placeholder for a region that's in the parent, but many times, I just want the default content from the parent to display. Adding a content placeholder for that obliterates the Parent's default content
  • Real-world DD examples?

    Dyanmic Data looks really neat... honestly, it does. But what are you using it for? Anyone have sites online that use it? I'm here looking at my enterprise apps and websites trying to find a place for Dynamic Data, and I just don't see anywhere that it makes sense. Even in my admin apps where everything is so heavily customized, it actually seems easier and more elegant to do all of that in template fields and OnDatabinding events than to delve into data partial classes and creating metadata
    Posted to ASP.NET Dynamic Data (Forum) by Goudinov on 8/18/2008
    Filed under: Dynamic Data
  • Re: IIS custom Error 404 not working for aspx

    Nick, did you ever find a solution for this? Writing custom handlers is a bit rediculous for a built-in redirect that should just work out of the box.
    Posted to Getting Started (Forum) by Goudinov on 8/4/2008
  • Copy WebSite stops working?

    So, is "Copy Web Site" suppose to just randomly stop working and forget all site file synchronization data? This has happened to me several times now. Once, the Websites.xml file was blank, so I had to delete it because my WebsiteCache folder was filling up with copies of the website folders. Then today, one of my sites just stopped remembering the synch data and what server it was deployed to. The CopyWebSite.log and RemoteSite1.xml files were just gone. Why would these files be deleted? Copy Website
    Posted to Visual Studio 2005 (Forum) by Goudinov on 7/19/2006
  • Re: Where can I alter Mail.Body in PasswordRecovery

    This is still a problem. Is it a bug? I really need to be able to edit the outgoing message, but it doesn't appear as though I can.
    Posted to Security (Forum) by Goudinov on 7/18/2006
  • Where can I alter Mail.Body in PasswordRecovery

    Hi, My PasswordRecovery control has a mail definition tag where I define the subject and the location of the email template: BodyFileName ="~/emails/password.htm" IsBodyHtml ="true" This template has some variable in it that I need to replace before sending the mail. When I step through PasswordRecovery.SendingMail event, the e.message.body string is blank, however the subject , from , and to properties are loaded. It seems as though the Body is being loaded AFTER the SendingMail event, therefore
    Posted to Security (Forum) by Goudinov on 7/12/2006
Page 1 of 7 (63 items) 1 2 3 4 5 Next > ... Last ยป