Click here to Skip to main content
15,886,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataBound WebControl Pin
James T. Johnson19-Sep-02 1:36
James T. Johnson19-Sep-02 1:36 
GeneralRe: DataBound WebControl Pin
Shaun Wilde19-Sep-02 1:48
Shaun Wilde19-Sep-02 1:48 
GeneralRe: DataBound WebControl Pin
James T. Johnson19-Sep-02 2:01
James T. Johnson19-Sep-02 2:01 
GeneralRe: DataBound WebControl Pin
Shaun Wilde19-Sep-02 2:26
Shaun Wilde19-Sep-02 2:26 
GeneralRe: DataBound WebControl Pin
Shaun Wilde19-Sep-02 11:09
Shaun Wilde19-Sep-02 11:09 
GeneralBeginner C# questions Pin
vivosh197818-Sep-02 22:55
vivosh197818-Sep-02 22:55 
GeneralRe: Beginner C# questions Pin
leppie18-Sep-02 23:38
leppie18-Sep-02 23:38 
GeneralRe: Beginner C# questions Pin
James T. Johnson19-Sep-02 0:06
James T. Johnson19-Sep-02 0:06 
beginner_vivian wrote:
What is the command to read int, double or other variables using microsoft
Library?


Reading from where?

If you mean from the command line use Console.ReadLine to get a string representing what was typed (excluding the new line character(s)).

Then use the Convert classes to convert them to the type your are looking
for (you may have to parse the string to ensure it is what you think it is).

beginner_vivian wrote:
Anyone got good source codes(c#) for doing interactive forum using C#?

You mean a forum that is written with C# and that you can use on your website?

Microsoft has released the source to its ASP.NET forums[^], oddly enough on the ASP.NET forums page.

beginner_vivian wrote:
Any links to make good forum/messageboards using C#?

Just the one above Wink | ;)

James
"And we are all men; apart from the females." - Colin Davies
GeneralRe: Beginner C# questions Pin
leppie19-Sep-02 0:31
leppie19-Sep-02 0:31 
GeneralDataGrid Pin
vikramlinux18-Sep-02 18:03
vikramlinux18-Sep-02 18:03 
GeneralHanging web request Pin
afronaut18-Sep-02 13:23
afronaut18-Sep-02 13:23 
GeneralRe: Hanging web request Pin
Paul Riley18-Sep-02 13:31
Paul Riley18-Sep-02 13:31 
GeneralRe: Hanging web request Pin
afronaut18-Sep-02 13:32
afronaut18-Sep-02 13:32 
GeneralRe: Hanging web request Pin
afronaut19-Sep-02 5:24
afronaut19-Sep-02 5:24 
GeneralManaged interface for IActiveDesktop Pin
Wjousts18-Sep-02 11:59
Wjousts18-Sep-02 11:59 
GeneralRe: Managed interface for IActiveDesktop Pin
Stephane Rodriguez.18-Sep-02 20:44
Stephane Rodriguez.18-Sep-02 20:44 
GeneralRe: Managed interface for IActiveDesktop Pin
Wjousts19-Sep-02 15:50
Wjousts19-Sep-02 15:50 
GeneralRe: Managed interface for IActiveDesktop Pin
Okeno Palmer28-Dec-03 18:50
Okeno Palmer28-Dec-03 18:50 
QuestionRelease date of .NET 1.1? Pin
leppie18-Sep-02 4:50
leppie18-Sep-02 4:50 
GeneralWeb Service question (C#) Pin
User 988518-Sep-02 4:50
User 988518-Sep-02 4:50 
GeneralWeb Service question (C#) - addl info Pin
User 988518-Sep-02 4:55
User 988518-Sep-02 4:55 
GeneralRe: Web Service question (C#) Pin
leppie18-Sep-02 4:57
leppie18-Sep-02 4:57 
GeneralRe: Web Service question (C#) Pin
Ray Cassick18-Sep-02 5:20
Ray Cassick18-Sep-02 5:20 
GeneralRe: Web Service question (C#) Pin
leppie18-Sep-02 5:59
leppie18-Sep-02 5:59 
GeneralRe: Web Service question (C#) Pin
User 988518-Sep-02 5:28
User 988518-Sep-02 5:28 

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.