HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Data Grid Control microsoft.public.dotnet.framework.aspnet.datagridcontrol


Discuss in the ASP.net Data Grid Control forum.



Post New Thread
Threads in Forum : ASP.net Data Grid Control Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hello, I have a Web Part that contains a relatively simple DataGrid, paginated across four pages. Switching between pages 2, 3 and 4 works fine, but...
Marc Woolfson
06-04-2007 03:54 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
5 197
I added an onclick event to a grid cell at bind time e.Row.Cells.Attributes.Add("onclick", "return LaunchInfo('../DetailLocation.aspx')") This...
Beemer Biker
05-31-2007 07:03 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
4 43
Hi, I'm removing rows from a gridview using Table.Remove( ). This removes the rows from the gridview. But the problem is although it removes rows...
Dev
05-31-2007 07:01 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
5 42
I have a gridview that allows deletes, It uses a single table but the contents of the table rel;ate to a child table and in then sql...
Robert Dufour
05-20-2007 11:41 AM
Robert Dufour Go to last post
4 52
hi, i want to display data in punjabi language in the web page. what is solution of that. please reply. this punjabi text must come from database. if...
sandhu
05-17-2007 06:50 AM
Alvin Bruney [MVP] Go to last post
1 77
I've been scratching my head for quite a few hours over this issue and thought It might be useful if I share my answer. Turns out if you are using a...
mc
05-17-2007 05:13 AM
mc Go to last post
0 40
I have a gridview and discovered that under giidview tasks there are (among other things) Enable Editing Enable Deleting Enable Selection These seem...
Beemer Biker
05-14-2007 12:00 PM
Beemer Biker Go to last post
0 52
I'm trying to concatenates to mutli items on a query string...kept generating errors...can u spot the...
ogsubs@gmail.com
05-12-2007 09:41 AM
Teemu Keiski Go to last post
1 53
hi i m vijay and i m facing the problem in the datagridview net 2.0 i dont want to desplay the cells of a row that doesnt have any value if any one...
vijay.csbt40@gmail.com
05-11-2007 10:26 AM
Ross Culver Go to last post
1 49
Hi, I am using a GridView, no sql or objectdatasource. In the rowdeleting event, the event arg e.Values.Count = 0, and the sender.Rows = 0, yet I...
Marianne
05-10-2007 10:14 PM
matt_c Go to last post
1 72
This is strange - I have a grid with columns: id, authString, realName, lastLogin, administrator, files_path_prefix id is a primary key in sql...
Beemer Biker
05-10-2007 09:17 AM
Ross Culver Go to last post
5 64
Ok, back to the same issue about keys, dictionary, session variables, etc. If I session.removeall in order to rid myself of the "Item has already...
Ross Culver
05-10-2007 09:06 AM
Ross Culver Go to last post
3 38
Here's a curious one . . . In one column of my gridview, I have two templateitems, one above the other (namely company name and street address,...
Ross Culver
05-09-2007 03:23 PM
Ross Culver Go to last post
0 33
Hi. I have a datagrid which displays images in cells. User wants to download the grid data as excel file. Now, if datagrid contains only data, it is...
joy
05-08-2007 12:44 PM
MasterGaurav \(www.edujini-labs.com\) Go to last post
1 51
Hi, I am creating a simple web application that displays records from an Access table. I am using DataGrid to display the records. I have been able...
Dragon
05-08-2007 10:45 AM
Dragon Go to last post
0 66
This error message "Item has already been added. Key in dictionary . . . " has become a major problem for me. I have a website whose main...
Ross Culver
05-07-2007 07:31 PM
Ross Culver Go to last post
3 44
Hi I have your regular GridView with an SQL Data source behind it. One of the colums is a varchar column that the user can edit. Now if that...
Stephan Steiner
05-07-2007 07:46 AM
Stephan Steiner Go to last post
0 70
Hi, I've coded a templated column that will add a column of asp:Checkboxes including an asp:checkbox on the column header, to a gridview. The...
Dev
05-05-2007 02:16 AM
Dev Go to last post
0 42
I'm having trouble handling drag-n-drop of rows from a DataGridView. The SelectionMode is FullRowSelect, so when I click, the whole row...
Dan Morrow
05-02-2007 05:14 PM
Eliyahu Goldin Go to last post
3 50
Hi: I am using a grid and having a problem with sorting. Below are my code and change the header name at run time as below based on language.If i...
pargat.singh@gmail.com
05-02-2007 09:28 AM
pargat.singh@gmail.com Go to last post
0 54
Hi, I have a gridview from which i want to remove gridviewrows onfly. I remove the rows as follows: Dim oTable as Table =...
Dev
05-02-2007 07:16 AM
Dev Go to last post
1 42
I'm binding a Gridview to a DataTable. I want to display the Gridview cells with multiline values. In populating the data for the DataTable, I...
John Doe
04-28-2007 04:47 PM
John Timney \(MVP\) Go to last post
1 61
I need a grid which has the option of combo box and i should be able to add rows at the run time. Please advise..
Sharad
04-28-2007 04:39 PM
John Timney \(MVP\) Go to last post
1 47
Was wondering if there is some setting in VS2005 where it can build my sql commands using that postgresql quote instead of brackets. Createing a...
Beemer Biker
04-28-2007 09:28 AM
Beemer Biker Go to last post
1 47
How would you recommend the best way to access a database? By 'best' I mean, what solution would allow me to modify the data as much as possible,...
Gabe Matteson
04-27-2007 08:42 AM
Michael Nemtsev Go to last post
4 48
I'm relatively new to VB programming, so please excuse my ignorance. I'm using a DataGridView control. You can only select entire rows, not cells....
Dan Morrow
04-25-2007 03:28 PM
Dan Morrow Go to last post
0 48
Hi: I am using a grid and having a problem with sorting. Below are my code and change the header name at run time as below based on language.If i...
pargat.singh@gmail.com
04-25-2007 12:22 PM
pargat.singh@gmail.com Go to last post
0 45
Using a GridView with Paging on to show a list of items. Just set to 10 items per page. The FromView is setup to "sync" with the user's selection...
Edward B.
04-25-2007 11:45 AM
Edward B. Go to last post
0 51
Hi: I am using a grid and having a problem with sorting. Below are my code and change the header name at run time as below based on language.If i...
pargat.singh@gmail.com
04-25-2007 10:29 AM
pargat.singh@gmail.com Go to last post
0 47
I have a default.aspx I want to transfer the data to a new page Form View on select ASP.NET 2.0 VS.Net 2005 VB.Net Protected Sub...
firstmalone
04-24-2007 09:47 PM
firstmalone Go to last post
0 45
Why am I am getting an extra line in GridView with the following text in the 1st column: "System.Web.UI.WebControls.TableRow" Here's partial...
John Doe
04-20-2007 06:46 AM
Alvin Bruney [MVP] Go to last post
1 49
Hi, I have lots of data layer objects and want to use them in an ObjectDataSource object to bind it's results to a GridView. The problem is that...
Victor Reboucas
04-16-2007 12:02 AM
Relaxin Go to last post
2 57
Hi All; I am developing a small ASP.NET web site using VS2003, I have a problem when displaying date information. There is a table made in access...
J. Active
04-15-2007 02:32 AM
Teemu Keiski Go to last post
1 77
hi i am using asp.net with a datagrid control .i want to know how to give different width size for each column.
joy
04-15-2007 02:29 AM
Teemu Keiski Go to last post
1 63
Hi, I am designing a ASP.NET 2.0 front end for a Excel like DataEntry Sheet and am interested in getting some guidance on what design route to take....
Jeremy Martin
04-12-2007 05:31 AM
Jeremy Martin Go to last post
0 52
Hi everyone, I have a DataGrid with several TemplateColumns. One of these columns has an EditItemTemplate that contains an ASP.Net DropDownList. ...
Steve Hershoff
04-11-2007 03:12 PM
Steve Hershoff Go to last post
2 52
Framework 1.1 Datagrid with Paging ON, PageButtonCount = 30 Binding Recordset which produces 37 pages 1 2 3 4 5 .... 30 and then "..." to go to the...
Michael Kansky
04-11-2007 10:28 AM
Michael Kansky Go to last post
0 47
Guys, Is there any way to add a row programmatically? What workarounds would you recommend if this isn't possible? This seems a big limitatiion of...
Matt Adamson
04-09-2007 08:26 AM
Teemu Keiski Go to last post
1 71
is it possible to select a row in a datagrid without postback.......
joy
04-09-2007 08:24 AM
Teemu Keiski Go to last post
2 85
I have added dynamically template column to a datagrid but, the controls disapear while the page postback. how to persist the controls with...
Sriram Mallajyosula
04-09-2007 08:22 AM
Teemu Keiski Go to last post
1 61
I have a datagrid and save button in my page.. when i click save button it doesnt get the text box values. What can be the problem...
in da club
04-09-2007 08:21 AM
Teemu Keiski Go to last post
1 58
How do I get the RegularExpressionValidator to work with a gridview during an update? The error message displays briefly -- very briefly, you...
Kat
04-09-2007 08:17 AM
Teemu Keiski Go to last post
1 41
We are using the Microsoft DataGrid control provided in ASP.NET 1.1. Is there any way to make the datagrid's frame taller after the HTML is rendered...
kingflux
04-07-2007 02:30 PM
kingflux Go to last post
0 46
We are making a theatre booking system and we want the cell of grid to change color when we click on it. *** Sent via Developersdex...
Matthew Webster
04-07-2007 02:05 PM
kingflux Go to last post
1 51
Hi, I have a Gridview that binds to a SQL Server 2000 Database Table. I have configured the SelectCommand, UpdateCommand, InsertCommand...
Vaughn Haybittle
04-04-2007 02:08 AM
Vaughn Haybittle Go to last post
0 61
Hi, I have a Gridview that binds to a SQL Server 2000 Database Table. I have configured the SelectCommand, UpdateCommand, InsertCommand...
Vaughn Haybittle
04-02-2007 05:56 PM
Vaughn Haybittle Go to last post
0 66
Hi I have a Gridview in ASP.Net 2.0. I'm populating it with data from a SQL 2005 database (but with legacy design). In the DB, the dates are stored...
Jules Wensley
03-29-2007 06:36 PM
asp.net_dance Go to last post
7 72
Hi, that's my Problem: recently I had to set some columns in our Datagrid invisible. As we use an dynamic Datagrid Binding, the only possible...
_MC_
03-27-2007 11:32 AM
_MC_ Go to last post
0 49
Hai, Q::- only 100 users can access my website at a time after processing 100 request i need to access another 100 requests (users) and so on how...
azamalim
03-27-2007 04:01 AM
azamalim Go to last post
0 54
Hai, Q:- Let us think i have datagrid which displays record from database, now if any new record is inserted in database how can the user knows the...
azamalim
03-27-2007 04:00 AM
azamalim Go to last post
0 46
Post New Thread

Display Options
Showing threads 101 to 150 of 4083
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.