Click here to Skip to main content
15,885,914 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can i send emails automatically in asp.net using C# code Pin
Rajeshwar Code- Developer15-Nov-07 20:02
Rajeshwar Code- Developer15-Nov-07 20:02 
AnswerRe: how can i send emails automatically in asp.net using C# code Pin
Satish - Developer15-Nov-07 0:37
Satish - Developer15-Nov-07 0:37 
QuestionHow to select the File (help me) Pin
madhugurukul14-Nov-07 19:38
madhugurukul14-Nov-07 19:38 
AnswerRe: How to select the File (help me) Pin
Christian Graus14-Nov-07 19:50
protectorChristian Graus14-Nov-07 19:50 
QuestionRe: How to select the File (help me) [modified] Pin
madhugurukul14-Nov-07 20:00
madhugurukul14-Nov-07 20:00 
GeneralRe: How to select the File (help me) Pin
Cape Town Developer14-Nov-07 21:47
Cape Town Developer14-Nov-07 21:47 
GeneralRe: How to select the File (help me) Pin
Christian Graus14-Nov-07 22:14
protectorChristian Graus14-Nov-07 22:14 
Questionhow to created object referenced by a string Pin
swheat14-Nov-07 19:34
swheat14-Nov-07 19:34 
Does any one know how to do this? I want to set object y equal to object x. I only know the name of x because it's name is contained in someString.


object x = new object();
string someString = "x"; // string set to object name

//problem is here:
object y = (the object whose name is contained in the variable someString i.e. "x")


In case you are wondering why I need such a thing.... In my app someString is actually looked up in a table. It's a long story, as usual.
AnswerRe: how to created object referenced by a string Pin
knodark14-Nov-07 19:41
knodark14-Nov-07 19:41 
AnswerRe: how to created object referenced by a string Pin
Christian Graus14-Nov-07 19:52
protectorChristian Graus14-Nov-07 19:52 
GeneralRe: how to created object referenced by a string Pin
swheat15-Nov-07 5:08
swheat15-Nov-07 5:08 
GeneralRe: how to created object referenced by a string Pin
echuck6618-Nov-07 16:18
echuck6618-Nov-07 16:18 
QuestionHow Can i Access This Code? Pin
knodark14-Nov-07 19:34
knodark14-Nov-07 19:34 
AnswerRe: How Can i Access This Code? Pin
Christian Graus14-Nov-07 19:42
protectorChristian Graus14-Nov-07 19:42 
QuestionHow to create multilingual word documents programetically using c#.net? Pin
Reddy Prakash14-Nov-07 19:32
Reddy Prakash14-Nov-07 19:32 
QuestionHelp regarding FileSystemWatcher Pin
anu8114-Nov-07 19:27
anu8114-Nov-07 19:27 
AnswerRe: Help regarding FileSystemWatcher Pin
Reddy Prakash14-Nov-07 22:28
Reddy Prakash14-Nov-07 22:28 
Questiongetting the date as a folder name Pin
Sunil Wise14-Nov-07 19:19
professionalSunil Wise14-Nov-07 19:19 
AnswerRe: getting the date as a folder name Pin
Andrei Ungureanu14-Nov-07 19:56
Andrei Ungureanu14-Nov-07 19:56 
GeneralRe: getting the date as a folder name Pin
Sunil Wise14-Nov-07 20:16
professionalSunil Wise14-Nov-07 20:16 
AnswerRe: getting the date as a folder name Pin
Guffa14-Nov-07 21:59
Guffa14-Nov-07 21:59 
Question[Message Deleted] Pin
g_hemanth1714-Nov-07 18:59
g_hemanth1714-Nov-07 18:59 
AnswerRe: I want to enter (+,-,.) values in Texbox in windows based C# applications only numeric Pin
Adeel Chaudhry14-Nov-07 19:16
Adeel Chaudhry14-Nov-07 19:16 
AnswerRe: I want to enter (+,-,.) values in Texbox in windows based C# applications only numeric Pin
madhugurukul14-Nov-07 19:22
madhugurukul14-Nov-07 19:22 
AnswerRe: I want to enter (+,-,.) values in Texbox in windows based C# applications only numeric Pin
Adeel Chaudhry14-Nov-07 19:38
Adeel Chaudhry14-Nov-07 19:38 

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.