ASPSnippets

Alerts
Get notified when a new article is published.

Name
 
Email

Your email will always be private and will not be shared.

Follow us on twitter.
 
Recently added
Render images in autocomplete list of ASP.Net AJAX AutoCompleteExtender

Author : Mudassar Khan

In this article I am explaining, how to display images in the AutoComplete List in ASP.Net AJAX Control toolkit AutoCompleteExtender Control in ASP.Net   Database For this tutorial I am making use of Employees table of Microsoft’s NorthWind database. You can download the NorthWind database using the link below Download Northwind Database   Connection String Below is the connection string to the database which I have placed in the web.config. connectionStrings>       addname="constr"connec ...More

Posted : February 06, 2010 by : Mudassar Khan  |  Comments(4)
Filed Under :
ASP.Net
 |
AJAX



Using jQuery AutoComplete Plugin in ASP.Net

Author : Mudassar Khan

In this article I’ll be explaining how to use jQuery AutoComplete Plugin in ASP.Net. Using jQuery we can easily create AutoComplete Textbox without writing much code.   Database For database I am using the Microsoft’s NorthWind Database. You can download the same using the link below Download Northwind Database Connection String Below is the connection string to the database which I have placed in the web.config. connectionStrings>       addname="constr"connectionString="Data Sour ...More

Posted : February 01, 2010 by : Mudassar Khan  |  Comments(3)
Filed Under :
ASP.Net
 |
AJAX
 |
JQuery



ASP.Net AJAX Control Toolkit AutoCompleteExtender without using Web Services

Author : Mudassar Khan

Here I am explaining, how to use AJAX AutoCompleteExtender Control directly with ASP.Net Web Page without using any web service. Database For this tutorial I am making use of NorthWind database that you can download using the link given below. Download Northwind Database   Connection String Once database is downloaded you can attach the same to your SQL Server Instance. I am making use of SQL Server 2005 Express hence below is my Connection string. connectionStrings>       ...More

Posted : January 25, 2010 by : Mudassar Khan  |  Comments(3)
Filed Under :
ASP.Net
 |
AJAX



Calling server side methods using JavaScript and JQuery in ASP.Net

Author : Mudassar Khan

This is asked many times on asp.net forums, 1. How to call Server Side methods or functions using JavaScript in ASP.Net 2. How to call Server Side methods Client Side in ASP.Net Now the answer is using jQuery. jQuery allows you to call Server Side ASP.net methods from client side without any PostBack. Actually it is an AJAX call to the server but it allows us to call the method or function defined server side.   Syntax The figure below describes the syntax of the call.   ...More

Posted : January 15, 2010 by : Mudassar Khan  |  Comments(6)
Filed Under :
ASP.Net
 |
AJAX
 |
JQuery



Save and Repopulate Users selections from Database using ASP.Net CheckBoxList

Author : Mudassar Khan

In this article I’ll explain how to Save and retrieve ASP.Net CheckBoxList items into SQL Server Database. So let’s start with article.   Database Design I created a new database called as dbHobbies with a table called as Hobbies which has the following structure Connection String Once the database is ready you can create the connection string that will be used to connect to the database. addname="constr"connectionString="Data Source = .\SQLExpress;       Initial Catalog ...More

Posted : January 10, 2010 by : Mudassar Khan  |  Comments(0)
Filed Under :
ASP.Net





Most Viewed
Calling server side methods using JavaScript and JQuery in ASP.Net

Author : Mudassar Khan

This is asked many times on asp.net forums, 1. How to call Server Side methods or functions using JavaScript in ASP.Net 2. How to call Server Side methods Client Side in ASP.Net Now the answer is using jQuery. jQuery allows you to call Server Side ASP.net methods from client side without any PostBack. Actually it is an AJAX call to the server but it allows us to call the method or function defined server side.   Syntax The figure below describes the syntax of the call.   ...More

Posted : January 15, 2010   by : Mudassar Khan  |  Comments(6)
Filed Under :
ASP.Net
 |
AJAX
 |
JQuery



Save and Repopulate Users selections from Database using ASP.Net CheckBoxList

Author : Mudassar Khan

In this article I’ll explain how to Save and retrieve ASP.Net CheckBoxList items into SQL Server Database. So let’s start with article.   Database Design I created a new database called as dbHobbies with a table called as Hobbies which has the following structure Connection String Once the database is ready you can create the connection string that will be used to connect to the database. addname="constr"connectionString="Data Source = .\SQLExpress;       Initial Catalog ...More

Posted : January 10, 2010   by : Mudassar Khan  |  Comments(0)
Filed Under :
ASP.Net



ASP.Net AJAX Control Toolkit AutoCompleteExtender without using Web Services

Author : Mudassar Khan

Here I am explaining, how to use AJAX AutoCompleteExtender Control directly with ASP.Net Web Page without using any web service. Database For this tutorial I am making use of NorthWind database that you can download using the link given below. Download Northwind Database   Connection String Once database is downloaded you can attach the same to your SQL Server Instance. I am making use of SQL Server 2005 Express hence below is my Connection string. connectionStrings>       ...More

Posted : January 25, 2010   by : Mudassar Khan  |  Comments(3)
Filed Under :
ASP.Net
 |
AJAX



Using jQuery AutoComplete Plugin in ASP.Net

Author : Mudassar Khan

In this article I’ll be explaining how to use jQuery AutoComplete Plugin in ASP.Net. Using jQuery we can easily create AutoComplete Textbox without writing much code.   Database For database I am using the Microsoft’s NorthWind Database. You can download the same using the link below Download Northwind Database Connection String Below is the connection string to the database which I have placed in the web.config. connectionStrings>       addname="constr"connectionString="Data Sour ...More

Posted : February 01, 2010   by : Mudassar Khan  |  Comments(3)
Filed Under :
ASP.Net
 |
AJAX
 |
JQuery



Render images in autocomplete list of ASP.Net AJAX AutoCompleteExtender

Author : Mudassar Khan

In this article I am explaining, how to display images in the AutoComplete List in ASP.Net AJAX Control toolkit AutoCompleteExtender Control in ASP.Net   Database For this tutorial I am making use of Employees table of Microsoft’s NorthWind database. You can download the NorthWind database using the link below Download Northwind Database   Connection String Below is the connection string to the database which I have placed in the web.config. connectionStrings>       addname="constr"connec ...More

Posted : February 06, 2010   by : Mudassar Khan  |  Comments(4)
Filed Under :
ASP.Net
 |
AJAX



 


Community News