Click here to Skip to main content
15,892,768 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# API Doc Generator Pin
Stefan Troschuetz4-Apr-07 21:10
Stefan Troschuetz4-Apr-07 21:10 
QuestionDocking Form? Pin
Muhammad Nauman Yousuf4-Apr-07 20:48
Muhammad Nauman Yousuf4-Apr-07 20:48 
AnswerRe: Docking Form? Pin
__DanC__4-Apr-07 22:31
__DanC__4-Apr-07 22:31 
QuestionHow can i rename a file on ftp with .net1.1? Pin
Nafiseh Salmani4-Apr-07 20:34
Nafiseh Salmani4-Apr-07 20:34 
AnswerRe: How can i rename a file on ftp with .net1.1? Pin
andre_swnpl4-Apr-07 20:43
andre_swnpl4-Apr-07 20:43 
GeneralRe: How can i rename a file on ftp with .net1.1? Pin
Nafiseh Salmani4-Apr-07 20:56
Nafiseh Salmani4-Apr-07 20:56 
GeneralRe: How can i rename a file on ftp with .net1.1? Pin
andre_swnpl4-Apr-07 21:06
andre_swnpl4-Apr-07 21:06 
QuestionQuery. Pin
Nekshan4-Apr-07 19:52
Nekshan4-Apr-07 19: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 20:40
andre_swnpl4-Apr-07 20:40 
QuestionRegular Expression to remove single line comments Pin
irsh_is4-Apr-07 19:49
irsh_is4-Apr-07 19:49 
QuestionTo get the country names Pin
John.L.Ponratnam4-Apr-07 19:49
John.L.Ponratnam4-Apr-07 19:49 
AnswerRe: To get the country names Pin
Tamimi - Code4-Apr-07 20:38
Tamimi - Code4-Apr-07 20:38 
GeneralRe: To get the country names Pin
John.L.Ponratnam4-Apr-07 21:07
John.L.Ponratnam4-Apr-07 21:07 
GeneralRe: To get the country names Pin
Tamimi - Code4-Apr-07 21:27
Tamimi - Code4-Apr-07 21:27 
QuestionUpdating Database through datagrid Pin
Raheem MA4-Apr-07 19:44
Raheem MA4-Apr-07 19:44 
AnswerRe: Updating Database through datagrid Pin
Tamimi - Code4-Apr-07 20:44
Tamimi - Code4-Apr-07 20:44 
GeneralRe: Updating Database through datagrid Pin
Raheem MA4-Apr-07 23:08
Raheem MA4-Apr-07 23:08 
GeneralRe: Updating Database through datagrid Pin
Raheem MA4-Apr-07 23:10
Raheem MA4-Apr-07 23:10 
GeneralRe: Updating Database through datagrid Pin
Tamimi - Code4-Apr-07 23:28
Tamimi - Code4-Apr-07 23:28 
GeneralRe: Updating Database through datagrid Pin
Raheem MA5-Apr-07 19:46
Raheem MA5-Apr-07 19:46 
QuestionProtect .NET Source code Pin
karthik_dotnet14-Apr-07 18:41
karthik_dotnet14-Apr-07 18:41 
AnswerRe: Protect .NET Source code Pin
Marek Grzenkowicz4-Apr-07 23:07
Marek Grzenkowicz4-Apr-07 23:07 
GeneralRe: Protect .NET Source code Pin
karthik_dotnet14-Apr-07 23:11
karthik_dotnet14-Apr-07 23:11 
GeneralRe: Protect .NET Source code Pin
Marek Grzenkowicz5-Apr-07 0:22
Marek Grzenkowicz5-Apr-07 0:22 
AnswerRe: Protect .NET Source code Pin
Daniel Grunwald5-Apr-07 4:37
Daniel Grunwald5-Apr-07 4: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.