'Web Forms' Tag

  • Redirecting using strong types in an asp.net web application project

    January 13, 2010

    Update, I recommend also reading the following post after you read this one if you plan on using this within .Net 4: http://www.lacy.ie/updating-redirection-using-strong-types-to-net-4 It recently began to annoy me that every time I want to redirect to a page I have to use a string. Not a big deal I know but when you have broken [...]

    • Share/Bookmark
  • jQuery Grid Plugin (JqGrid) with ASP.Net Web Forms

    August 24, 2009

    Get JqGrid here: http://www.trirand.com/blog/ So far I’ve seen two implementations of ASP.Net wrapper on JqGrid, one involves a httphandler and the other involves using a web service. Both add extra work onto the gridview/datasource pattern. Instead I had the JqGrid use a Callback Event Reference (Page.ClientScript.GetCallbackEventReference()) with async (a parameter) set to true, this allowed [...]

    • Share/Bookmark
  • Can't Register Javascript for Invisible Control

    August 19, 2009

    I was writing an ASP.Net Dialog Control and I overwrote the Visible property to mean does the Dialog Control get displayed on the page initally, this defaulted to false. Later on I discovered that I couldn’t seem to register any javascript from the control. Turns out that it wasn’t being registered because of the lack [...]

    • Share/Bookmark
  • Handling Relative Paths and debug mode with Jquery in ASP.Net Web Forms

    August 12, 2009

    I had a problem where I wanted to use the intellisense version of JQuery when I am writing the code, the normal version when I debug it and the minified when it actually hits production. I also wanted all this done on my master page so the path to the js file had to be [...]

    • Share/Bookmark
 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org