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

ASP.NET

 
QuestionCode acceptance criteria for support Pin
Sarma Pisapati26-Sep-07 8:41
Sarma Pisapati26-Sep-07 8:41 
AnswerRe: Code acceptance criteria for support Pin
Christian Graus26-Sep-07 13:59
protectorChristian Graus26-Sep-07 13:59 
QuestionSecurity Exception when Deploying Web Application [modified] Pin
zz_scarab26-Sep-07 8:14
zz_scarab26-Sep-07 8:14 
QuestionWebsite search function Pin
dptalt26-Sep-07 7:19
dptalt26-Sep-07 7:19 
QuestionInsert form values into mssql 2000 server? Pin
Shahriat Hossain26-Sep-07 6:02
Shahriat Hossain26-Sep-07 6:02 
AnswerRe: Insert form values into mssql 2000 server? Pin
ss.mmm26-Sep-07 6:04
ss.mmm26-Sep-07 6:04 
QuestionTextBox_Textchanged?? Pin
ss.mmm26-Sep-07 5:47
ss.mmm26-Sep-07 5:47 
AnswerRe: TextBox_Textchanged?? Pin
kubben26-Sep-07 7:39
kubben26-Sep-07 7:39 
You should probably never use the OnTextChanged event. Very bad UI performance. It looks like what you really need is some javascript. There are lots of examples out there on how to write javascript. I think you want a keypress event on the textbox then in the javascript check to see when the textbox = your text and then the checkbox gets disabled.

Ben
GeneralRe: TextBox_Textchanged?? Pin
ss.mmm26-Sep-07 7:46
ss.mmm26-Sep-07 7:46 
QuestionHow can I create a Silver javascript scrollbar. Pin
thomasa26-Sep-07 5:01
thomasa26-Sep-07 5:01 
Questiondisable viewstate in query string Pin
Russell Jones26-Sep-07 4:47
Russell Jones26-Sep-07 4:47 
AnswerRe: disable viewstate in query string Pin
kubben26-Sep-07 7:44
kubben26-Sep-07 7:44 
AnswerRe: disable viewstate in query string Pin
Mack Ait-Aoudia26-Sep-07 13:00
Mack Ait-Aoudia26-Sep-07 13:00 
GeneralRe: disable viewstate in query string Pin
Russell Jones26-Sep-07 22:31
Russell Jones26-Sep-07 22:31 
QuestionHow to Increment ? Pin
Kasi Viswanathan26-Sep-07 3:33
Kasi Viswanathan26-Sep-07 3:33 
AnswerRe: How to Increment ? Pin
Christian Graus26-Sep-07 4:14
protectorChristian Graus26-Sep-07 4:14 
GeneralRe: How to Increment ? Pin
Eduard Keilholz26-Sep-07 4:40
Eduard Keilholz26-Sep-07 4:40 
GeneralRe: How to Increment ? Pin
Kasi Viswanathan26-Sep-07 20:21
Kasi Viswanathan26-Sep-07 20:21 
GeneralRe: How to Increment ? Pin
Kasi Viswanathan26-Sep-07 20:17
Kasi Viswanathan26-Sep-07 20:17 
AnswerRUDE Pin
leckey26-Sep-07 4:45
leckey26-Sep-07 4:45 
GeneralRe: RUDE Pin
Paul Conrad26-Sep-07 18:13
professionalPaul Conrad26-Sep-07 18:13 
GeneralRe: RUDE Pin
Kasi Viswanathan26-Sep-07 20:44
Kasi Viswanathan26-Sep-07 20:44 
GeneralRe: RUDE Pin
Kasi Viswanathan26-Sep-07 20:34
Kasi Viswanathan26-Sep-07 20:34 
AnswerRe: Hello? Pin
M_Menon26-Sep-07 6:45
M_Menon26-Sep-07 6:45 
GeneralRe: Hello? Pin
Kasi Viswanathan26-Sep-07 20:46
Kasi Viswanathan26-Sep-07 20:46 

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.