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

ASP.NET

 
AnswerRe: listbox validation(Urgent) Pin
varshavmane20-Sep-07 20:23
varshavmane20-Sep-07 20:23 
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 
Hi, i have given code in my web.config file like this

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


but its not working
GeneralRe: Water Mark in TextBox Control Pin
Sandeep Akhare20-Sep-07 22:41
Sandeep Akhare20-Sep-07 22:41 
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 

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.