Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net > Server Controls > DataGrid Control


Search:
What's New - What's Hot
Hover Effects for GridView Rows Using CSS  Version: 0.00     Price: $0.00  
Total Hits: 4  |  Today: 0Author: Samir NIGAM      Rating:  
Read Reviews | Write Review |  Your Rating: 

Last week, I learned a technique of applying a hover effect to an HTML table’s rows with the help of pure CSS, without using a single line of JavaScript code. Great! Isn’t it? Before that, I’ve been doing this using JavaScript, as in my previous article: Hotmail-like Mouse Over and Mouse Out Effects on GridView. I thought it might be interesting to implement this technique on a GridView in order to create a hover effect on the GridView rows....

How to Make GridView Auto Partial Update like Gmail Inbox  Version: 0.00     Price: $0.00  
Total Hits: 4  |  Today: 0Author: mahdi-mohsen-hosein      Rating:  
Read Reviews | Write Review |  Your Rating: 

The way presented in this article is a way of how to add new rows from database to gridview without refresh of the page. This is useful when a client wants to see new rows (e.g., new letters) without having to refresh the page.

If you want to see a live demo, please login to your Gmail account (load standard Gmail), then send a letter from a different browser to your Gmail address and see that your Gmail Inbox will auto add the new letter's row to your letters' gridView....

Export ASP.NET Gridview data into MS-Excel sheet  Version: 0.00     Price: $0.00  
Total Hits: 4  |  Today: 0Author: Vamshi Krishna      Rating:  
Read Reviews | Write Review |  Your Rating: 

Export ASP.NET Gridview data into MS-Excel sheet

Prepare Database, table, and insert data into table.
Bind table data in to ASP.Net Gridview (gridview name "gvPrint") data control....

Import Excel Data into GridView & Export to Excel Sheet  Version: 0.00     Price: $0.00  
Total Hits: 4  |  Today: 0Author: Poonam Verma      Rating:  
Read Reviews | Write Review |  Your Rating: 

Recently I worked on a site in which we were required to import excel in website and calculate internal fields then display in grid view and save data in database then export to excel File.

That was really nice and I decided to put the code here....

Implementing autocomplete textbox in gridview using Ajax autocomplete extender  Version: 0.00     Price: $0.00  
Total Hits: 167  |  Today: 0Author: Amit.jain      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this example i am implementing the AutoComplete functionality to textbox in the EditItemTemaplate of GridView using AJAX autocomplete extender, for this we need to create a web service which calls the method to fetch data from database and display results as suggestions for textbox...

Search Records In GridView And Highlight Results Using AJAX ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 7  |  Today: 0Author: amiT jaiN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Click Here
In this example i am searching records of gridview and highlighting the results based on search criteria user enter in textbox ....

Creating a GridView Hover Menu  Version: 0.00     Price: $0.00  
Total Hits: 41  |  Today: 0Author: Marshal v Stephen      Rating:  
Read Reviews | Write Review |  Your Rating: 

So, what are we talking about here? Let's say we have a gridview and have some command fields inside the grid, like Edit, Delete, NavigatetoURL and so on. It'll look clumsy to have all these commands (linkbuttons or hyperlinks) in seperate columns or even in one column....

Dynamically Templated GridView with Edit, Delete and Insert Options     
Total Hits: 61  |  Today: 0Author: Mahr G. Mohyuddin      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article the author presents a comprehensive solution to build a GridView with template fields generated at run time with in-place Insert, Delete and Edit operations with a full description of an effective implementation and usage of ITemplate interface....

Sub report in GridView using AJAX     
Total Hits: 61661  |  Today: 0Author: Erode Senthilkumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, I will be explaining about the sub report in the grid view. I took northwind database as example for this demonstration....

Drop down list as Itemtemplate within Gridview with Object Data Source Updating Database     
Total Hits: 53  |  Today: 0Author: Ranjan.D      Rating:  
Read Reviews | Write Review |  Your Rating: 

Have you ever faced any problem in Grid view with Drop down list as Item Template and you try to update Grid view records using Object data source From long time we used Data grid and its binding, also we saw how we can add drop down list as an Item template in it and it�s not new. This article mainly deals with Display a drop down list inside a Grid view whose data source is binded and selected value is set based on ID. Updating grid row with object data source connecting business logic ...

Build a Nested GridView Control with ASP.NET     
Total Hits: 115  |  Today: 0Author: Paul Kimmel      Rating:  
Read Reviews | Write Review |  Your Rating: 

