all groups > dotnet ado.net > november 2004 > threads for saturday november 6
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
accessing row data from the repeater
Posted by Tommy at 11/6/2004 10:09:23 PM
Is it possible to access the rowdata that the repeater is binding? Possibly
in the
ItemDataBound event?
Thanks
Tommy
... more >>
msde2000
Posted by Dave at 11/6/2004 9:45:54 PM
msde2000
Hi,
Can I use ado .Net to write non manage application in vc++???
What is exactly msde and did it better then access??
What are the best tools to use it?
What is the different between msde and odbc?
where can i find msde2000 knowlage base?
How can I use vs.Net to manipulate msde-... more >>
msde2000
Posted by Dave at 11/6/2004 9:38:23 PM
Hi,
I need to write application that use msde data base not in manage code!
Can I us vs.net (visual studio-7) to do that??
Can I use ado.net to work with msde2000 for writing not manage code
application in vc++?
Wate is msde exactly and did it better then access???
Did visual studio have new t... more >>
Nested Repeater Help
Posted by Tommy at 11/6/2004 5:38:07 PM
I have been working on getting nested repeaters to work for several days.
When I add a repeater inside my item template i cannot see it in my code and
can't set the datasource for it, etc, thus it's useless.
Anytime i try to reference rptChild I get an error saying that it's not an
object. ... more >>
deploying asp.net app
Posted by (rbutch NO[at]SPAM coair.com) at 11/6/2004 3:00:24 PM
hey guys, i know i'm missing something simple here. but, i made a very simple form with some input that queries a oracle db and returns dataset to a datagrid.
so far so good.
and it works fine when it sits resident on the localhost.
but, when i xcopy the files to the web server and then set up ... more >>
min memory per query
Posted by Peter Zentner at 11/6/2004 11:58:55 AM
I have a VB.NET application which reads thousands of records from a MSDE
Database, processes them, and writes them against a MYSQL Database. I'm
using the MySQL .NET DataProvider for accessing the MYSQL Database. When I
test the application on my lap top (512MB RAM; MSDE Memory limited to 260MB)
... more >>
how to view stored procedure?
Posted by Lloyd Dupont at 11/6/2004 11:34:07 AM
I'm using SQL Server Enterprise Manager.
My problem is that the procedure viewing / editing window is modal,
therefore I can view/edit only one at a time.
I would like to see many at one time, as I do that as a memory helper.
Actually I copy/paste those which interest me in the notepad, to lo... more >>
Forced to use Table.Rows(...).EndEdit when using data binding
Posted by michael at 11/6/2004 8:18:01 AM
I have a windows form with controls bound to an underlying table in a
dataset. A data adapter is used to manage the flow of data between SQL server
and dataset. I navagate the table using the currency manager.
I have found that unless I explicitily use the .EndEdit() method of the row
that ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Parent-Child Relations in two Comboboxes Once more (approach)
Posted by SqlJunkies User at 11/6/2004 2:45:32 AM
The subject about Parent-child retations in two comboboxes was discussed. Here I would like to ask (or may be share) some problems about this subject to find out the right way for this matter.
So, to be more concrete:
The first combo1 is connected to Manufacturers, the second combo2 is connected (... more >>
|