Click here to Skip to main content
15,917,060 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: I have got problem inn Asp.net Pin
raju melveetilpurayil13-Jul-10 19:10
professionalraju melveetilpurayil13-Jul-10 19:10 
QuestionASP.Net Web Site Administration Tool Pin
Gjm13-Jul-10 6:48
Gjm13-Jul-10 6:48 
AnswerRe: ASP.Net Web Site Administration Tool [modified] Pin
T M Gray13-Jul-10 10:16
T M Gray13-Jul-10 10:16 
GeneralRe: ASP.Net Web Site Administration Tool Pin
AtulIndani13-Jul-10 19:46
AtulIndani13-Jul-10 19:46 
Questionhow to Convert Word 2007 doc into PDF while saving using C#.net Pin
raghvendrapanda13-Jul-10 4:04
raghvendrapanda13-Jul-10 4:04 
AnswerRe: how to Convert Word 2007 doc into PDF while saving using C#.net Pin
Peace ON13-Jul-10 4:20
Peace ON13-Jul-10 4:20 
GeneralRe: how to Convert Word 2007 doc into PDF while saving using C#.net Pin
raghvendrapanda13-Jul-10 6:33
raghvendrapanda13-Jul-10 6:33 
Questioncomparison and error message. Pin
Omar Akhtar 200913-Jul-10 1:33
Omar Akhtar 200913-Jul-10 1:33 
int a = Convert.ToInt32(txtQuantityOrdered.Text);
       int b = Convert.ToInt32(txtQuantityReceived.Text);

       if (b > a)
       {

       }

I have two Text Boxes and I want to compare that if txtQuantityReceived is greater than txtQuantityOrdered then an error message must show. But as you know that in Windows Forms there are MessageBoxes but no such thing in the ASP.NET, so how must I tackle my problem? I just want to display a small message box or something like that, to show that "Quantity Entered Is Invalid."

Also one more thing to tell, i.e., I tried to use the validation control called the CompareValidator, but as you know that this control is used only for comparing the equalities, but not the inequalities. So I failed to to solve up my problem.

My issue here is regarding the inequality, i.e, if txtQuantityReceived is greater than txtQuantityOrdered then an error message must be displayed.

What can be the possible solution for it?
AnswerRe: comparison and error message. Pin
Peace ON13-Jul-10 1:38
Peace ON13-Jul-10 1:38 
AnswerRe: comparison and error message. Pin
T M Gray13-Jul-10 5:20
T M Gray13-Jul-10 5:20 
QuestionJavascript Textbox Problem Pin
jintalPatel13-Jul-10 0:37
jintalPatel13-Jul-10 0:37 
GeneralRe: Javascript Textbox Problem Pin
Arun Jacob13-Jul-10 0:40
Arun Jacob13-Jul-10 0:40 
AnswerRe: Javascript Textbox Problem Pin
Peace ON13-Jul-10 0:41
Peace ON13-Jul-10 0:41 
AnswerRe: Javascript Textbox Problem Pin
bacajo15-Jul-10 11:08
bacajo15-Jul-10 11:08 
Questionrdlc Pin
Thanusree Duth13-Jul-10 0:33
Thanusree Duth13-Jul-10 0:33 
AnswerRe: rdlc Pin
Peace ON13-Jul-10 0:36
Peace ON13-Jul-10 0:36 
QuestionProblem when try to get value of text box in javascript Pin
jintalPatel13-Jul-10 0:09
jintalPatel13-Jul-10 0:09 
AnswerRe: Problem when try to get value of text box in javascript Pin
Arun Jacob13-Jul-10 0:28
Arun Jacob13-Jul-10 0:28 
GeneralRe: Problem when try to get value of text box in javascript Pin
jintalPatel13-Jul-10 0:36
jintalPatel13-Jul-10 0:36 
AnswerRe: Problem when try to get value of text box in javascript Pin
Peace ON13-Jul-10 0:30
Peace ON13-Jul-10 0:30 
GeneralRe: Problem when try to get value of text box in javascript Pin
jintalPatel13-Jul-10 0:36
jintalPatel13-Jul-10 0:36 
GeneralRe: Problem when try to get value of text box in javascript Pin
raju melveetilpurayil13-Jul-10 19:17
professionalraju melveetilpurayil13-Jul-10 19:17 
Question.exe update Pin
padmanabhan N12-Jul-10 21:58
padmanabhan N12-Jul-10 21:58 
Answer[Repost] Re: .exe update Pin
Peace ON12-Jul-10 22:22
Peace ON12-Jul-10 22:22 
QuestionJavascript Intellisense not working Pin
cooljeba112-Jul-10 21:04
cooljeba112-Jul-10 21:04 

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.