Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
Questionquery string encryption Pin
Sonia Gupta31-Aug-07 1:05
Sonia Gupta31-Aug-07 1:05 
AnswerRe: query string encryption Pin
Pete O'Hanlon31-Aug-07 1:08
mvePete O'Hanlon31-Aug-07 1:08 
GeneralRe: query string encryption Pin
Sonia Gupta31-Aug-07 1:32
Sonia Gupta31-Aug-07 1:32 
GeneralRe: query string encryption Pin
Pete O'Hanlon31-Aug-07 1:58
mvePete O'Hanlon31-Aug-07 1:58 
AnswerRe: query string encryption Pin
Vasudevan Deepak Kumar31-Aug-07 2:33
Vasudevan Deepak Kumar31-Aug-07 2:33 
Questionasp.net panel like code project Pin
mfmaneef31-Aug-07 1:02
mfmaneef31-Aug-07 1:02 
AnswerRe: asp.net panel like code project Pin
\laddie31-Aug-07 1:16
\laddie31-Aug-07 1:16 
QuestionInput String Pin
minniemooo31-Aug-07 0:51
minniemooo31-Aug-07 0:51 
Hi,
I have the following code

private void checkBox2_CheckedChanged(object sender, System.EventArgs e)
{
if(checktables.Checked == true)
{
int tables = Convert.ToInt32(txtqtables.Text);
listBox1.Items.Add(35 * tables);
}
}

If I click on my CheckBox, I want the number in the txtqtables.text to be multiplied by 35 and the results to be place in a listbox.

I am getting an error on "int tables = Convert.ToInt32(txtqtables.Text);"

Input string is not in a correct format.

Please help.
AnswerRe: Input String Pin
Colin Angus Mackay31-Aug-07 0:59
Colin Angus Mackay31-Aug-07 0:59 
AnswerRe: Input String Pin
Luc Pattyn31-Aug-07 3:57
sitebuilderLuc Pattyn31-Aug-07 3:57 
QuestionHi Control rendering Pin
CodeVarma31-Aug-07 0:33
CodeVarma31-Aug-07 0:33 
QuestionDataGrid Pin
André Stroebel30-Aug-07 22:49
André Stroebel30-Aug-07 22:49 
AnswerRe: DataGrid Pin
Xmen Real 30-Aug-07 22:58
professional Xmen Real 30-Aug-07 22:58 
GeneralRe: DataGrid Pin
André Stroebel30-Aug-07 23:06
André Stroebel30-Aug-07 23:06 
GeneralRe: DataGrid Pin
André Stroebel30-Aug-07 23:23
André Stroebel30-Aug-07 23:23 
GeneralRe: DataGrid Pin
Xmen Real 30-Aug-07 23:29
professional Xmen Real 30-Aug-07 23:29 
QuestionEvents Pin
Sonia Gupta30-Aug-07 22:47
Sonia Gupta30-Aug-07 22:47 
AnswerRe: Events Pin
gauthee31-Aug-07 0:28
gauthee31-Aug-07 0:28 
Questionwww.kal.com/login.aspx to www.kal.com Pin
kalyan_241630-Aug-07 21:14
kalyan_241630-Aug-07 21:14 
AnswerRe: www.kal.com/login.aspx to www.kal.com Pin
\laddie30-Aug-07 21:30
\laddie30-Aug-07 21:30 
GeneralRe: www.kal.com/login.aspx to www.kal.com Pin
Vasudevan Deepak Kumar30-Aug-07 22:17
Vasudevan Deepak Kumar30-Aug-07 22:17 
AnswerRe: www.kal.com/login.aspx to www.kal.com Pin
Vasudevan Deepak Kumar30-Aug-07 22:14
Vasudevan Deepak Kumar30-Aug-07 22:14 
GeneralRe: www.kal.com/login.aspx to www.kal.com Pin
kalyan_241631-Aug-07 0:33
kalyan_241631-Aug-07 0:33 
AnswerRe: www.kal.com/login.aspx to www.kal.com Pin
leppie30-Aug-07 23:31
leppie30-Aug-07 23:31 
GeneralRe: www.kal.com/login.aspx to www.kal.com Pin
Vasudevan Deepak Kumar31-Aug-07 2:35
Vasudevan Deepak Kumar31-Aug-07 2:35 

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.