Click here to Skip to main content
15,924,935 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: listbox validation(Urgent) Pin
Imran Khan Pathan20-Sep-07 20:50
Imran Khan Pathan20-Sep-07 20:50 
AnswerRe: listbox validation(Urgent) Pin
rashidpervaiz0821-Sep-07 21:51
rashidpervaiz0821-Sep-07 21:51 
QuestionWater Mark in TextBox Control Pin
bhattiprolu20-Sep-07 20:13
bhattiprolu20-Sep-07 20:13 
AnswerRe: Water Mark in TextBox Control Pin
varshavmane20-Sep-07 20:14
varshavmane20-Sep-07 20:14 
GeneralRe: Water Mark in TextBox Control Pin
bhattiprolu20-Sep-07 20:42
bhattiprolu20-Sep-07 20:42 
GeneralRe: Water Mark in TextBox Control Pin
Sandeep Akhare20-Sep-07 20:48
Sandeep Akhare20-Sep-07 20:48 
GeneralRe: Water Mark in TextBox Control Pin
bhattiprolu20-Sep-07 21:31
bhattiprolu20-Sep-07 21:31 
GeneralRe: Water Mark in TextBox Control Pin
Sandeep Akhare20-Sep-07 22:41
Sandeep Akhare20-Sep-07 22:41 
try this

function watermarkBirthDate()
{
var txtbox=document.getElementsByName("txtBirtDate");
if(txtbox.value=="mm/dd/yyyy")
{
txtbox.<b>value</b>="";
setfocus(txtBirthDate);
}
}


and call this function onfocus of txtBirtDate



Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: Water Mark in TextBox Control Pin
bhattiprolu20-Sep-07 22:54
bhattiprolu20-Sep-07 22:54 
AnswerRe: Water Mark in TextBox Control Pin
Imran Khan Pathan20-Sep-07 20:56
Imran Khan Pathan20-Sep-07 20:56 
GeneralRe: Water Mark in TextBox Control Pin
bhattiprolu20-Sep-07 21:06
bhattiprolu20-Sep-07 21:06 
GeneralRe: Water Mark in TextBox Control Pin
Imran Khan Pathan20-Sep-07 21:11
Imran Khan Pathan20-Sep-07 21:11 
GeneralRe: Water Mark in TextBox Control Pin
bhattiprolu20-Sep-07 21:17
bhattiprolu20-Sep-07 21:17 
GeneralRe: Water Mark in TextBox Control Pin
bhattiprolu20-Sep-07 22:15
bhattiprolu20-Sep-07 22:15 
QuestionHow to do this?? Pin
varshavmane20-Sep-07 19:31
varshavmane20-Sep-07 19:31 
AnswerRe: How to do this?? Pin
Christian Graus20-Sep-07 19:50
protectorChristian Graus20-Sep-07 19:50 
GeneralRe: How to do this?? Pin
varshavmane20-Sep-07 19:55
varshavmane20-Sep-07 19:55 
GeneralRe: How to do this?? Pin
Christian Graus20-Sep-07 20:01
protectorChristian Graus20-Sep-07 20:01 
GeneralRe: How to do this?? Pin
varshavmane20-Sep-07 20:06
varshavmane20-Sep-07 20:06 
Question[Message Deleted] Pin
pallavipatil8320-Sep-07 19:04
pallavipatil8320-Sep-07 19:04 
AnswerRe: SQL Server 2000 - String functions Pin
Christian Graus20-Sep-07 19:14
protectorChristian Graus20-Sep-07 19:14 
AnswerRe: SQL Server 2000 - String functions Pin
Sandeep Akhare20-Sep-07 20:00
Sandeep Akhare20-Sep-07 20:00 
GeneralRe: SQL Server 2000 - String functions Pin
Christian Graus20-Sep-07 20:02
protectorChristian Graus20-Sep-07 20:02 
GeneralRe: SQL Server 2000 - String functions Pin
Sandeep Akhare20-Sep-07 20:11
Sandeep Akhare20-Sep-07 20:11 
AnswerRe: SQL Server 2000 - String functions Pin
Imran Khan Pathan20-Sep-07 20:45
Imran Khan Pathan20-Sep-07 20: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.