all groups > asp.net datagrid control > september 2004 > threads for september 8 - 14, 2004
Filter by week: 1 2 3 4 5
Strangely hard
Posted by Support at 9/13/2004 4:44:29 PM
Hello:
In asp.net, I want to select a row on a databound datagrid.
I know the row's index so I only want to higlight that particular row.
something like datagrid1.selectedrow=12 or something like that
Thanks
Terry
... more >>
ViewState Does not Persist with Named DataGrid Item
Posted by Trevor Benedict R at 9/13/2004 4:21:30 AM
Hi,
I have a DataGrid that is databound. In the Item Created event, one of
my developers has set the ID Property to a name. On the client side,
there is code to refer to the TR tag so as to format and print the data
in the datagrid. While the ID is set in the ItemCreated event, the
postback eve... more >>
Live Meter Data on the Web - Advice please
Posted by BCM at 9/12/2004 10:56:51 AM
I've been asked to display some meter data on the web and I need preliminary
advice.
We have several hundred meters on site, with a system that writes out xml
files at 10 second intervals containing their data. (These files are
overwritten every 10 seconds, not appended to.)
First, I nee... more >>
Help with Hyperlink Column!
Posted by Jack Black at 9/10/2004 12:16:06 PM
Hi, all!
I'm trying to build a hyperlink column who textField is one column in
the query, but whose URL needs to dyunamically contain the data from
another.
For example, I want to display a book title (column = "Title"), but
the URL needs to be:
myPage.aspx?book=ISBN (where ISBN is a ... more >>
Need Help Please!
Posted by daniel_st.pierre NO[at]SPAM fpl.com at 9/9/2004 12:30:13 PM
ok here's the code and bellow i explain the problem
// Create new data view
DataView BottomDataView = new DataView();
// Give dataview the datatable
BottomDataView.Table = myBottomDT;
DataTable myNewBottomDT = new DataTable("myNewBottomDT1");
DataRow myNewBottomDR;
#... more >>
Can't get value from datagrid when generating columns on the server side
Posted by postings NO[at]SPAM alexshirley.com at 9/8/2004 5:21:15 AM
Hi
I have a problem with a datagrid, I need to get a value from one of
the columns from when I hit a hyperlink column. The hyperlink column
is the first column, and the second column is the value (which is in
fact "ContactID").
The event that fires when I click on the hyperlink column defin... more >>
|