all groups > dotnet ado.net > december 2003 > threads for sunday december 28
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
datagrid highlighting rows
Posted by reiks at 12/28/2003 11:53:11 PM
I want to highlight a row of my datagrid.
I dont want to use the button column with select option or
link button
My requirement is upon clicking a row on my datagrid,
it should be highlighted along with the cursor remaining
in the same row for editing.
How can I acheive this?
than... more >>
Connect to Excel spreadsheet ???
Posted by <-> at 12/28/2003 9:23:44 PM
Hi,
* This may not be related to .NET but I can't find a more active group to
post to. *
I have successfully connected to a MS Excel XP spreadsheet via the VS.NET
Server Explorer, however, when I expand the Server Explorer tree of my
connection, no tables show up. I was told that I need som... more >>
Test
Posted by William Turner at 12/28/2003 7:31:31 PM
This is a text message.
___
Brought to you via <a href=http://www.dotnetjohn.com>DotNetJohn.Com</a>... more >>
Multiple Selects with the DataReader
Posted by Thomas Smith at 12/28/2003 6:41:58 PM
I've heard that you can make multiple SELECTs from SQL Server with a DataReader, but I don't know how to do it. What method do I call to get each selected cursor?
Thanks... more >>
MissingSchemaAction
Posted by Jim Heavey at 12/28/2003 3:25:57 PM
If I set the MissingSchemaAction to "error" then I just need to be sure
that each of the columns in my select statement in my data adapter are
"pre-defined" in the DataTable which I wll be loading with the fill
statement. I need to ensure that all relationships are defined as well.
Dow that ... more >>
Access 97 - getting Autonumber
Posted by Justin Weinberg at 12/28/2003 2:14:30 PM
I thought I'd share my epiphany.
We have a client who is set on Access 97 for the time being. We can't
change that, nor the DB structure, since the rest of their architecture uses
it. The problem is getting the autonumber of an inserted record in ADO.NET.
It's a little clugee and violates AC... more >>
Access or SQL CE??
Posted by BGD at 12/28/2003 12:22:23 PM
How does SQL CE compare to Access databases on a PocketPC? I have done
simple operations such as opening the Northwind - Order Details table (2155
records) using both Access and SQL CE on my iPaq and Access can open the
table <1 second, where SQL CE takes 6 seconds the first time and then 10+... more >>
errors when filling a datagrid
Posted by Angelina at 12/28/2003 11:26:18 AM
Hi,
Im in need of your help once again. I am trying to run a
stored procudure to fill a datagrid. However i keep
encountering the following error:
An unhandled exception of
type 'System.Data.SqlClient.SqlException' occurred in
system.data.dll
Additional information: System error.
t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
caching dataset -- how?
Posted by Chuck at 12/28/2003 5:34:32 AM
I am working on an application for use on laptop computers (field use).
When the laptop is docked, the primary data source will be a remote dataset
hosted on the server which is connected to the database. When the laptop is
disconnected the application will use an XML cache of a subset of the da... more >>
dataview rowfilter question -
Posted by Tony C. at 12/28/2003 1:42:08 AM
I am populating a listview control. I hava applied a
rowfilter to a dataview and it works That is- it shows the count as
being correct. BUT, How do I get a the results? It supposedly hides
the ones I don't want but how can I get to them programmatically to
populate my listview - (by i... more >>
|