Click here to Skip to main content
15,889,527 members
Home / Discussions / Web Development
   

Web Development

 
QuestionTextArea Validation Pin
Mkanchha28-Mar-07 2:56
Mkanchha28-Mar-07 2:56 
AnswerRe: TextArea Validation Pin
Dmitry Khudorozhkov28-Mar-07 13:05
Dmitry Khudorozhkov28-Mar-07 13:05 
QuestionJScripts on ASP.NET Master page? Pin
wojti28-Mar-07 0:55
wojti28-Mar-07 0:55 
AnswerRe: JScripts on ASP.NET Master page? Pin
badgrs29-Mar-07 0:01
badgrs29-Mar-07 0:01 
QuestionHow to catch TAB key press with JScript? Pin
wojti28-Mar-07 0:53
wojti28-Mar-07 0:53 
AnswerRe: How to catch TAB key press with JScript? Pin
Dmitry Khudorozhkov28-Mar-07 13:13
Dmitry Khudorozhkov28-Mar-07 13:13 
QuestionConflict in pointing the Web Page Pin
John.L.Ponratnam27-Mar-07 22:43
John.L.Ponratnam27-Mar-07 22:43 
AnswerRe: Conflict in pointing the Web Page Pin
Bradml27-Mar-07 23:52
Bradml27-Mar-07 23:52 
GeneralRe: Conflict in pointing the Web Page Pin
John.L.Ponratnam28-Mar-07 0:16
John.L.Ponratnam28-Mar-07 0:16 
GeneralRe: Conflict in pointing the Web Page Pin
Bradml28-Mar-07 0:20
Bradml28-Mar-07 0:20 
GeneralRe: Conflict in pointing the Web Page Pin
badgrs28-Mar-07 11:04
badgrs28-Mar-07 11:04 
QuestionA server-side installer? Pin
sortegrip27-Mar-07 21:19
sortegrip27-Mar-07 21:19 
AnswerRe: A server-side installer? Pin
Bradml27-Mar-07 23:53
Bradml27-Mar-07 23:53 
GeneralRe: A server-side installer? Pin
sortegrip28-Mar-07 21:01
sortegrip28-Mar-07 21:01 
GeneralWindows Live Writer(Beta) [modified] Pin
Sathesh Sakthivel27-Mar-07 19:48
Sathesh Sakthivel27-Mar-07 19:48 
GeneralRe: Windows Live Writer(Beta) Pin
WillemM27-Mar-07 20:09
WillemM27-Mar-07 20:09 
QuestionEnable Client Scripting Pin
Muhammad Faisal Khanani27-Mar-07 19:40
Muhammad Faisal Khanani27-Mar-07 19:40 
AnswerRe: Enable Client Scripting Pin
Bradml27-Mar-07 20:57
Bradml27-Mar-07 20:57 
GeneralRe: Enable Client Scripting Pin
Muhammad Faisal Khanani27-Mar-07 21:50
Muhammad Faisal Khanani27-Mar-07 21:50 
GeneralRe: Enable Client Scripting Pin
Bradml27-Mar-07 23:54
Bradml27-Mar-07 23:54 
GeneralRe: Enable Client Scripting Pin
badgrs28-Mar-07 11:01
badgrs28-Mar-07 11:01 
The ASP.NET validators will only fire when the user submits the form, not when a field is focused/unfocused. I assume thats what you mean? If you mean the validation is not firing at all client side, only on a postback, you may have the validators client side check property set to false (can't remember the name, it should be pretty obvious). Remember users can ALWAYS disable client side script, theres no way for you to 100% guarantee its enabled so always use the server-side validators as well.
GeneralASPX Page Preview??? [moved] Pin
code-frog27-Mar-07 18:50
professionalcode-frog27-Mar-07 18:50 
GeneralRe: ASPX Page Preview??? [moved] Pin
Paddy Boyd28-Mar-07 0:24
Paddy Boyd28-Mar-07 0:24 
QuestionWhat methodology should a system for Hotel intranet development used ? Pin
nothingbutcat27-Mar-07 16:25
nothingbutcat27-Mar-07 16:25 
AnswerRe: What methodology should a system for Hotel intranet development used ? Pin
Bradml27-Mar-07 20:59
Bradml27-Mar-07 20:59 

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.