GridView Questions and Answers

Recent IT Questions

1 - 8 of 8
<<PREVIOUS 1 NEXT>>

Separator Line in ASP.NET Gridview

Hello, I’m relatively new to ASP.NET and SQL, so what I’m asking maybe a simple question for some, but not for me. What I have is a Grid View that I’m trying to populate softball hitting statistics with. In it I’ve stacked statistics yearly statistics on top of career totals at the very...

Answer Question   |  Jun 25 2009  5:06 AM GMT
SQL, ASP.NET, GridView
asked by Rtodd

  5 pts.

grid view connection to a data in a table ?!

Hello , I'm julien , beginner in visual studio 2008 using c# language I Have this task that I seem to be stuck in ! I've created a database using sql server express 2005 of 4 tables :"BOOKS , AUTHORS , CATEGORIES and PUBLISHERS ". I've connected this database to my gridview in visual studio...

Answer Question   |  Jun 24 2009  7:20 AM GMT
Visual Studio 2008, GridView, C#
asked by Julien51

  10 pts.

GridView and RowUpdating and getting the Values

I have a gridview and I have my items in a template inside. I am trying to update the values after the edit mode but they are not updating and I keep getting a error saying its not an object. this is one piece of code where i am trying to access the data in the RowUpdating function Dim thisTest...

Answer Question   |  May 14 2009  11:16 PM GMT
GridView RowUpdating, GridView, RowUpdating
asked by Srisaacks

  15 pts.

How to Serialize data before binding to grid ???

I am using the code given below (uses reflections), If (minfo IsNot Nothing) Then gvResult.DataSource = minfo.Invoke(Activator.CreateInstance(classtype), inputParameterStore) gvResult.DataBind() Else lblErrorMsg.Text = "No method available" End If Here minfo is an...

View Answer   |  Apr 16 2009  7:27 AM GMT
GridView, serialize
asked by IndraBasu

  25 pts.

Why isn't my data displaying in the next page of Gridview?

I added a sqldatasource from my toolbox to my aspx page. I then configured the sqldatasource to connect to a table. I then added a gridview to the same aspx page and selected the sqldatasource as it's data source. In addition to other column formatting etc., I set paging to true. I then opened...

View Answer   |  Feb 5 2009  5:25 PM GMT
Visual Studio 2005, GridView, VBScript
asked by Ilfoprog

  30 pts.

Dynamically adding rows to Gridview

Hi friends , Can any one help on following requirement Dynamically Adding a new Row to Gridview Control in ASP.NET

View Answer   |  Oct 3 2008  3:30 AM GMT
ASP.NET, Database programming, GridView
asked by Bala11

  50 pts.

Error inserting data in table

hi plz help me ,i want to insert some data in a table but some error ocurred. --------------------------------------------------------------- using System; using System.Data.SqlClient; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI;...

View Answer   |  Sep 10 2008  6:50 AM GMT
SQL, ASP.NET, C#
asked by Amitshukla

  45 pts.

how to view data in gridview with a sqldatasource

hi , i m amit i want a help to view datasource and grideview,when i make connection in datasourse and use this connection in gridview and run it page can not display gridview structure. plz help me

Answer Question   |  Sep 9 2008  11:02 AM GMT
SQL, ASP.NET, C#
asked by Amitshukla

  45 pts.

1 - 8 of 8
<<PREVIOUS 1 NEXT>>