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   



problema con control Personalizado   (1 messages)   Date: Wed, 22 Aug 2007 11:43:54 -0500
Hola. Me encargaron hacer un user control Es un user control al cual por defecto tiene los botones Adicionar, Modificar, Eliminar, Consultar, Buscar, Imprimir, Salir. Este user control tiene una propiedad donde se pude ...

Row edit fails to recognize new values   (3 messages)   Date: Tue, 21 Aug 2007 08:00:23 -0500
I am having a problem with the grid view control. When i edit a row the new values placed into the text boxes are not passed as a new values when the update event occurs. I am stumped...any suggestions would be appreciated. John ...

Inline Calculations for Databinding   (13 messages)   Date: Mon, 20 Aug 2007 18:23:09 -0400
I have two fields in the Datatable that I am using as my DataSource that I need to multiply together before displaying them. Here is the databinding expressions from my ASPX file to display the fields separately: '<%# ...

problem ordering buttons vertically in cell   (3 messages)   Date: Thu, 16 Aug 2007 17:05:18 -0500
In one cell of a datagridview I want to put two buttons. I got this to work easily using thisButton = new HtmlButton(); e.Row.Cells[5].Controls.Add(thisButton); thisButton = new HtmlButton(); e.Row.Cells[5].Controls.Add(thisButton ...

Hiding blank rows in a datagrid   (2 messages)   Date: Wed, 15 Aug 2007 03:24:00 -0700
Hi I have a bound datagrid in my page. I want to hide rows where there is no data, is this possible. Example - Row 1: Name | TestNameValue Row 2: Address | Row 3: Phone | 08322232 Row 4: FAX ...

Javascript confirmation message in datagrid   (7 messages)   Date: Mon, 13 Aug 2007 18:24:22 -0700
Hello, I need to add a confirmation message to the Delete button in the datagrid. I was always using this code to do this: Private Sub dgRoles_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls ...

DetailsView and dropdownlist   (1 messages)   Date: Mon, 13 Aug 2007 15:06:52 -0500
Can some body help me. Look at at the code bellow <InsertItemTemplate> <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("item_id") %>' Visible="False"></asp:TextBox> <asp:DropDownList ID="DropDownList1" runat="server" ...

Adding check box to data grid custome control.   (1 messages)   Date: Sat, 11 Aug 2007 06:31:56 -0700
Hi, i am using custome data grid control, which does not have the coloumn tag i.e property so i can't add rows explicity in aspx file. i also tried this DataColumn dcSelect = new DataColumn("Select"); dcSelect.DataType ...

PostbackURL   (2 messages)   Date: Tue, 7 Aug 2007 13:48:02 -0500
Is there a way to assign a postbackURL to a gridview? Ross ...

Gridview - Pull value from one cell in one row   (2 messages)   Date: Sun, 5 Aug 2007 10:15:08 -0400
Hi, I'm a newbie and I'm looking for some help. I'm programming in VB.Net. I have a simple gridview and when the user hits the Edit link, the gridview changes to edit mode. I replaced the Textboxes with ...

GridView problem while using base page.   (1 messages)   Date: Thu, 02 Aug 2007 07:24:50 -0700
Hi, I have created a base form and placed a gridview and set its access modifier to 'Public' and in child form( inheriting from Base) all the properties of the gridview are disabled . Kindly help me ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:36 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

Rating control   (1 messages)   Date: Mon, 30 Jul 2007 11:52:00 -0400
Hi, I need to have a rating control inside a datagrid, i found this control (http://blogs.crsw.com/mark/archive/2005/01/30/719.aspx) which very good looking and works fine, but, is not working when i'm using it inside ...

exporting to excel   (6 messages)   Date: Fri, 27 Jul 2007 21:34:42 GMT
I am attempting to export a DataGrid to Excel. I have tried code from this link: http://www.codeproject.com/office/export.asp?df=100&forumid=155463&exp=0&select=1703842 and it seemed like nothing happened. I also ...

DropDownList that is always available or a set of radio buttons.   (2 messages)   Date: Fri, 27 Jul 2007 16:45:13 -0400
I want to be able to have the user select a value from a drop down list without having to put each record in an update mode. I'd like to have it that all of the records show up with a drop down list with the value they previously ...

Datagrid Style Question   (2 messages)   Date: Thu, 26 Jul 2007 15:41:07 -0400
I would like to have the line between certain columns in my datagrid darker or a different color than the other lines between columns. Does anyone know how to accomplish this? Thanks in advance. Bill Rossi ...

Blank rows   (1 messages)   Date: Sun, 22 Jul 2007 07:58:05 -0600
Why does the Auto-Generate Fields never work? I have it checked in the smart tag, editcolumns, but all my columns are gone. All I see is the select and edit buttons. Is there some magical key or dance-like-a-chicken routine ...

formview child controls .. added a table and broke control loop??   (1 messages)   Date: Sat, 21 Jul 2007 16:48:41 -0700
Well, I've narrowed the issue down to having added a table inside my formview. Somehow I must figure out how to navigate the formview controls around a table, likely another child control or layer to think about .. it boils ...

Displaying the id/PK in a gridview?   (2 messages)   Date: Wed, 18 Jul 2007 07:15:38 -0600
So how does everyone hide the primary key in a gridview with a datasource to a table, let's say. If you don't display it, then you can't update the records. Users don't want to see this field, particularly if it's a guid ...

ORA-01036: illegal variable name/number in GridView when updating   (1 messages)   Date: Tue, 17 Jul 2007 15:08:00 -0700
Hello, I have a problem with gridview that is connected to Oracle relational database. The SELECT function of GridView works fine but when i am trying to update just some of the fields I get ORA-01036. I figured out ...


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


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