Click here to Skip to main content
15,860,972 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionXPath problem with % value Pin
NarVish18-Oct-11 0:29
NarVish18-Oct-11 0:29 
AnswerRe: XPath problem with % value Pin
jschell18-Oct-11 8:52
jschell18-Oct-11 8:52 
GeneralRe: XPath problem with % value Pin
NarVish18-Oct-11 18:39
NarVish18-Oct-11 18:39 
GeneralRe: XPath problem with % value Pin
NarVish18-Oct-11 22:00
NarVish18-Oct-11 22:00 
GeneralRe: XPath problem with % value Pin
NarVish18-Oct-11 22:36
NarVish18-Oct-11 22:36 
QuestionHow can I put condition Pin
Noor201118-Sep-11 4:23
Noor201118-Sep-11 4:23 
GeneralRe: How can I put condition Pin
AspDotNetDev18-Sep-11 7:27
protectorAspDotNetDev18-Sep-11 7:27 
AnswerRe: How can I put condition Pin
Morgs Morgan22-Sep-11 4:40
Morgs Morgan22-Sep-11 4:40 
You could have posted this in a C# forum, you can get an answer much quciker than here. Make sure you are in the right place before posting a question.

Try this:

C#
try
{
   Int32 number = Int32.Parse(txtBoxId.Text);
   if(number <= 80)
   {
      //go ahead
   }
   else
   {
      //alert user they have entered a number greater than 80
   }
}
catch(Excemption e)
{
   throw new Excemption("Not a valid interger!");
}


That's a basic function you need, you can call this function on your desired textbox events e.g. on onkeypress.

Hope this helps,
Morgs
GeneralRe: How can I put condition Pin
Noor201130-Sep-11 0:43
Noor201130-Sep-11 0:43 
QuestionXSLT Pin
AndyInUK14-Sep-11 3:55
AndyInUK14-Sep-11 3:55 
AnswerRe: XSLT Pin
Bassam Abdul-Baki15-Sep-11 4:51
professionalBassam Abdul-Baki15-Sep-11 4:51 
GeneralRe: XSLT Pin
AndyInUK15-Sep-11 5:06
AndyInUK15-Sep-11 5:06 
GeneralRe: XSLT Pin
Rhys Gravell15-Sep-11 5:27
professionalRhys Gravell15-Sep-11 5:27 
GeneralRe: XSLT Pin
Bassam Abdul-Baki15-Sep-11 5:27
professionalBassam Abdul-Baki15-Sep-11 5:27 
AnswerRe: XSLT Pin
Andi Fandrich15-Sep-11 5:18
professionalAndi Fandrich15-Sep-11 5:18 
GeneralRe: XSLT Pin
AndyInUK15-Sep-11 5:28
AndyInUK15-Sep-11 5:28 
AnswerRe: XSLT Pin
Rhys Gravell15-Sep-11 5:33
professionalRhys Gravell15-Sep-11 5:33 
GeneralRe: XSLT Pin
AndyInUK15-Sep-11 5:49
AndyInUK15-Sep-11 5:49 
GeneralRe: XSLT Pin
chriselst15-Sep-11 5:56
chriselst15-Sep-11 5:56 
GeneralRe: XSLT Pin
AndyInUK15-Sep-11 6:09
AndyInUK15-Sep-11 6:09 
GeneralRe: XSLT Pin
Bassam Abdul-Baki15-Sep-11 6:51
professionalBassam Abdul-Baki15-Sep-11 6:51 
GeneralRe: XSLT Pin
AndyInUK15-Sep-11 23:38
AndyInUK15-Sep-11 23:38 
GeneralRe: XSLT Pin
PIEBALDconsult16-Sep-11 5:20
mvePIEBALDconsult16-Sep-11 5:20 
GeneralRe: XSLT Pin
PIEBALDconsult15-Sep-11 18:10
mvePIEBALDconsult15-Sep-11 18:10 
QuestionShould we get rid of the redundant quotes now that HTML5 does it? Pin
ed welch12-Sep-11 11:20
ed welch12-Sep-11 11:20 

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.