Click here to Skip to main content
Email Password   helpLost your password?

Introduction

Ok... So I'm hoping you are already familiar with JQuery. If you're not, then just consider JQuery as a JavaScript framework that is used for client-side rendering. I really love what these guys have done, but there is no direct integration with ASP.NET. DotNetAge provides a pretty good framework, but their controls are missing Control Designers for Visual Studio.

Included in the library is are four controls (plus designers) that I developed (JQuerySlider, JQueryTabView, JQueryAccordion, JQueryDialog) and one control that I modified from Rick Strahl's article on the jQueryCalender (JQueryDatePicker). I'm only one person so I've only implemented what I've needed so far. I hope to update this a lot in the future.

ToolBox.png

Using the Controls

To use the controls, just add your Cascading Style Sheets (the JQuery Theme Roller can build your CSS files for you) to your page and then drag and drop the controls from the ToolBox. Below are some screenshots of the controls in their designer view and then at runtime.

JQueryAccordion

AccordionDesign.png

AccordionRuntime.png

JQueryTabView

TabViewDesign.png

TabViewRuntime.png

JQueryDialog

DialogDesign.png

DialogRuntime.png

JQuerySlider

SliderDesign.png

SliderRuntime.png 

History

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralInfo about framework .NET
Member 2290575
23:25 14 Sep '09  
Hi,
I would like to know if these controls could be used in .NET 1.1 framework.

THANK A LOT.... IT SEEMS TO BE WHAT I'M DESPERATELY LOOKING FOR !!!!

Smile

Alex
GeneralGood solution
Mehran Zand
23:48 11 Jul '09  
Good solution
Thanks
GeneralError
gnedash
7:05 22 Jun '09  
I use your tab control with JQuery autocomplete plugin(Autocomplete - jQuery plugin 1.0.2). http://plugins.jquery.com/project/autocompletex I get error "runtime error Microsoft JScript: Object does not support this property or method."
The JSError Enumeration describes "OLENoPropOrMethod" :(
GeneralRE:
gnedash
23:48 16 Jun '09  
I was looking for this
GeneralMy vote of 2
Richard Deeming
3:41 16 Jun '09  
Nice controls, but the article needs more than a collection of screen-shots. For example, an explanation of how you developed the controls, how they work, any problems you encountered and how you solved them, etc.
GeneralRe: My vote of 2
Sike Mullivan
5:13 16 Jun '09  
Too busy right now - writing articles isn't my full time job. Figured I just post the code and save people some time. If missing verbage sets you back then I apologize.
GeneralGreat!
Laserson
19:38 10 Jun '09  
The best solution of integrating jQuery controls into ASP.NET page without interaction with HTML and JS! Thanks
GeneralRe: Great!
Sike Mullivan
4:56 11 Jun '09  
Glad to help... Smile


Last Updated 10 Jun 2009 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2010