Browse by Tags

All Tags » ASP.NET (RSS)
Not to poach a blog post/article you need to go to www.mikesdotnetting.com and read his great article on Cascading DropDownLists with jQuery and ASP.NET. http://www.mikesdotnetting.com/Article/97/Cascading-DropDownLists-with-jQuery-and-ASP.NET After I...
Posted by rojay12 | 2 comment(s)
I was recently working on a small POC project. Basically I had an internal MOSS 2007 server site and an locally hosted public facing website. I wanted to have the ability to add files to various MOSS document libraries and then give outside website visitors...
Posted by rojay12 | 1 comment(s)
<RANT> First off, I like newbies. I like their excitement and their drive. I like what they bring to the community. What I don't like is ill-conceived posting of questions that require follow up questions. The community shouldn't have to pry pertinent...
One of the most time consuming things to do when starting a new web project is setting up the sites directory structure, until recently. I finally took the time to create myself a few generic templates for Visual Studio enviroment. This has made my ramp...
Posted by rojay12 | 3 comment(s)
Maybe someone from the ASP.Net community can enlighten me, I have always had the hardest time getting the script, css, etc working/rendering correctly when used on the masterpage. On the masterpage I always have to use an absolute path on the script or...
Posted by rojay12 | 5 comment(s)
Filed under: , ,
This is a great nuggest I came across the other day. I found this great post ( http://blog.donnfelker.com/post/Sending-Email-in-a-Development-Environment-without-an-SMTP-Server.aspx ) that shows how to redirect mail to a folder instead of an SMTP. Previous...
Posted by rojay12 | 2 comment(s)
Filed under: , , ,
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...
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...
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...
Posted by rojay12 | 2 comment(s)
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...
Posted by rojay12 | 1 comment(s)
Filed under: ,
More Posts