Click here to Skip to main content
15,913,587 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTrying to get a handle on basic web services performance Pin
PGumbo22-Aug-08 5:53
PGumbo22-Aug-08 5:53 
QuestionHow to get all the textbox fields get cleared with a for-each loop ? Pin
Subin Alex22-Aug-08 5:43
Subin Alex22-Aug-08 5:43 
AnswerRe: How to get all the textbox fields get cleared with a for-each loop ? Pin
SomeGuyThatIsMe22-Aug-08 5:55
SomeGuyThatIsMe22-Aug-08 5:55 
AnswerRe: How to get all the textbox fields get cleared with a for-each loop ? Pin
Blue_Boy22-Aug-08 12:09
Blue_Boy22-Aug-08 12:09 
QuestionDynamic GridView Pin
DotNetCoderJunior22-Aug-08 4:40
DotNetCoderJunior22-Aug-08 4:40 
QuestionRe: Dynamic GridView Pin
Jörgen Andersson22-Aug-08 4:56
professionalJörgen Andersson22-Aug-08 4:56 
Questioncalculator project getting error Pin
madhu Rao22-Aug-08 3:54
madhu Rao22-Aug-08 3:54 
AnswerRe: calculator project getting error Pin
SomeGuyThatIsMe22-Aug-08 4:07
SomeGuyThatIsMe22-Aug-08 4:07 
madhu Rao wrote:
textBox1.Text = Convert.ToString(r + Convert.ToInt32(textBox1.Text));


is the problem i believe, also you allow them to use decimals but convert everything to INT, which i fairly certain wont work, unless integer means something else in your computer. also every button click runs a += line, so unless the answer to the previous problem is cleared, it will always use that answer ..as the first number in the next set. so if you do 2 + 3 = and get 5 then try to do 4 + 3 you end up with 54 + 3. unless i misread something.

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

AnswerRe: calculator project getting error Pin
Abhijit Jana22-Aug-08 4:20
professionalAbhijit Jana22-Aug-08 4:20 
Questionwebparts Pin
nithydurai22-Aug-08 2:25
nithydurai22-Aug-08 2:25 
AnswerRe: webparts Pin
Abhijit Jana22-Aug-08 2:40
professionalAbhijit Jana22-Aug-08 2:40 
AnswerRe: webparts Pin
Brij22-Aug-08 4:10
mentorBrij22-Aug-08 4:10 
GeneralRe: webparts Pin
Abhijit Jana22-Aug-08 4:18
professionalAbhijit Jana22-Aug-08 4:18 
QuestionHandling textbox's lostfocus event Pin
pavya_Cool22-Aug-08 2:21
pavya_Cool22-Aug-08 2:21 
AnswerRe: Handling textbox's lostfocus event Pin
Perspx22-Aug-08 2:30
Perspx22-Aug-08 2:30 
QuestionRe: Handling textbox's lostfocus event Pin
pavya_Cool22-Aug-08 2:46
pavya_Cool22-Aug-08 2:46 
AnswerRe: Handling textbox's lostfocus event Pin
Abhijit Jana22-Aug-08 2:53
professionalAbhijit Jana22-Aug-08 2:53 
AnswerRe: Handling textbox's lostfocus event Pin
Abhijit Jana22-Aug-08 2:42
professionalAbhijit Jana22-Aug-08 2:42 
GeneralRe: Handling textbox's lostfocus event Pin
pavya_Cool22-Aug-08 2:58
pavya_Cool22-Aug-08 2:58 
AnswerRe: Handling textbox's lostfocus event Pin
Abhijit Jana22-Aug-08 3:01
professionalAbhijit Jana22-Aug-08 3:01 
QuestionADODB not working in 64 bit machine Pin
N.Surendra Prasad22-Aug-08 1:13
N.Surendra Prasad22-Aug-08 1:13 
AnswerRe: ADODB not working in 64 bit machine Pin
Abhijit Jana22-Aug-08 1:17
professionalAbhijit Jana22-Aug-08 1:17 
GeneralRe: ADODB not working in 64 bit machine Pin
N.Surendra Prasad22-Aug-08 1:55
N.Surendra Prasad22-Aug-08 1:55 
AnswerRe: ADODB not working in 64 bit machine Pin
Abhijit Jana22-Aug-08 1:59
professionalAbhijit Jana22-Aug-08 1:59 
GeneralRe: ADODB not working in 64 bit machine Pin
N.Surendra Prasad24-Aug-08 17:46
N.Surendra Prasad24-Aug-08 17:46 

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.