|
|
|
Hide a column?
Replies (1) 6 January 2006
How do I hide a column when using AutoGenerateColumns turned on? I tried
dg.Columns(1).visible = false but it errors, as if there is no column.
Also in ItemDataBound, I tried e.items.Cells(1).vi...
|
|
|
|
Keyword not supported - Provider
Replies (1) 6 January 2006
This is a multi-part message in MIME format.
------=_NextPart_000_0009_01C612A9.016C5E10
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Hi:
I...
|
|
|
|
How to get values out of a grid during an add
Replies (1) 6 January 2006
This is a multi-part message in MIME format.
------=_NextPart_000_0011_01C612BE.8609C030
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have a g...
|
|
|
|
Changing the Datatype of Datatable Column
Replies (1) 5 January 2006
Hi,
I need to change the Datatype of Datatable Column when the dataset populates
the Datatable
I would like to be able to do this either after the datatable is assigned to
the dataset or
before...
|
|
|
|
checkbox problems in datagrid
Replies (1) 5 January 2006
Hi all, i've added a checkbox column to my datagrid using template columns,
and i added a checkbox to the header for check all and uncheck all
functionality. the purpose of this is to allow the user...
|
|
|
|
using alternating template image buttons
Replies (1) 4 January 2006
This is probably a simple question but i would appreciate some help
I have a an image button in a datagrid template and i would like to use
alternating images. Is this possible to do and if so ho...
|
|
|
|
datagrid doesn't work after framework 2.0 installa ...
Replies (1) 3 January 2006
my provider has upgraded his system to .net framework 2.0. After this my
"old" application (written in asp net 1.1) doesn't work correctly and in
every form where is present a datagrid, there is t...
|
|
|
|
Hyperlink Column
Replies (1) 3 January 2006
I have 2 columns in a Table in SQL database called LinkName , LinkURL.
I put the 2 columns in a table in a dataset
How to display the 2 columns in a datagrid as ONE column displaying the
LinkNam...
|
|
|
|
Showing master-details in datagrid.
Replies (1) 3 January 2006
Hi all,
I want to display master details tables in datagrid. In MSDN example is
given for displaying two tables in datagrid in windows forms. I want
expand-collapse facility to be there in datagr...
|
|
|
|
Why doesn't TextBox control get updated
Replies (1) 30 December 2005
Hi!
I have a form (System.Web.UI.Page) that contains a DataGrid control and a
DataTable that contains values for the data grid and that is data bound to
the DataGrid. When I switch the grid to...
|
|
|
|
Call client script to update an item in a data gri ...
Replies (1) 30 December 2005
Is there a way to run client script function or procedure to update data in a
data grid? Say I have a textbox in the datagrid. The user enters some data.
After exiting the textbox I'd like a cli...
|
|
|
|
RowEditing without ObjectDataSource (x posted from ...
Replies (1) 30 December 2005
I have an application that updates a strongly typed data set at run time.
I'd like to dynamically create a table that connects to a run time data
table. For displaying the data, this works well....
|
|
|
|
Datagrid's items are empty after Postback !!!
Replies (1) 29 December 2005
I have a datagrid that represents a Shopping Cart content. I have a
checkbox and a quantity-textbox in each item. An update-button event is
assumed to retrieve the changes happened to both item's co...
|
|
|
|
urgent going crazy data not getting sorted!
Replies (1) 28 December 2005
hi
here is a part of my datagrid itembound event where i calculate 2
columns and assign values to the columns
Dim fileBytes As Integer = (fi.Length / 1024)
Dim lastmodifeddt As Date = File.GetLa...
|
|
|
|
urgent going crazy data not getting sorted!
Replies (1) 28 December 2005
hi
here is a part of my datagrid itembound event where i calculate 2
columns and assign values to the columns
Dim fileBytes As Integer = (fi.Length / 1024)
Dim lastmodifeddt As Date = File.GetLa...
|
|
|
|
Help me understand what is wrong (Data not showing ...
Replies (2) 28 December 2005
Hello there I have somenthing pretty strange to me that I am trying to
understand but I seem to fail.
I have the following simple code that works fine in one scenario and give me
an hard time i...
|
|
|
|
Nested Datalist Controls
Replies (1) 28 December 2005
Greetings, I am trying to get the checkbox value from a nested datalist once
I press a button on my form (not within any of the datalist grids). I am
using asp.net 1.1/vb.net
The project I am w...
|