Recent Posts

0
Comments

RowDataBound and the different states conditions by rojay12

I constantly need to look this up and always see post surround this subject. The following condition will aide you in determining the state the row is in in a GridView. The real key is the first statement. If (e.Row.RowState And DataControlRowState.Edit...
3
Comments

Remote Access To Run/Debug WebServices by rojay12

Have you ever had the need to test and run a webservice from a machine other then localhost (127.0.0.1)? I was recently debugging a webservice that was running fine locally and when run from the production server it was behaving unexpectably. I remember...
2
Comments

Using ASP.Net 3.5's ListView To Display Image Galleries (LightBox and LightView User Controls) by rojay12

The first time I laid eyes on the lightbox image gallery I fell in love with the UI and presentation. Since then, I have been meaning to get around to jamming the js code written by Lokesh Dhakar into an ASP.Net control so that I can reuse at will. Although...
1
Comments

Thank You Matt Berseth, You've Inspired Me by rojay12

If any of you haven't had the opportunity to check out Matt Berseth's developer blog, do it now. He has given me some great tips and inspired me to develope some cool things using AJAX, YahooUI and other .Net and Web2.0 technologies. Great articles I...
1
Comments

UpdatePanels and FileUploads by rojay12

Before I repost a blog article I wrote a while back I would like to thank Joe Stagner for hooking me up with an account. On to the repost... This is a really ugly hack but it got things done for me. Basically what i do is I detect when the file upload...
Filed under: ,
More Posts