DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.aspnet.datagridcontrol     925 threads
page nr.:    1      2      3      4   



Performance issues with Retrieving data   (2 messages)   Date: Mon, 11 Jun 2007 13:30:36 -0400
I have a table with over 1.3 million rows. I am retrieving only 20 at a time using the with - over clauses In query analyser, the data is retrieved in under a second. When retrieving using the data adaptor.fill or datareader ...

GridView issue when export to excel   (8 messages)   Date: Tue, 5 Jun 2007 07:29:20 +0700
Hi there, I am using this code that I have found in the internet to generate excel output. Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=kirim.xls"); Response ...

Iterate through the controls of a ItemTemplate   (5 messages)   Date: Sun, 03 Jun 2007 05:40:59 -0700
Hi, I have a datagrid with boudcolums and templatecolumns. The templatecolums have a ItemTemplate that contains controls. I would like to iterate through these controls. I cannot use the FindControl method because I ...

DataGrid.PageIndexChanged not firing on when 0th page requested   (6 messages)   Date: Wed, 23 May 2007 03:11:01 -0700
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 if you request the first (0th) page again, the PageIndexChanged event ...

using javascript with datagrid   (2 messages)   Date: Tue, 22 May 2007 08:23:25 -0500
I can not seem to figure this out, but really haven't work a lot with javascrip and .NET. I have a data grid and I want to put a button in it and when the button is pressed it will call my javascript. Now the grid is ...

[GridView] Deleting last item causes ArgumentOutOfRangeException when using Stored Procedures   (1 messages)   Date: Thu, 17 May 2007 11:13:39 +0100
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 stored procedure to delete items from the GridView which updates multiple ...

how can i store punjabi text in database. this text must be displayed in punjabi in the browser.   (2 messages)   Date: 16 May 2007 20:28:36 -0700
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 u have another alternate then, so please give that alternate. ...

is there a "last id" mechanism on an update?   (1 messages)   Date: Mon, 14 May 2007 18:35:30 -0500
I have a gridview "new" command that insert a new row into a postgresql database.that uses the odbc driver. Newbie as I am i thought that iReturn would have the new index that was created. SqlDS1.InsertCommand = "INSERT ...

How to use the "new" command button?   (1 messages)   Date: Mon, 14 May 2007 12:00:49 -0500
I have a gridview and discovered that under giidview tasks there are (among other things) Enable Editing Enable Deleting Enable Selection These seem to be duplicated in the CommandField. For example, if I bring up "edit ...

Creating a Datagrid HyperLinkColumn with Multiple Querystring Values   (2 messages)   Date: 12 May 2007 05:44:25 -0700
I'm trying to concatenates to mutli items on a query string...kept generating errors...can u spot the bug? =============== <ItemTemplate> <asp:HyperLink id=Hyperlink1 runat="server" Text="Details" NavigateUrl='<% ...

problem of .net datagrid   (2 messages)   Date: 11 May 2007 03:02:53 -0700
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 have the solution of this the plz reply me as soon as possible ...

Object Reference Not Set / GridView TemplateItem   (1 messages)   Date: Wed, 9 May 2007 15:23:41 -0500
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, respectively). Works fine. On gv.SelectedIndexChange I capture the street ...

Bryan, Help!   (4 messages)   Date: Wed, 9 May 2007 09:18:56 -0500
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 been added . . . " error, then paging doesn't work. How can I clear the ...

DataGrid Column Resize   (1 messages)   Date: Tue, 8 May 2007 08:45:51 -0700
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 to resize column size to match with what I need in view mode. Now when ...

Key in Dictionary   (6 messages)   Date: Mon, 7 May 2007 13:36:08 -0500
This error message "Item has already been added. Key in dictionary . . . " has become a major problem for me. I have a website whose main attractions (the money maker) are the two datagridviews used to return user requested ...

varchar string not showing up in itemtemplate in a gridview   (1 messages)   Date: Mon, 7 May 2007 14:46:22 +0200
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 column contains a string like "a < b <c < d", if you're in the Item view, all ...

Strange Problem: Removing rows from Table object doesnt update rowcount of Gridview   (6 messages)   Date: Sat, 5 May 2007 13:23:02 +0600
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 from the gridview it doesnt update the Gridview.Rows.Count to return correct ...

Strange Problem: Templated checkbox column   (1 messages)   Date: Sat, 5 May 2007 13:16:54 +0600
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 checkbox on the column header has Auto-postingback enabled and I've added an ...

datagrid to excel with image   (2 messages)   Date: 4 May 2007 00:36:57 -0700
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 fine. But if it contains some images, images are not displayed in the excel ...

Newbie Delete question   (5 messages)   Date: Thu, 3 May 2007 13:45:33 -0400
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 server defintions, cascabding deletes are not allowed. So functionally it works as it ...


page nr.:    1      2      3      4   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us