Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > SqlDataSource

Reply
Thread Tools

SqlDataSource

 
 
Tony Johansson
Guest
Posts: n/a
 
      12-14-2009
Hello!

Is it correct to say that when you use ASP.NET you use SqlDataSource but
when you use Windows forms you use SqlDataAdapter.

This question is just to understand the different pices of my learning of
ASP.NET.

//Tony


 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      12-14-2009
On Dec 14, 3:59*pm, "Tony Johansson" <johansson.anders...@telia.com>
wrote:
> Hello!
>
> Is it correct to say that when you use ASP.NET you use SqlDataSource but
> when you use Windows forms you use SqlDataAdapter.
>
> This question is just to understand the different pices of my learning of
> ASP.NET.
>
> //Tony


The SqlDataSource Class is a part of System.Web Assembly and used by
data-bound controls in ASP.NET. SqlDataAdapter is a part of
System.Data and can be used in both - Windows and Web applications
 
Reply With Quote
 
 
 
 
Gregory A. Beamer
Guest
Posts: n/a
 
      12-14-2009
"Tony Johansson" <> wrote in news:3psVm.13585
$:

> Is it correct to say that when you use ASP.NET you use SqlDataSource but
> when you use Windows forms you use SqlDataAdapter.


No. That is not it.

Look at this post and see if it helps:
http://tinyurl.com/y9qgkmk

peace and grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NEWBIE: RecordCount of SqlDataSource Daan ASP .Net 4 03-18-2009 11:04 AM
SqlDataSource - command timeout? Sasa . ASP .Net 3 02-15-2005 04:44 PM
Updating records using gridview, sqldatasource, and sproc =?Utf-8?B?UA==?= ASP .Net 1 11-30-2004 05:04 AM
Re: How to retrieve an Output Parameter using SQLDataSource Control Karl ASP .Net 2 09-07-2004 10:26 PM
Whidbey(v2.0.31113) OracleClient/SqlDataSource parameter binding Andrew ASP .Net 3 04-01-2004 05:13 PM



Advertisments
 



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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57