Click here to Skip to main content
16,007,858 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to get a primary key? Pin
mortrr18-Mar-02 12:36
mortrr18-Mar-02 12:36 
GeneralThanx! Pin
Philip Patrick18-Mar-02 13:04
professionalPhilip Patrick18-Mar-02 13:04 
QuestionAny About SMS ?? Pin
GooGle15-Mar-02 22:20
GooGle15-Mar-02 22:20 
QuestionWhat is ReadOnly? Pin
omkamal15-Mar-02 6:38
omkamal15-Mar-02 6:38 
AnswerRe: What is ReadOnly? Pin
Konstantin Vasserman15-Mar-02 15:57
Konstantin Vasserman15-Mar-02 15:57 
GeneralUnlinking Links Pin
Lewis14-Mar-02 7:42
Lewis14-Mar-02 7:42 
GeneralADO.NET in ASP.NET Pin
Mazdak14-Mar-02 4:33
Mazdak14-Mar-02 4:33 
GeneralRe: ADO.NET in ASP.NET Pin
Paul Watson14-Mar-02 21:39
sitebuilderPaul Watson14-Mar-02 21:39 
Mazdak wrote:
or I HAVE TO fill dataadapter and dataset from the beginning with new SQL statement?

The standard thinking is that the sqlDataAdapter should be the one controlling what goes into the DataSet. So you should put the filtering on the sqlDataAdapter command text.

This is good because lets say you have 10000 records and you only need 10 of them based on a specific filter. If you did the filtering on the DataSet then the sqlDataAdapter still has to download 10000 records, rather than just 10.

I do know you can filter on the DataSet or DataGrid itself, if you want to. But I don't know how offhand. If you want to know how, just holler.

regards,
Paul Watson
Bluegrass
Cape Town, South Africa

"The greatest thing you will ever learn is to love, and be loved in return" - Moulin Rouge

Sonork ID: 100.9903 Stormfront
GeneralRe: ADO.NET in ASP.NET Pin
Mazdak16-Mar-02 7:37
Mazdak16-Mar-02 7:37 
GeneralPaging Recordset problem Pin
Philip Patrick13-Mar-02 22:35
professionalPhilip Patrick13-Mar-02 22:35 
GeneralRe: Paging Recordset problem Pin
Nick Parker14-Mar-02 4:35
protectorNick Parker14-Mar-02 4:35 
GeneralRe: Paging Recordset problem Pin
Philip Patrick14-Mar-02 4:53
professionalPhilip Patrick14-Mar-02 4:53 
GeneralISAPI Extension Problem Pin
code dope13-Mar-02 1:27
code dope13-Mar-02 1:27 
GeneralRe: ISAPI Extension Problem Pin
code dope13-Mar-02 3:14
code dope13-Mar-02 3:14 
GeneralASP.NET Pin
Mazdak12-Mar-02 19:12
Mazdak12-Mar-02 19:12 
GeneralRe: ASP.NET Pin
omkamal14-Mar-02 7:21
omkamal14-Mar-02 7:21 
GeneralRe: ASP.NET Pin
Mazdak14-Mar-02 9:12
Mazdak14-Mar-02 9:12 
GeneralRe: ASP.NET Pin
omkamal15-Mar-02 6:43
omkamal15-Mar-02 6:43 
GeneralRe: ASP.NET Pin
Andy Smith17-Mar-02 21:02
Andy Smith17-Mar-02 21:02 
GeneralRe: ASP.NET Pin
Mazdak17-Mar-02 21:07
Mazdak17-Mar-02 21:07 
GeneralRe: ASP.NET Pin
Andy Smith18-Mar-02 13:08
Andy Smith18-Mar-02 13:08 
GeneralAgain Datagrid Pin
Mazdak12-Mar-02 7:53
Mazdak12-Mar-02 7:53 
GeneralDynamic LinkButton Text Pin
Marco Cunha12-Mar-02 6:26
Marco Cunha12-Mar-02 6:26 
GeneralRe: Dynamic LinkButton Text Pin
James T. Johnson12-Mar-02 9:18
James T. Johnson12-Mar-02 9:18 
GeneralRe: Dynamic LinkButton Text Pin
Paul Watson14-Mar-02 1:02
sitebuilderPaul Watson14-Mar-02 1:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.