The biggest oversight in ASP.NET is the lack of an easy way to create fully functional nested grid and user control views (nested means one or more controls exist in one or more GridView cells; these controls may be grids or user control grids nested n-levels deep.) Propagating data downstream, permitting full editing functionality, and event handling are still very labor intensive. This is a glaring deficiency in the way you can develop Web applications with ASP.NET....

CURD Operations in Gridview using ASP.NET 2.0     
Total Hits: 129  |  Today: 0Author: Jubeda      Rating:  
Read Reviews | Write Review |  Your Rating: 

How to edit,delete,update Gridview data manually,Withour using datasource control....

GridView Examples for ASP.NET 2.0     
Total Hits: 139  |  Today: 0Author: Rajkumar Beniwal      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET GridView control available in Visual Studio 2008 alows data binding and editing without writing a single line of code. This article shows you you can do that. The GridView control allows editing on a row-by-row basis. An editable GridView contains an additional column with an Edit button in each row. When the end user clicks on an Edit button that row becomes editable, causing the Edit button to change to Update and Cancel buttons and the other columns to become Textboxes. The end user c...

Tips for using the RadGrid     
Total Hits: 112  |  Today: 0Author: Brian Mains      Rating:  
Read Reviews | Write Review |  Your Rating: 

Previously, I wrote about using the RadGrid control and how to setup the UI for a simple GridView-like look. In this article, I’m going to talk about some of the tips and tricks that you can give the RadGrid to become more responsive. When supporting the ability to select a record in the GridView, the grid needs to have a button that triggers the selection of the row. This causes a postback and sets the selected index of the row, raises an event, and performs some other features. The RadGrid pro...

Popup Master-Detail using GridView, DetailsView and JQuery with jqModal     
Total Hits: 376  |  Today: 1Author: Muhammad Mosa      Rating:  
Read Reviews | Write Review |  Your Rating: 

Last month Matt Berseth posted very good post about how to build Master-Detail with the GridView, DetailsView and ModalPopup Controls. Today I'm going to clone his post and build the same feature using jQuery with jQuery Plugins; one for popup windows jqModal& and the other is for Color Animation. You can view a demo of this sample here [View Demo]....

Data Integrity Over HTTP, IIS Credentials, DataGrids, and More     
Total Hits: 28  |  Today: 0Author: Nancy Michell      Rating:  
Read Reviews | Write Review |  Your Rating: 

If I establish a Web connection using HttpWebRequest and then read data from HttpWebResponse.GetResponseStream, I know it will fail if the Internet connection is lost, but do I need to be concerned about data packets being lost if the reading of data from HttpWebResponse.GetResponseStream finished without error? Does the underlying transport/protocol take care of retrying lost data packet and other problems?
Yes, HTTP is built on TCP/IP, which handles all of the retries and data integrity for...

ADO to XML: Building a Data Access Tier with the DataManager Component     
Total Hits: 91  |  Today: 0Author: Johnny Papa      Rating:  
Read Reviews | Write Review |  Your Rating: 

Your boss says, "We need our app to talk XML." Of course, XML is a solid data format, but what about the data formats that are already used by your company's applications? Your business applications may have a data access tier that reads and writes data to and from a database and sends the data back to the business services tier. What format does that data take? If you use an ActiveX® Data Objects (ADO) recordset, your business component is reliant upon the ADOR object library, which may or may ...

Dynamically Creating Bound and Template Columns in GridView     
Total Hits: 339  |  Today: 0Author: AzamSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are situations when you need the columns to be created dynamically. Creating dynamic columns in GridView control is almost identical to Datagrid control. If you are working with Datagrid control than check out my article Creating Dynamic Bound and Template Columns in Datagrid Control. In this article we will see how to create dynamic bound and template columns for the GridView....

DropDownList Inside The GridView Method 2     
Total Hits: 207  |  Today: 0Author: AzamSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is the second installment of the article, DropDownList Inside the GridView. In the previous article DropDownList Inside the GridView I talked about how you can populate the DropDownList inside the GridView with different data using a DataSet. In this article I will demonstrate that how you can achieve the same behavior using Entity Classes....

An Extensive Examination of the DataGrid Web Control: Part 4     
Total Hits: 140  |  Today: 0Author: Scott Mitchell      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is the fourth piece of a multi-part series on using the DataGrid Web control that will span several weeks. The ASP.NET DataGrid Web control, which displays database information in an HTML table, is highly versatile. The basics of the DataGrid were discussed in Part 1; information on specifying display properties of the DataGrid was discussed in Part 2. In Part 3 we examined how to associate custom events with the DataGrid....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net