Click here to Skip to main content
15,899,474 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Give me idea in asp.net page hosting Pin
lbothell11-Mar-08 7:51
lbothell11-Mar-08 7:51 
Generalwant asp.net menu to work on click instead of on mouse over. Pin
ram19743-Mar-08 14:48
ram19743-Mar-08 14:48 
GeneralRe: want asp.net menu to work on click instead of on mouse over. Pin
Christian Graus3-Mar-08 21:44
protectorChristian Graus3-Mar-08 21:44 
QuestionImage Checkbox [modified] Pin
ashkan_ertefa3-Mar-08 2:52
ashkan_ertefa3-Mar-08 2:52 
QuestionHow to detect changes from Lowercase to Uppercase? Pin
hifiger20043-Mar-08 1:32
hifiger20043-Mar-08 1:32 
AnswerRe: How to detect changes from Lowercase to Uppercase? Pin
newc13-Mar-08 1:49
newc13-Mar-08 1:49 
AnswerRe: How to detect changes from Lowercase to Uppercase? Pin
hifiger20043-Mar-08 4:49
hifiger20043-Mar-08 4:49 
GeneralRe: How to detect changes from Lowercase to Uppercase? Pin
newc14-Mar-08 0:28
newc14-Mar-08 0:28 
The best way to achieve this would be to use regular expressions through JavaScript. When the page loads you would save a global variable, or hidden field, that contains the value of the TextBox and on every keystroke within the TextBox, call a JS funtion that uses RegEx to determine whether the current value is different from the original. The original value would be used in the compilation of the expression.

If you Google RegEx and JavaScript, there are plenty examples out there that will show you what is required. Basically, based on the result of the RegEx test you will get a boolean value telling you if the values are the same (case differences will be picked up) and you then enable / disable the Save button as required.

Clean code is the key to happiness.

Generalgetting focused control and setting different message in text box. Pin
thuyaaung73-Mar-08 0:12
thuyaaung73-Mar-08 0:12 
GeneralRe: getting focused control and setting different message in text box. Pin
newc13-Mar-08 1:57
newc13-Mar-08 1:57 
GeneralRe: getting focused control and setting different message in text box. Pin
thuyaaung73-Mar-08 6:03
thuyaaung73-Mar-08 6:03 
Questionneed help for transaction Pin
amit_sahu2-Mar-08 22:57
amit_sahu2-Mar-08 22:57 
QuestionTree view select all Pin
007Tyagi2-Mar-08 21:11
007Tyagi2-Mar-08 21:11 
GeneralRe: Tree view select all Pin
Vasudevan Deepak Kumar2-Mar-08 23:52
Vasudevan Deepak Kumar2-Mar-08 23:52 
QuestionHow to show list of url like google seach page in my application Pin
Vishnu Narayan Mishra2-Mar-08 20:18
Vishnu Narayan Mishra2-Mar-08 20:18 
AnswerRe: How to show list of url like google seach page in my application Pin
Christian Graus2-Mar-08 22:49
protectorChristian Graus2-Mar-08 22:49 
GeneralJavascript Pin
padz2-Mar-08 16:20
padz2-Mar-08 16:20 
GeneralRe: Javascript Pin
Christian Graus2-Mar-08 22:51
protectorChristian Graus2-Mar-08 22:51 
General Javascript in Firefox to create a text file [modified] Pin
zombie_storm2-Mar-08 9:59
zombie_storm2-Mar-08 9:59 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 11:37
RCoate2-Mar-08 11:37 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 12:45
zombie_storm2-Mar-08 12:45 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 13:41
sitebuilderShog92-Mar-08 13:41 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 17:24
zombie_storm2-Mar-08 17:24 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 17:40
sitebuilderShog92-Mar-08 17:40 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 18:08
zombie_storm2-Mar-08 18:08 

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.