web 3.0

jQuery and Asp.Net Gridview

So you have a fancy jQuery table sorter that you want to use but just realized, or thought you knew, that the Gridview control does not render the thead tags.  Guess what ,it does!  You just have to add this tidbit of code in your codebehind before the prerender event and viola!

 

GridView1.HeaderRow.TableSection = TableRowSection.TableHeader

 

This will render the thead and you are all ready to go with that new little jQuery toy you just downloaded.

Currently rated 2.6 by 5 people

  • Currently 2.6/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: .Net | Visual Studio | Tips and Tricks | jQuery

Bookmark and Share

Http headers status activity diagram

Here is a helpful activity diagram that describes the flow of the http headers response status codes given various headers.

 

Shout out to Alan Dean.

http-headers-status.gif (205.32 kb)

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: .Net | General | Tips and Tricks | Visual Studio

Bookmark and Share

BlogEngine.Net and Facebook

I just wanted to let everyone know that I just finished some work on BlogEngine to run as a Facebook application.  I have a couple of polishes to put on it and I will post it. 

Let me know if you are interested in the source code.

Thanks,

Roman

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: BlogEngine.Net | .Net | Visual Studio | Tips and Tricks

Bookmark and Share

Some tidbits of VS2008 goodness.

Get the samples that come with VS2008
http://blogs.msdn.com/saraford/archive/2008/12/16/did-you-know-you-can-go-directly-to-the-installed-code-samples-from-within-visual-studio-379.aspx

How to set up the .Net source code for debugging
http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx

What you need to use jquery in intellisense
http://msdn.microsoft.com/en-us/magazine/dd453033.aspx

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Categories: .Net | Visual Studio

Bookmark and Share