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     
Hi, It's about a database containing (for simplifying) three fields: 'placenr' (primary key), 'place' and 'color'. The records are updatable...
Ben
08-15-2006 11:22 AM
Ben Go to last post
0 28
Hello, I have a problem, with a gridview, i won't a javascript function, OpenPopUP(sCMD,bBoolean,iregID) to run when a image is clicked. So i add...
Henk
08-14-2006 01:26 PM
vMike Go to last post
3 33
How do I set the maximum number of rows for a datagrid when binding a datareader to it? I am presently using: OracleDataReader dr = getResults(...
Nicolaj
08-14-2006 09:00 AM
Ajak Go to last post
4 47
I have a datagrid that contains multiple text columns which I need to have wrapped because of their size. Below is the code that I have at the...
pleaseHelp
08-12-2006 06:38 PM
InNeedOfAssistance Go to last post
1 35
I have a datagrid with 11 columns defined in the aspx page. When I load the page, I bind the grid normally and then pull the users customized...
Dan
08-11-2006 02:05 PM
Dip Gada Go to last post
1 32
hello, I am using C#. How do I bind a checkbox in a asp.net webform datagrid? the oracle database has a number field where I want any non zero...
pleaseexplaintome@yahoo.com
08-11-2006 12:07 PM
pleaseexplaintome@yahoo.com Go to last post
0 45
Hello World! My first question is How i van modify the default text 'edit' 'delete' etc.. from gridview? and How i can add a javascript condirm...
luigi.corrias@gmail.com
08-11-2006 11:04 AM
luigi.corrias@gmail.com Go to last post
1 31
Hello, I have a datagrid (dgStaffList) with 1 bound column, 2 template columns and 1 Edit column and 1 Delete column. Each template column...
Kiyomi
08-11-2006 08:56 AM
Kiyomi Go to last post
0 30
Hi, I am using a datagrid to edit the ItemTemplate and EditItemTemplate however I was wondering if there was a DeleteItemTemplate. What I would...
Jeremy Martin
08-10-2006 10:40 PM
postmaster96 Go to last post
3 39
Hello All, I am having some difficulties with a user control implementing IPostBackDataHandler when it is placed inside a datagrid. I have created...
buzlite@sympatico.ca
08-10-2006 08:27 PM
buzlite@sympatico.ca Go to last post
0 34
Hello, I have a problem formatting my datagrid which I am using to display around 35 columns in one single aspx page and wanted to know how can...
AT
08-10-2006 05:50 AM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
1 40
I have a gridview with an edititem template that contains a textbox. When I change to edit mode, I would like the focus to be set to the textbox of...
Roberto Kohler
08-10-2006 05:49 AM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
1 44
Hi everyone, I'm using the paging feature in the DataGrid class for the first time, and am having some trouble. I have an asp button column in the...
Steve Hershoff
08-09-2006 04:06 PM
Steve Hershoff Go to last post
0 31
I need to capture the HTML output from a Gridview control....so I am executing the following code... StringBuilder sb = new...
Philip
08-08-2006 01:56 PM
Riki Go to last post
1 37
Hi Group, In my application I am using a datagrid, now I m implementing sorting for that datagrid, I am changing the flag for ascending and...
Anup
08-08-2006 07:40 AM
Anup Go to last post
1 35
Consider the following code which retrieves data from a SQL Server 2005 DB table & displays it in a DataGrid: <script runat="server"> Sub...
Arpan
08-06-2006 08:01 PM
Ken Cox [Microsoft MVP] Go to last post
1 39
Hi, I am trying to display a memo field in a grid in. I have tried with the GridView and DetailsView, but it's treated as text field. Is it possible...
Hanno
08-06-2006 10:22 AM
Ken Cox [Microsoft MVP] Go to last post
3 32
Hi, using a DetailsView, I insert a new record. After it is posted, the DetailsView does not make the new record current. Is there a way to do...
Hanno
08-04-2006 06:00 PM
Hanno Go to last post
0 33
Hi, I'm using the asp:gridview control for displaying the data from SQL Server. Now, I've found that if the column is invisible "<asp:BoundField...
ghostwolf
08-03-2006 03:03 PM
ghostwolf Go to last post
3 35
I'm having an issue and wanted to pass by everyone to see what you think. Here is my code. searchs =...
Doug Durrett
08-03-2006 02:26 PM
Doug Durrett Go to last post
0 39
I am trying to bind a formview through an objectdatasource to my object (customer) this object contains another object (address) I want to be able to...
lstevensuk
08-03-2006 09:50 AM
lstevensuk Go to last post
0 38
Hello, This is an odd one. I have a simple datagrid that is bound to a datatable The user gets the results by clicking a Search button. It renders...
TSawyerhm
08-02-2006 01:25 PM
TSawyerhm Go to last post
0 33
Hello All: I have a GridView in a user control that has its datasource assigned dynamically. It's working well, however, date values are...
Bob Phillips
08-01-2006 01:18 PM
Bob Phillips Go to last post
2 42
Hello , I want to set the column in the datagrid in the ItemDataBound event e.Item.Cells.Width = new Unit("100px"); is not working. Please suggest...
Naveen
08-01-2006 06:39 AM
Naveen Go to last post
1 50
I have a imagebutton in a detailsview, which, when clicked, causes postback and show or hide some of the rows. (Me.DetailsView1.Fields(4).Visible =...
News User
07-31-2006 11:27 AM
Eliyahu Goldin Go to last post
2 36
Hi guys, Just wondering if someone could help me. I have a datagrid that displays client data A & B. If client data A is displayed then i display...
AT
07-31-2006 08:14 AM
Eliyahu Goldin Go to last post
3 26
Hi all i Dont know if its my code or its a microsoft issu i have a gridview that has a Multi header genereated with this Code SortedList creatCels...
Etariq
07-29-2006 02:40 AM
Etariq Go to last post
0 35
Hello Here's my code to export a datagrid to Exel : Response.Clear() Response.Buffer = True Response.ContentType =...
bnob
07-28-2006 01:19 PM
bnob Go to last post
0 28
I would like to capture the value in a specific cell in the current row on a double-click event on a DataGridView. I can't seem to figure out the...
Greg Smith
07-27-2006 03:45 PM
Winista Go to last post
3 81
I have a gridview object, and i have bound it to data. I created a sort method, and have set it so that when the gridview heading is clicked on,...
Whitney Yiu
07-26-2006 10:02 PM
alex Go to last post
2 63
Adding Streaming video to your web-page is as simple as a few clicks of the mouse with this amazing tool. http://www.ebvalues.com
Mike
07-25-2006 07:32 PM
Mike Go to last post
0 29
It is in my <EditItemTemplate> Tag.. <asp:DropDownList Runat=server ID="CIdeefixeSatis" SelectedIndex='<%# SelectMyIndex(DataBinder.Eval(Container,...
Savas Ates
07-24-2006 03:26 PM
Scott M. Go to last post
4 60
Hi Giorgio, Thank you for letting me know that the SearchSummary control is causing the problem. I'll try to do more research on it and see if it...
AT
07-24-2006 02:15 AM
AT Go to last post
3 61
How to bind a grid using table? I've a table and I want to see that data in a grid for sorting and pagination. Please provide an example. Thanks, XD
SK
07-23-2006 10:41 PM
SK Go to last post
0 29
This is driving me crazy. I need to hide rows that a particular cell is zero. On debuggng I fiound out that ItemDataBound fires for header only and...
AT
07-23-2006 06:16 AM
AT Go to last post
2 39
The itemdatabound event fires only once for a datagrid header only and NOT for the rows. What am i doing wrong? I have used the code below to confirm...
AT
07-23-2006 04:40 AM
AT Go to last post
0 33
Is there's a way to do this? I want to have control over the enabling/disabling of a single row... Any help will be appreciated...
ashan
07-23-2006 03:50 AM
Eliyahu Goldin Go to last post
2 41
Hello, I am creating an application using asp.net 2.0. But I am stuck somewhere. I want to get values from a DataSet one by one on every Page_Load....
AT
07-23-2006 03:46 AM
Eliyahu Goldin Go to last post
1 29
I am new to ASP.NET and I'm using Visual Studio 2003. I put a datagrid on a form and bound to the Northwind/Orders table. The first column is the...
Henry Jones
07-21-2006 06:57 PM
Henry Jones Go to last post
0 28
Kader; soru:madem,herşey bir kader defterinde yazılı ve herşey ona göre oluyor.o halde insanlar niçin cehenneme gidiyor? cevap:evet herşey bir kader...
faruk.nur
07-21-2006 04:47 AM
faruk.nur Go to last post
0 43
I have a site with a grid view that passes a parameter (id) to a form page with multiple data controls on that form. On the form it uses the image...
orcastu
07-20-2006 08:28 PM
orcastu Go to last post
0 27
Need help with a DataGrid DropDownList problem. I have a datagrid that contains several columns, including two ItemTemplate columns that...
PK9
07-20-2006 05:53 PM
PK9 Go to last post
3 30
Hello: I was migrating a web application from VS2003 to VS2005. In one page I had a grid with some cells with fixed width in pixels and two cells...
Elizabeth
07-20-2006 03:40 PM
addup Go to last post
1 42
Hello, I have several columns inside a datagrid and I would like to hide every other column. That's easy, the hard part is if a visible dropdown is...
AT
07-19-2006 01:31 PM
AT Go to last post
0 38
I am building a custom control that will contain a DataGrid among other server controls. I expose the child controls as public properties so their...
Indu
07-19-2006 04:42 AM
Indu Go to last post
0 32
Hi, all - Can I make a hyperlink column when the AutoGenerateColumns property of a datagrid is set to "True"? I have a column that is created by...
Dawn Coelin
07-18-2006 03:40 AM
Teemu Keiski Go to last post
3 42
protected void GridViewData_RowDataBound(object sender, GridViewRowEventArgs e) { // the Key in the Sorted List is the index of the cell , the...
Etariq
07-15-2006 12:25 PM
Etariq Go to last post
0 49
Is it possible to create a 'context menu' for my GridView? What I need to when the user clicks on a row in my gridview I need to show a menu with...
CSharpGuy
07-15-2006 02:08 AM
Vivek Go to last post
2 67
I have a TemplateColumn in my DataGrid that consists of links. When the links are clicked a javascript calendar is opened that returns a selected...
JLuv
07-14-2006 09:16 AM
AT Go to last post
3 32
i need to filter my data (by field) before loading my datagrid programmatically any idea? thx
Jules
07-14-2006 09:11 AM
AT Go to last post
1 23
Post New Thread

Display Options
Showing threads 401 to 450 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.