ma4ti4

Stories kicked by ma4ti4

Ajax File Upload With ASP.NET Using Valums’ Script(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 3 months, 22 days ago

ASP.NET applications can be easily integrated with ajax file upload scripts. Valums' ajax upload script is easily customizable and extendable read more...

add a comment |category: |Views: 15

tags: another

How to Customize jQuery UI Autocomplete to Update Multiple Fields(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 4 months, 24 days ago

jQuery UI Autocomplete widget can be customized to update arbitrary number of fields. This tutorial presents end-to-end solution how to put it together with ASP.NET Webservice. read more...

add a comment |category: |Views: 5

tags: another

jQuery UI Selectable with ASP.NET(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 9 months, 26 days ago

Long lists of checkboxes or multiselect list are not very pleasant to use. jQuery Selectable plugin offers viable alternative. In this post you can check how to get it working with ASP.NET read more...

1 comment |category: |Views: 7

tags: another

jQuery UI Datepicker with ASP.NET(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 10 months, 4 days ago

In this article you will find step by step guide how to integrate jQuery UI Datepicker with ASP.NET read more...

add a comment |category: |Views: 11

tags: another

Button Click Event via Ajax with jQuery(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 10 months, 8 days ago

In this post you will see how easy you can call some ASP.NET server side method using jQuery via Ajax. There are number of scenarios in which this trick can be useful but for me the most appealing one are asynchronous autosaves. You have seen it in number of places for sure – basically whenever you give user an option to enter long piece of content, it’s a good practice to implement autosave, just in case, to prevent user’s content from disappearing because of browser crash or session timeout. read more...

add a comment |category: |Views: 15

tags: another

jQuery UI Autocomplete with ASP.NET(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 10 months, 14 days ago

jQuery UI provides a few very nice and very useful widgets which you can really easily integrate with your application. In this post I will show you how to use Autocomplete widget to implement predictive search. read more...

add a comment |category: |Views: 8

tags: another

Easy Client Side Repeater with jTemplates Part 3(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 1 month ago

Post shows how to recreate ItemTemplate and AlternatingItemTemplate with jTemplates for client side repeater read more...

add a comment |category: |Views: 11

tags: another

Easy Client Side Repeater with jTemplates part 2(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 1 month ago

In the first part of that article it was showed how to use jTemplates plugin to build client side repeater. In this part author shows how to make that work with data from ASP.NET WebService. read more...

add a comment |category: |Views: 9

tags: another

Easy Client Side Repeater with jTemplates(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 1 month ago

Post shows how easy you can implement client side repeater. There are a few jQuery plugins which you can use for it. However I recommend to use jTemplates. With jTemplates you can easily define a client side template. read more...

add a comment |category: |Views: 37

tags: another

How to Check If jQuery Plugin is Loaded(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 6 months ago

The code checking if plugin is loaded is very simple, you will find it in this post. read more...

add a comment |category: |Views: 4

tags: another

Custom Validators and Asynchronous Calls to Web Service with jQuery(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 8 months ago

Custom ASP.NET Validators give developers easy way to create validator which is tailored exactly to their needs. Last week I have encountered a scenario in which custom validator was a great solution. I was working on yet another registration form and my job was to validate if username and email address are unique with javascript. I have used Custom Validators for that because I was already using ASP.NET validators so I wanted to stick to one approach for all fields of the registration form. Within client side function I have used jQuery to call web service which will do the validation for me. The trick was to bring it all together and make sure that this solution works with asynchronous calls.. read more...

add a comment |category: |Views: 32

tags: another

Modules and AJAX Updates Every X Seconds(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 8 months ago

Post showing how to achieve AJAX asynchronous updates with jQuery. Typical scenarios where such functionality is handy are all sorts of modules which you would like to update without reloading entire page like: - The latest tweeter updates - The latest comments - Currently logged in users, or number of users online read more...

add a comment |category: |Views: 1

tags: another

How To Empower ASP.NET Repeater With jQuery(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 9 months ago

Simple example how to use strong sides of ASP.NET Repeater and strong sides jQuery to write less code. read more...

add a comment |category: |Views: 49

tags: another

How To Use Basic jQuery Filters With HTML List (part 2)(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 9 months ago

In my previous post I have given you a few examples of the most basic jQuery filters. In this post I will dig a bit deeper to show you what else is possible. read more...

add a comment |category: |Views: 9

tags: another

How to use basic jQuery filters with HTML list(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 9 months ago

In this post I would like to show you how you can make use of jQuery selectors and filters to manipulate HTML list. read more...

add a comment |category: |Views: 6

tags: another

How to enable IntelliSense for jQuery in Visual Studio 2010(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 9 months ago

By default IntelliSense in Visual Studio doesn’t know anything about jQuery. So for instance if you try get some help as soon as you type ‘$’ IntelliSense won’t suggest you anything useful. Luckily enabling support for jQuery is very simple, I will show you how to do it in a few simple steps... read more...

add a comment |category: |Views: 303

tags: another