Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to show same message on next line:
HTML
ScriptManager.RegisterStartupScript(this, this.GetType(), "myAlert", "javascript:alert('Please check length of case id " + Functions.ToString(caseId[i]) + "');", true);


when put invalid case id at line first on multiline textbox it show proper error message,but when put invalid case id on next line it not show above error message.using above code how show same message on next line without repetition.
Posted
Comments
Sandeep Mewara 5-May-12 3:12am    
Not clear.
kareem salem 6-May-12 3:19am    
Improve your Q
ZurdoDev 7-May-12 19:50pm    
Reason for my vote of 1
It is not clear what you are trying to say.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900