Search

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

Matching Posts

  • Re: Adding blank rows to the end of a GridView...

    Coleen - At my company, we have a guy doing data entry here, and we had the same issue with the inability to add multiple items at a time, so adding something like 100 lines of data took about 4 hours with all the postbacks. I came up with a solution that now allows him to add an infinite number of records in under 5 seconds (ok maybe not 5 seconds if he entered infinite records :) but for a normal amount, it takes literally 5 seconds.) What I did is provide the user with a multiline textbox outside
    Posted to Data Presentation Controls (Forum) by edelman on 3/5/2008
  • Re: Accessing a UserContol's custom properties in a regular class (not a page class)

    this does not work. what if i am inside a class (say, MyClass.vb) and have a method that passes a page variable to it. I want to add a control (say, MyControl.ascx) to that page dynamically, but I can't simply go dim ctl as MyControl = CType(page.LoadControl("MyControl.ascx"), MyControl) MyControl isn't recognized as a type, and so far as I've seen, there's no workaround for this. Why did ASP.NET stop supporting user controls as objects? Seems stupid to me.
    Posted to Web Forms (Forum) by edelman on 1/4/2008
  • Re: convert an ArrayList to string[] ??

    So what's the correct protocol for what I was trying to do (ie, be helpful in a pertinent thread, because godforbid I "necropost")? Start a new thread referencing the old one? Isn't that worse? Or do I not post at all and keep my evil do-gooding desires to myself? Please enlighten me! I would definitely not want to try to help someone and be so out of line as I was previously, for which I humbly apologize.
    Posted to C# (Forum) by edelman on 12/20/2007
  • Re: convert an ArrayList to string[] ??

    relax, guy... i was providing more information. i was looking for a way to do this because the vb way is slightly different. i figured out how, so i posted helpful information in the appropriate thread. who cares if it's old. when threads reach a certain age, they are no longer "post-toable"? that's ridiculous. that's why you keep an archive, buddy.
    Posted to C# (Forum) by edelman on 12/20/2007
  • Re: convert an ArrayList to string[] ??

    VB: list.ToArray( GetType ( String )
    Posted to C# (Forum) by edelman on 12/19/2007
  • Re: Accordion Header Background Images Disappear on Click

    Jonathan - Thanks for responding. Yes, I initially posted to the CodePlex site and was told to post here. I need to add a div into the head section? I would assume you mean "header" because you can't put divs in the "head" section. Also, I shouldn't have to create an additional div for the accordion control, as it already creates one for the header section, making the additional one semantically negligible and superfluous. Clearly the problem isn't with the XHTML,
    Posted to ASP.NET AJAX Control Toolkit (Forum) by edelman on 10/15/2007
  • Re: ASP.NET/MySQL forum software?

    i'm definitely not looking to build one myself...i found one called dhbb or something like that and it would not install on my machine correctly...i just want a simple forum that i can hook up to mysql and maybe customize a bit myself. does asp.net have any sort of free forum software?
    Posted to Free For All (Forum) by edelman on 10/12/2007
  • Re: ASP.NET/MySQL forum software?

    still looking for this....anyone?
    Posted to Free For All (Forum) by edelman on 10/11/2007
  • Accordion Header Background Images Disappear on Click

    This has been an issue now for every release since 10301 (where it works). I keep writing about it and no one is doing anything about it. I have an Accordion control that when I click on a header, the background images disappear in the headers and the text shows up (where before it was text-indent: -5000px; ). I cannot upgrade to this release until this is fixed! Here's my code: <cc1:accordion id="accSidebar" runat="server" cssclass="sidebar" contentcssclass="sidebar
    Posted to ASP.NET AJAX Control Toolkit (Forum) by edelman on 10/9/2007
  • Re: how to retrieve values from a hidden field in gridview

    i love you, young fang. you are my savior of the {day|hour|minute|week}.
    Posted to Data Presentation Controls (Forum) by edelman on 9/26/2007
Page 1 of 3 (22 items) 1 2 3 Next >