9
votes
2answers
1k views

Display progress bar to show async. request status using JQuery

Instead of using ProgressBar plugin, I've below script to display the progress bar for async. requests on the page. Could anyone provide any feedback on this esp. if there will be any issues like ...
3
votes
2answers
313 views

How to improve a try on a dual Mode JavaScript textBox WaterMark?

I was just trying to make an alternate Ajax watermark from "insert date" (first mode) to "mm/dd/yyyy" (second mode). After some trial and error, I succefully implemented a solution using JavaScript. ...
1
vote
0answers
845 views

AJAX MaskedEditValidator isValidEmpty property manipulation [closed]

thanks for visiting , this is my initial question that lead me to modify the behavior of AJAX MaskedEditValidator - ...
8
votes
1answer
42k views

Basic Simple Asp.net + jQuery + JSON example

Earlier this year, before I learnt about Code Review StackExchange, I gave this answer in response to a question about how to combine ASP.net, jQuery, and JSON: ...
2
votes
1answer
8k views

Suggestions for JQGrid Dynamic Columns and Server-Side paging ,sortin , filtering etc.

I have a requirement where I need to build a grid with dynamic columns. I am dealing with a large dataset so I would like to use server-side paging,sorting,filtering logic so that I render only a ...