Skip to main content

All Questions

1 vote
2 answers
194 views

Search box to select one record from 2000 records

i am going to create a jquery ajax control for search box search box should match each character in the text for example typed 'er' then results like programmer employer eric derry this control ...
Sanket Sawant's user avatar
0 votes
1 answer
197 views

How to use jquery method in asp.net

Q: I wanna to know how to use this jquery in asp.net.(steps) $(...).scollTo( $('<%= txt_evaluateWeights.ClientID %>') ) My original question is How to prevent the Focus() method from scrolling ...
Anyname Donotcare's user avatar
2 votes
2 answers
4k views

JQuery Datatable Plugin Loading Asp.Net Repeater with Ajax Call

I am trying to bind Asp.Net Repeater Control for Ajax Data using DataTables Plugin but its not working Following is my Code. $(document).ready(function () { $('#tblMessages')...
Amritpal Singh's user avatar
1 vote
2 answers
632 views

Alternatives to asp.net ajax 4.0 templates

Assuming I'm stuck with asp.net web forms (I'd love to use MVC partial views), are there any good alternatives to asp.net AJAX 4.0 client-side templates? In other words, is there some way to specify ...
Adam Rackis's user avatar
  • 83.4k
2 votes
2 answers
690 views

Javascript Menu OnBlur Issue

So I'm creating a javascript menu and trying to implement an onblur event for when a user clicks something outside the menu so it will collaspe. To implement this, I simply attached an event to the ...
user avatar