Browse by Tags

All Tags » Web Forms (RSS)

Posting from ASP.NET WebForms page to another URL by hajan

Few days ago I had a case where I needed to make FORM POST from my ASP.NET WebForms page to another external site URL. More specifically, I was working on implementing Simple Payment System (like Amazon, PayPal, MoneyBookers). The operator asks to make...

jQuery UI Accordion in ASP.NET WebForms - feed with data from database (Part 2) by hajan

In the first part I’ve shown how to implement jQuery UI Accordion in an ASP.NET website in only few steps, without any server-side interaction. We’ve seen how easy is to setup the Accordion and to apply some theme to it. Now, lets do some more with the...

URL Routing in ASP.NET 4.0 Web Forms by hajan

As a capability, URL routing was first time introduced in ASP.NET 3.5 SP1. The URL routing is well known in the ASP.NET MVC, but it can be also implemented in ASP.NET Web Forms Framework. URL routing can help a lot in Search Engine Optimization (SEO)...
More Posts