Browse by Tags
All Tags »
AJAX »
ASP.NET (
RSS)
A bit ago I wrote a blog post about how to hook up a JQuery upload script go a page to asynchronously upload files to an ASHX page on a server. For the 2nd part I’ll show you an easy snippet of code that can be used to upload and/or view the image. The...
What are we going to do today Brain? Today Pinky? We are going to TAKE OVER THE... learn to use the stuff in the title... I recently did a post regarding An UpdatePanel, FireFox and the Default button . One thing that has stumped many ASP.NET Developers...
Recently I was pulling my hair out with this issue. Recently I blogged about using a Modal Login control instead of redirecting to a login page. I have had great success with this. However, the one thing that was vexing me was the Default Button. It worked...
I posted an article about Sites, References and Articls that I cannot work without awhile back. I decided I'd follow up on it on tools I cannot work without. Visual Studio 2005 . Yea, I can't really work without this. This is my bread, butter, coffee...
Since the conception of secure pages on the internet, there has been the <pause><chimes> "Login Page" </chimes>. When a user authenticates on this "Login Page" they usually get some sort of a Session set for them, and they're forwarded...
For the past year I've been writing blogs on my website using an old outdated version of Community Server. A few weeks ago I was about ready to just write my own for the heck of it.. but we all know how that turns out when you: Start a new job Going to...
I deal mainly with large scale online applications. Each page that is loaded on a clients computer is littered with JavaSciprt and AJAX functionality. One problem we've encountered is users clicking buttons before the page is fully loaded. They might...
We had a case awhile ago where all our update panels (<asp:UpdatePanel .. />) stopped working. It took me awhile to figure out what was going wrong with it. On the ASP.NET forums there were many people talking about XHTML conformance with AJAX....
I’ve decided to throw together a list of useful sites, links, posts etc. These sites are a great reference point and a great resource to use when looking at new design ideas, architecture, development methodologies etc. ASP.NET Sites & Articles Scott...
When Atlas Control Toolkit examples were first released, it was the reorder list that caught my eye. I could see so many uses for that control, I just had to play with it. After looking at the release code and spending much times on the asp.net forums...
More Posts