Click here to Skip to main content
15,905,558 members
Home / Discussions / C#
   

C#

 
GeneralRe: want to make an uninstaller Pin
devesh_code5-Jul-07 19:24
devesh_code5-Jul-07 19:24 
GeneralRe: want to make an uninstaller Pin
Iftekhar Naim5-Jul-07 19:39
Iftekhar Naim5-Jul-07 19:39 
GeneralRe: want to make an uninstaller Pin
devesh_code5-Jul-07 19:49
devesh_code5-Jul-07 19:49 
GeneralRe: want to make an uninstaller Pin
Iftekhar Naim5-Jul-07 22:31
Iftekhar Naim5-Jul-07 22:31 
Questionupdate datatable with adapter.update() Pin
hamid_m4-Jul-07 20:10
hamid_m4-Jul-07 20:10 
AnswerRe: update datatable with adapter.update() Pin
RepliCrux4-Jul-07 20:48
RepliCrux4-Jul-07 20:48 
GeneralRe: update datatable with adapter.update() Pin
hamid_m4-Jul-07 21:02
hamid_m4-Jul-07 21:02 
Questionproblm wth tab control Pin
accessred4-Jul-07 19:21
accessred4-Jul-07 19:21 
hi..
i m using tab control(windows appln.wth C#)
i want to check the entered 3 marks in 3 text boxesin first tab page,whethr any of the txt boxes contain below 100.how to use "or" for this?
and in next tab page i want to print the result according to that in a label or txtbox.
i m new to C# .pls giv idea.
i trie this(below).but not wrking.

int x = Convert.ToInt32(Txtapti.Text);
int y = Convert.ToInt32(Txttech.Text);
int z = Convert.ToInt32(Txteng.Text);

if (x < 70 || y < 70 || z < 70)
{
Txtresult.Text = "candidate failed!";
}
AnswerRe: problm wth tab control Pin
Martin#4-Jul-07 20:02
Martin#4-Jul-07 20:02 
GeneralRe: problm wth tab control Pin
accessred4-Jul-07 21:54
accessred4-Jul-07 21:54 
GeneralRe: problm wth tab control Pin
Martin#4-Jul-07 22:04
Martin#4-Jul-07 22:04 
GeneralRe: problm wth tab control Pin
accessred5-Jul-07 0:42
accessred5-Jul-07 0:42 
GeneralRe: problm wth tab control Pin
Martin#5-Jul-07 0:54
Martin#5-Jul-07 0:54 
GeneralRe: problm wth tab control Pin
accessred5-Jul-07 2:04
accessred5-Jul-07 2:04 
GeneralRe: problm wth tab control Pin
Martin#5-Jul-07 2:17
Martin#5-Jul-07 2:17 
QuestionProblem with sending email embedded with multi media content (images,graphs etc.,) Pin
Anupama Matta4-Jul-07 18:49
Anupama Matta4-Jul-07 18:49 
QuestionDataGridViewCell Pin
sangramkp4-Jul-07 18:19
sangramkp4-Jul-07 18:19 
AnswerRe: DataGridViewCell Pin
poptgab29-Jul-11 21:14
poptgab29-Jul-11 21:14 
Questiondate time format Pin
justintimberlake4-Jul-07 17:38
justintimberlake4-Jul-07 17:38 
AnswerRe: date time format Pin
ken.tachyon4-Jul-07 18:00
ken.tachyon4-Jul-07 18:00 
GeneralRe: date time format Pin
justintimberlake4-Jul-07 18:20
justintimberlake4-Jul-07 18:20 
GeneralRe: date time format Pin
Vikram A Punathambekar4-Jul-07 21:04
Vikram A Punathambekar4-Jul-07 21:04 
GeneralRe: date time format Pin
ken.tachyon6-Jul-07 10:13
ken.tachyon6-Jul-07 10:13 
AnswerRe: date time format Pin
Muhammad Gouda4-Jul-07 22:28
Muhammad Gouda4-Jul-07 22:28 
AnswerRe: date time format Pin
NassosReyzidis5-Jul-07 5:01
NassosReyzidis5-Jul-07 5:01 

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.