Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlDataSource
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01238369
Message ID:
01238443
Views:
10
Hi Borislav.
I see what you mean. I'll try using this as a source string for SqldataSource.
Thank again for your help.
Regards,
Gerard



>>Hi Borislav. Thanks for your reply.
>>How do you set the slect string in SqlDataSource to come from 2 separate select commands ?
>>
>>Regsrds,
>>Gerard
>>
>>
>
>:-)
>I didn't set anything to SqlDataSource but I can write a SELECT statements. If yo want to get a SubSet from a recordset you just could write the first query in FROM clause as derived table:
>
>SELECT .....
>       FROM (SELECT .... FROM ..... WHERE .....) Tbl1
>WHERE Tbl1.......
>
Previous
Reply
Map
View

Click here to load this message in the networking platform