Click here to Skip to main content
15,898,991 members

Comments by Methoun Ahmed (Top 2 by date)

Methoun Ahmed 27-Jan-17 8:12am View    
Please,show full code

int qty;
if (!int.TryParse(textBox4.Text, out qty))
{
... report problem to user
return;
Methoun Ahmed 21-Jan-17 1:23am View    
I am already use comboBox1.SelectedItem.ToString()