| [+] | Three Tier Architecture | |
|
| Subject | Author | Category | Number of Views |
| Here we explain how the gridview can be implemented along with a three tier architected application. | Zubair Alam | .NET | 84 |
|
| [+] | Using Radio Buttons with a GridView using Template Columns in C# and Visual Studio 2005. | |
|
| Subject | Author | Category | Number of Views |
| A step by step guide to use radio buttons as a template column in VS2005 within a gridview. Selecting a radio button will result in the row being selected. | Rajib A. | .NET | 49 |
|
| [+] | Understanding the differences between Cache, Session, and ViewState. | |
|
| Subject | Author | Category | Number of Views |
| Properly using cache, session, and viewstate objects in your asp.net application. | Rajib A. | .NET | 59 |
|
| [+] | How to create a Login Pop Up or Div Pop Up without any child windows. | |
|
| Subject | Author | Category | Number of Views |
| This example will illustrate how to use simple divs to control what a user can see. We will have a main content page, along with a div that pops up to allow a user to login. | Rajib A. | .NET | 504 |
|
| [+] | How to create a simple Web Service passing and returning XmlDocument objects in VS2005 | |
|
| Subject | Author | Category | Number of Views |
| Here we will create a Web Method that accepts a System.Xml.XmlDocument object, and returns it as well. The method will do some task, and return a different XmlDocument object to the calling method | Rajib A. | .NET | 361 |
|
| [+] | How to properly perform db queries to avoid SQL Injection using System.Data.SqlClient.SqlCommand | |
|
| Subject | Author | Category | Number of Views |
| Here we will use a very simple method to perform queries which return a dataset object. If you are not using stored procedures, this is a more efficient way to perform queries. | Rajib A. | .NET | 255 |
|
| [+] | Using Template/Select/Delete columns with rows of a grid. | |
|
| Subject | Author | Category | Number of Views |
| A simple example of binding all data to template columns and accessing the data when a user clicks on a select and/or delete button. Example uses Northwind database, which can easily be modified to your data source. | Rajib A. | .NET | 296 |
|
| [+] | Google like Auto-Suggest using VB.NET without the AJAX Framework | |
|
| Subject | Author | Category | Number of Views |
| This example will show how to create an autosuggest feature like google without any Ajax frameworks. | Baps Ahmed | .NET | 599 |
|
| [+] | How to use a progress bar in your windows applications. | |
|
| Subject | Author | Category | Number of Views |
| A simple example of how to user a progress bar. Here we will do a simple query, and advance through the records while showing a progress bar. | Rajib A. | .NET | 510 |
|
| [+] | Response.Redirect versus Server.Transfer in Visual Studio 2003 and VS2005. | |
|
| Subject | Author | Category | Number of Views |
| A simple tutorial on using Response.Redirect and Server.Transfer - Userful tips to exchange data using Context.Handler | Baps Ahmed | .NET | 1597 |
|