Ryan Ternier

Killer ASP.NET ninja coding monkeys do exist!

Browse by Tags

All Tags » AJAX » ASP.NET (RSS)
JQuery image Upload & refresh using an ASHX File part 2.
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...
A LinkButton, DefaultButton, UpdatePanel and FireFox
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...
UpdatePanel, FireFox and the DefaultButton
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...
Tools I cannot work without.
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...
Why redirect? Why not use a Modal Login?
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...
My new blog has arrived...
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...
Disable pages until they're fully loaded?
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...
Update Panels not working with IIS7.. but they'll work on the production servers...
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....
Posted: Mar 08 2007, 02:03 PM by Ryan Ternier | with no comments
Filed under: ,
Sites, References and articles that I can not work without. #1
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...
Atlas Toolkit - Reorder List Example
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