GridView Control Questions

1

Retrieving data from Visual Studio database
How to edit,delete and update data in database which we fetch in gridview control in vb.net 2008? The data within the gridview control only be used

Answer Question   |  February 28, 2011  9:01 AM
GridView, GridView Control, VB.NET, Visual Studio 2008
asked by:
5 pts.

Gridview data in ASP.NET data table
how to get data in DataTable from gridview contain template column as textbox?the Datatable should contain the value enter in template column   I used DataTable dtData=((DataView)GridView1.DataSource).Table;   but given error as object reference not set for textbox in grid

Answer Question   |  February 18, 2011  11:09 AM
ASP.NET, C#, DataGridView, GridView, GridView Control
asked by:
45 pts.

Using .net gridview control with AS/400
I am tiring to update a table in the as400 with the .net gridview control and I am having trouble binding the parameters to the sql query. My select query work if I use a liked server but it is slow. Next I tried the odbc driver but my select query is not working with [...]

Answer Question   |  November 15, 2010  7:01 PM
.NET 2.0, AS/400, AS/400 Parameters, GridView, GridView Control, SQL Query
asked by:
5 pts.

How to pass a store procedure and a variable to a datagrid
I am a newbie when it comes to passing parameters to a control. I am programing in VS 2008 using VB as the language. The grid is in an ASP.Net (3.5) page  I have set up a store proceduer in SQL Server 2005 as follows: CREATE PROCEDURE   usp_selEmpSSN–Transfer all records from tbl_CL with the [...]

Answer Question   |  January 14, 2010  4:25 PM
GridView Control, Stored Procedure variables
asked by:
125 pts.

1