Hello, I’m Nilesh

Tag: Asp.net Ajax

  • JQuery UI AutoComplete TextBox from Database using PageMethod in ASP.Net

    In this post we’ll see how to user JQuery UI Autocomplete with asp.net pagemethod. For database, we’ll be using Northwind database. PageMethod: In above code, we’re fetching data from customer table from northwind database based on text entered by user. You may want to have this code in separate (data access) layer and must use […]

  • Validation in Updatepanel

    I am writing this post about how to use validation controls with asp.net updatepanel control after seeing lots of posts in asp.net forums, Orkut communities of asp.net that their validation controls do not work inside update panel. To resolve this error, add the tagmapping section in web.config file of your project like this: For more […]