Browse by Tags

All Tags » jQuery UI (RSS)

Call ASP.NET server side method from jQuery UI Dialog by hajan

JQuery UI Dialog is great feature from the jQuery UI Framework. If you already work with it, you may have faced some issues when you want to make server-side posts directly from buttons inside your jQuery UI Dialog. JQuery UI Dialog has buttons parameter...
Filed under: , , ,

Bind jQuery UI DatePicker on dynamically created text box controls by hajan

JQuery UI DatePicker is one of the most widely used jQuery UI Plugins and has all the needed features implemented in it for a very rich datepicker. The implementation of the datepicker functionality to a given text box field is pretty much straight forward...

Change the default Icon on your jQuery UI Accordion by hajan

I've got this question in one of my previous blogs posted here (the same blog is posted on codeasp.net too), dealing with jQuery UI Accordion and I thought it's nice to recap this in a blog post so that I will have it documented for further reference...
Filed under: , ,

Only 3 simple steps to create jQuery UI tabs content navigation in your ASP.NET Website by hajan

jQuery is definitely the most popular JavaScript library in the web. Together with jQuery, the jQuery UI library becomes very popular too. The reasons why jQuery UI library is popular are that its still lightweight, and with almost no coding you get astonishing...
Filed under: , , ,

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

In the part one I’ve shown how to implement the jQuery Accordion on client-side and add some predefined skin. In the part two the Accordion is implemented in ASP.NET WebForms application, filled with data from database. Now, in this blog I will show the...

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...

jQuery UI Accordion in ASP.NET – Client side implementation (Part 1) by hajan

Accordion is a well-known web control that allows you to have multiple web panes and display them one at a time. It’s like having several ASP.NET panels in one website and are dependant on each other so that only one panel is shown at a time while other...
More Posts