Click here to Skip to main content
15,796,734 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# API Doc Generator Pin
Stefan Troschuetz4-Apr-07 22:10
Stefan Troschuetz4-Apr-07 22:10 
QuestionDocking Form? Pin
Muhammad Nauman Yousuf4-Apr-07 21:48
Muhammad Nauman Yousuf4-Apr-07 21:48 
AnswerRe: Docking Form? Pin
__DanC__4-Apr-07 23:31
__DanC__4-Apr-07 23:31 
QuestionHow can i rename a file on ftp with .net1.1? Pin
Nafiseh Salmani4-Apr-07 21:34
Nafiseh Salmani4-Apr-07 21:34 
AnswerRe: How can i rename a file on ftp with .net1.1? Pin
andre_swnpl4-Apr-07 21:43
andre_swnpl4-Apr-07 21:43 
GeneralRe: How can i rename a file on ftp with .net1.1? Pin
Nafiseh Salmani4-Apr-07 21:56
Nafiseh Salmani4-Apr-07 21:56 
GeneralRe: How can i rename a file on ftp with .net1.1? Pin
andre_swnpl4-Apr-07 22:06
andre_swnpl4-Apr-07 22:06 
QuestionQuery. Pin
Nekshan4-Apr-07 20:52
Nekshan4-Apr-07 20:52 
I am doing a project in .net c# 2.0 with sqlserver2005
i have a listbox in the form in which i need to display some data from database.
i need to get the loginnames of those clients who have levelid= 2 and 3, and who r logged in.
For levelid and logindatetime are stored in 2 different tables 'login' and 'dealerlogin' respectively.
Now to get his data i queried (in sqlserveranalyzer):
select loginname from login as a, dealerlogin as b where ((b.levelid = 2) or (b.levelid = 3)) AND ((a.logindatetime is not null) and (a.logoutdatetime is null))

But there is some error. There is some problem in joining the 2 diff. clauses of 2 diff. tables.
How can i do this?
Hope to get a reply.
regards nekshan.
AnswerRe: Query. Pin
andre_swnpl4-Apr-07 21:40
andre_swnpl4-Apr-07 21:40 
QuestionRegular Expression to remove single line comments Pin
irsh_is4-Apr-07 20:49
irsh_is4-Apr-07 20:49 
QuestionTo get the country names Pin
John.L.Ponratnam4-Apr-07 20:49
John.L.Ponratnam4-Apr-07 20:49 
AnswerRe: To get the country names Pin
Tamimi - Code4-Apr-07 21:38
Tamimi - Code4-Apr-07 21:38 
GeneralRe: To get the country names Pin
John.L.Ponratnam4-Apr-07 22:07
John.L.Ponratnam4-Apr-07 22:07 
GeneralRe: To get the country names Pin
Tamimi - Code4-Apr-07 22:27
Tamimi - Code4-Apr-07 22:27 
QuestionUpdating Database through datagrid Pin
Raheem MA4-Apr-07 20:44
Raheem MA4-Apr-07 20:44 
AnswerRe: Updating Database through datagrid Pin
Tamimi - Code4-Apr-07 21:44
Tamimi - Code4-Apr-07 21:44 
GeneralRe: Updating Database through datagrid Pin
Raheem MA5-Apr-07 0:08
Raheem MA5-Apr-07 0:08 
GeneralRe: Updating Database through datagrid Pin
Raheem MA5-Apr-07 0:10
Raheem MA5-Apr-07 0:10 
GeneralRe: Updating Database through datagrid Pin
Tamimi - Code5-Apr-07 0:28
Tamimi - Code5-Apr-07 0:28 
GeneralRe: Updating Database through datagrid Pin
Raheem MA5-Apr-07 20:46
Raheem MA5-Apr-07 20:46 
QuestionProtect .NET Source code Pin
karthik_dotnet14-Apr-07 19:41
karthik_dotnet14-Apr-07 19:41 
AnswerRe: Protect .NET Source code Pin
Marek Grzenkowicz5-Apr-07 0:07
Marek Grzenkowicz5-Apr-07 0:07 
GeneralRe: Protect .NET Source code Pin
karthik_dotnet15-Apr-07 0:11
karthik_dotnet15-Apr-07 0:11 
GeneralRe: Protect .NET Source code Pin
Marek Grzenkowicz5-Apr-07 1:22
Marek Grzenkowicz5-Apr-07 1:22 
AnswerRe: Protect .NET Source code Pin
Daniel Grunwald5-Apr-07 5:37
Daniel Grunwald5-Apr-07 5:37 

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.