Click here to Skip to main content
15,914,163 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: XmlNode as how manyth node of its parent? Pin
Paddy Boyd2-May-06 0:09
Paddy Boyd2-May-06 0:09 
GeneralRe: XmlNode as how manyth node of its parent? Pin
aliserdarilter2-May-06 12:57
aliserdarilter2-May-06 12:57 
AnswerRe: XmlNode as how manyth node of its parent? Pin
J4amieC2-May-06 1:13
J4amieC2-May-06 1:13 
GeneralRe: XmlNode as how manyth node of its parent? Pin
aliserdarilter2-May-06 12:54
aliserdarilter2-May-06 12:54 
QuestionAlert Box Pin
Balwan1-May-06 21:59
Balwan1-May-06 21:59 
AnswerRe: Alert Box Pin
J4amieC1-May-06 22:18
J4amieC1-May-06 22:18 
AnswerRe: Alert Box Pin
chakkara20031-May-06 22:35
chakkara20031-May-06 22:35 
AnswerRe: Alert Box Pin
Kanjinghat3-May-06 22:54
Kanjinghat3-May-06 22:54 
I found that you have already pasted the same problem and got the pretty solutions for that.

ok try as below

add the follwing lines of code in between the head tags.
<script language="javascript"><br />
function Warning()<br />
{<br />
   if(Uname.value=='')<br />
   {<br />
     alert("You must enter value");<br />
     Uname.focus();<br />
   }<br />
}<br />
<script>


in the body tag

<input type="Textbox" name="Uname"><br />
<input type="Button" value="ClickMe" onClick="Warning()">


This will ensure that button click will always displays alert message when ever the TextBox is Empty.

cheer


Ramesh.Kanjinghat
QuestionAbout Kenn Young article of disable/enable checkbox list individual items Pin
Medikonda1-May-06 21:06
Medikonda1-May-06 21:06 
QuestionHow to merge cells in a grid Pin
metbinu2003@yahoo.com1-May-06 20:37
metbinu2003@yahoo.com1-May-06 20:37 
AnswerRe: How to merge cells in a grid Pin
NeverHeardOfMe1-May-06 22:58
NeverHeardOfMe1-May-06 22:58 
AnswerRe: How to merge cells in a grid Pin
goyal manish2-May-06 23:25
goyal manish2-May-06 23:25 
QuestionUse webcam in asp.net application. Pin
ganeshnet1-May-06 20:22
ganeshnet1-May-06 20:22 
QuestionI want to upload image on the site. Pin
Chetan Ranpariya1-May-06 19:55
Chetan Ranpariya1-May-06 19:55 
AnswerRe: I want to upload image on the site. Pin
Paddy Boyd1-May-06 23:55
Paddy Boyd1-May-06 23:55 
GeneralRe: I want to upload image on the site. Pin
Chetan Ranpariya1-May-06 23:58
Chetan Ranpariya1-May-06 23:58 
GeneralRe: I want to upload image on the site. Pin
Paddy Boyd1-May-06 23:59
Paddy Boyd1-May-06 23:59 
GeneralRe: I want to upload image on the site. Pin
Chetan Ranpariya2-May-06 0:18
Chetan Ranpariya2-May-06 0:18 
GeneralRe: I want to upload image on the site. Pin
Paddy Boyd2-May-06 0:22
Paddy Boyd2-May-06 0:22 
GeneralRe: I want to upload image on the site. Pin
J4amieC2-May-06 1:12
J4amieC2-May-06 1:12 
GeneralRe: I want to upload image on the site. Pin
Chetan Ranpariya2-May-06 17:24
Chetan Ranpariya2-May-06 17:24 
QuestionIs it impossible?? Pin
innocent731-May-06 19:18
innocent731-May-06 19:18 
AnswerRe: Is it impossible?? Pin
NeverHeardOfMe2-May-06 1:05
NeverHeardOfMe2-May-06 1:05 
GeneralRe: Is it impossible?? Pin
innocent732-May-06 4:51
innocent732-May-06 4:51 
QuestionHow to compress files in ASP.Net? Pin
naveedmazhar1-May-06 18:58
naveedmazhar1-May-06 18:58 

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.