Click here to Skip to main content
15,891,567 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: textbox Pin
padmanabhan N9-Jul-09 23:58
padmanabhan N9-Jul-09 23:58 
AnswerRe: textbox Pin
Blue_Boy10-Jul-09 0:01
Blue_Boy10-Jul-09 0:01 
AnswerRe: textbox Pin
mylogics10-Jul-09 0:08
professionalmylogics10-Jul-09 0:08 
GeneralRe: textbox Pin
padmanabhan N10-Jul-09 0:11
padmanabhan N10-Jul-09 0:11 
GeneralRe: textbox Pin
mylogics10-Jul-09 0:14
professionalmylogics10-Jul-09 0:14 
GeneralRe: textbox Pin
DoctorMick10-Jul-09 0:17
DoctorMick10-Jul-09 0:17 
GeneralRe: textbox Pin
Blue_Boy10-Jul-09 0:18
Blue_Boy10-Jul-09 0:18 
GeneralRe: textbox Pin
padmanabhan N10-Jul-09 0:23
padmanabhan N10-Jul-09 0:23 
i dono who voted the above answer to remove.... But who ever it might be the answer is,

pariofshona wrote:
private void InsertInfo()


this is method not a function


pariofshona wrote:
int Total = int.Parse(Txtproductprice.Text) * int.Parse(Txtproductquantity.Text);// (Convert.ToInt32(Txtproductprice.Text) * Convert.ToInt32(Txtproductquantity.Text));
string total = Convert.ToString(Total);
Txttotalprice.Text = Total.ToString();


you can directly assign,
int Total = int.Parse(Txtproductprice.Text) * int.Parse(Txtproductquantity.Text);
Txttotalprice.Text = Total.ToString();

Padmanabhan
My Articles:
Articles[^]
My latest Article:
Word Automation[^]

GeneralRe: textbox Pin
Blue_Boy10-Jul-09 0:32
Blue_Boy10-Jul-09 0:32 
GeneralRe: textbox Pin
padmanabhan N10-Jul-09 0:43
padmanabhan N10-Jul-09 0:43 
GeneralRe: textbox Pin
DoctorMick10-Jul-09 0:52
DoctorMick10-Jul-09 0:52 
GeneralRe: textbox Pin
Blue_Boy10-Jul-09 0:55
Blue_Boy10-Jul-09 0:55 
GeneralRe: textbox Pin
Abhijit Jana10-Jul-09 5:31
professionalAbhijit Jana10-Jul-09 5:31 
AnswerRe: textbox Pin
padmanabhan N10-Jul-09 0:09
padmanabhan N10-Jul-09 0:09 
AnswerRe: textbox Pin
Vasudevan Deepak Kumar10-Jul-09 2:30
Vasudevan Deepak Kumar10-Jul-09 2:30 
Questionvalue in textbox Pin
mylogics9-Jul-09 23:45
professionalmylogics9-Jul-09 23:45 
AnswerRe: value in textbox Pin
Blue_Boy9-Jul-09 23:48
Blue_Boy9-Jul-09 23:48 
GeneralRe: value in textbox Pin
padmanabhan N9-Jul-09 23:57
padmanabhan N9-Jul-09 23:57 
AnswerRe: value in textbox Pin
DoctorMick10-Jul-09 0:15
DoctorMick10-Jul-09 0:15 
AnswerRe: value in textbox Pin
Brij10-Jul-09 2:15
mentorBrij10-Jul-09 2:15 
AnswerRe: value in textbox Pin
Abhijit Jana10-Jul-09 3:14
professionalAbhijit Jana10-Jul-09 3:14 
Questionerror Pin
mylogics9-Jul-09 23:26
professionalmylogics9-Jul-09 23:26 
AnswerRe: error Pin
padmanabhan N9-Jul-09 23:33
padmanabhan N9-Jul-09 23:33 
GeneralRe: error Pin
DoctorMick9-Jul-09 23:44
DoctorMick9-Jul-09 23:44 
AnswerRe: error Pin
Blue_Boy9-Jul-09 23:45
Blue_Boy9-Jul-09 23:45 

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.