Search

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

Matching Posts

  • Re: RenderPartial and @OutputCache

    thanks :)
    Posted to ASP.NET MVC (Forum) by elemental on 9/30/2008
  • RenderPartial and @OutputCache

    You used to be able to use the @OutputCache directive within a view user control rendered via RenderUserControl. However, the @outputcache directive seems completely ignored when using RenderPartial. Anyone have a workaround or know a fix? Karl
    Posted to ASP.NET MVC (Forum) by elemental on 9/22/2008
  • Re: Write for DotNetSlackers and get Paid

    The money's nice and all, but I think we can all agree the best part is having your article reviewed by ME!!!! And by ME!!! I mean ME!!! Karl Seguin...member of codebetter, author of the code wike and countless more. Dot your i's and cross your t's, 'cuz I got my red marker ready!
    Posted to Announcements (Forum) by elemental on 4/27/2007
  • Re: Localization articles

    They were originally written for 1.x but they work as-is in 2.0 -- http://www.openmymind.net/ http://www.fuelindustries.com/ wrote in message news:1309116@forums.asp.net... Thank you for the help. Elemental, are those articles for ASP.NET 2.0 or just 1.x? http://forums.asp.net/1308200/ShowThread.aspx#1309116
    Posted to Localization (Forum) by elemental on 6/8/2006
  • Re: Localization articles

    three parter @: http://openmymind.net/index.aspx?documentId=3 http://openmymind.net/index.aspx?documentId=4 and http://openmymind.net/index.aspx?documentId=52 Karl -- http://www.openmymind.net/ http://www.fuelindustries.com/ wrote in message news:1300127@forums.asp.net... Does anyone know of any detailed websites or books about localization / globalization? http://forums.asp.net/thread/1300127.aspx
    Posted to Localization (Forum) by elemental on 6/7/2006
  • javascript file size

    Any chance of getting the released javascrit files better packed? 200K is a little heavy - even if the browser is going ot cache it 0- it screams of inaccessibility. How will the filse scale as more feature are crammed into them (we are still early in product develoment). I was able to easily pack Atlas.js using Dean Edwards JS packer and bring it down to 100K. Prototype is 50K (complete) and I've seen some clients cringe at that.. Karl -- http://www.openmymind.net/ http://www.fuelindustries.com
  • Re: Request to Core Team Members : Unable to access dynamic user controls data using global variable (except session/application variable)

    I was asked to comment on this - I'm the author of the article Shawn referred to (thanks!) . I don't know anything about DNN, but the question seems more tightly coupled to asp.net than any specific project. First off, I don't think there's an overly easy answer, but I do see a couple alternative....all of which i talk about in the article, but I'll explain them in the context of this problem. I haven't tried to compile this code...and it's been a whlie that I've done vb...so there will be errors
    Posted to DotNetNuke (Forum) by elemental on 1/14/2005
  • Re: FindControl MasterPage (possible brain-fart warning)

    Fredrik: I know...sorry, I was using a simple example to demonstrate that it behaves oddly. I was trying to point out that the behaviour is inconsitant between the page and user control level. Karl
  • FindControl MasterPage (possible brain-fart warning)

    OK, maybe I'm having a brain fart this morning, but someone asked a question in microsoft.public.dotnet.frameowkr.aspnet and I decided to try out his problem before giving him what i thought the answer was, and I now agree with him, it seems quite buggy. This is slightly similar of the post here http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=647306 but please stay with me for a second. I have a page index.aspx which has a master page, clf.master with a single contentplaceholder. Inside
  • BaseDataBoundControl

    One the annoyances in ASP.Net 1.x was that controls which had a DataSource() and DataBind() method didn't all implement the same interface (say IBoundable) or inherit from the same base class. With ASP.Net 2.0, things only seem to get weirder. The new Grid controls all inherit from BaseDataBoundControl, which is great, but the repeater, datalist and datagrid don't. To make things more confusing, DataList and DataGrid inherit from BaseDataList. Finally, controls such as a dropdownlist or radiobuttonlist
    Posted to Data Presentation Controls (Forum) by elemental on 9/3/2004
Page 1 of 5 (44 items) 1 2 3 4 5 Next >