Archive

Posts Tagged ‘JQUERY’

Save, delete and bind the data in the flexigrid.

August 11, 2009 Leave a comment

Flexigrid: Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content.
Similar in concept with the Ext Grid only its pure jQuery love, which makes it light weight and follows the jQuery mantra of running with the least amount of configuration.

Want to know more about flexigrid click here

Today i have worked on flexigrid. flexigrid read the data in xml form and display the data in the grid. with the use of sql server and asp.net. i have bind the grid. all the functionality is running on the grid like searching and sorting. even you can delete from the grid and add new item in the grid. Full use of jquery is in the project.

download project

Categories: ASP.NET, JQUERY Tags: , ,

jQuery Star Rating Sample

August 10, 2009 Leave a comment

Hello Everyone.

Today I got a task i.e I have to put a Star Rating control into my application. First I have tried the AjaxControlToolKit RatingControl, its gud but still I have some dobuts on it because it is a server control and I have to use this control in Asp.Net MVC application and I don’t want to use the Server Contol into my application. So I decided to create my own Star Rating Control into jQuery and guess what I successfully created it. Then I thought why shouldn’t I share this idea with my CodeJunction friends, so here we go.

I have attached the sample, you can download the source code from here

Just download it and run the “Rating Sample.htm” file.

If you have any Ideas about this, feel free to ask me.

Kind Regards,

Saurabh

Categories: ASP.NET, JQUERY Tags: ,

JQuery with asp.net for beginners

Hey, today i have found a link which is good for those who are beginner in jquery. Have a look on tutorial and samples. best of luck 🙂

http://www.dotnetcurry.com/BrowseArticles.aspx?CatID=63

Categories: ASP.NET, JQUERY Tags: ,

jQuery Plugins

Hey Everybody,

These days I am working on some jQuery plugins and believe me they are not just good they are awesome. There are lots of plugins,  created by jQuery Team, which is very very easy to use.

jQuery Plugins like DatePicker, Dialog, Slider, Tabs are very commonly used plugins.

Here you can find the jQuery Plugin and also the source code.

jQuery Plugin

Try it, I am sure you’ll get many nice things there

Kind Regards

Saurabh

Categories: JQUERY Tags: ,

jQuery instead of Javascript

Trying to use jQuery instead of Javascript (you can find it on http://www.jquery.com), it has number of advantages,

1. The biggest advantage of jQuery is it has CrossBrowser compatibiltiy, Every browser supports jQuery.

2. Easy to use.

3. It has lots of plugin

For more information go to http://www.jquery.com

Leave a Comment :, more…

Categories: Javascript, JQUERY Tags: ,