CoderWannaBe
.Net blog

Pager Control

December 14, 2009 11:52 by bstinson

This one is too good not to keep track of....

Rick Strahl always comes up with great stuff, and this is definitely an excellent implementation of a pager control:

 http://west-wind.com/weblog/posts/114621.aspx


Be the first to rate this post

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

Categories: .Net
Actions: E-mail | Permalink | Comments (2) | Comment RSSRSS comment feed

ViewState Error - not really a viewstate error

September 10, 2009 22:31 by bstinson

I have been banging my head on the desk with an issue for the past couple of days.  Thanks to Dan Maharry's blog, I have finally solved the issue.

http://blog.hmobius.com/post/2009/08/07/Debugging-ViewState-Errors-Visual-Studio-Debugging-Options.aspx

(Just wanted to keep this here for future reference)


Be the first to rate this post

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

Categories: .Net
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Good way to prevent double submit

April 23, 2008 15:55 by bstinson

I have done this in the past by disabling the button, but as you'll see by searching about this issue, with ASP.Net pages, it sometimes causes more problems than it solves if you diable a button.  Validation issues, the actual submit of the form, and any other possible error situation can be hard to deal with for the user if the button is disabled.

I finally found the best article (IMHO) regarding a quick and easy way to deal with the issue on 4GuysFromRolla:

http://www.4guysfromrolla.com/webtech/100406-1.shtml

 


Be the first to rate this post

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

Categories: .Net
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed