Click here to Skip to main content
15,909,030 members
Home / Discussions / Web Development
   

Web Development

 
QuestionI used nant to build ASP .NET application Pin
balpanbh14-Oct-07 18:36
balpanbh14-Oct-07 18:36 
AnswerRe: I used nant to build ASP .NET application Pin
Paddy Boyd15-Oct-07 2:49
Paddy Boyd15-Oct-07 2:49 
Question[modified]To set the borders of the layers in javascript. Pin
gopal_Pandey13-Oct-07 5:17
gopal_Pandey13-Oct-07 5:17 
AnswerRe: set layers border using javascript Pin
Guffa13-Oct-07 6:33
Guffa13-Oct-07 6:33 
AnswerRe: set layers border using javascript Pin
Hesham Amin13-Oct-07 22:41
Hesham Amin13-Oct-07 22:41 
QuestionDigest Authentication NIGHTMARE Pin
erikkl200012-Oct-07 17:31
erikkl200012-Oct-07 17:31 
QuestionChange Textbox Color Using Javascript Pin
stormcandi12-Oct-07 11:27
stormcandi12-Oct-07 11:27 
AnswerRe: Change Textbox Color Using Javascript Pin
Guffa13-Oct-07 0:44
Guffa13-Oct-07 0:44 
One reason that it doesn't work is that you are sending a string to the javascript function, and it uses it as if it was an element.

Another reason that it doesn't work is that you are using uppercase letters in the event name.

A third reason is that you are trying to use the name of a server side event in the client code. There is no ontextchanged event in html, there in an onchange event.

As you are calling the method from the element itself, you can use the this keyword to send a reference to the element to the function:

txt1.Attributes["onchange"] = "ChgColor(this);";

---
single minded; short sighted; long gone;

GeneralRe: Change Textbox Color Using Javascript Pin
stormcandi15-Oct-07 10:54
stormcandi15-Oct-07 10:54 
Questionrequest.GetResponse() problem Pin
Borryz12-Oct-07 1:44
Borryz12-Oct-07 1:44 
AnswerRe: request.GetResponse() problem Pin
kubben12-Oct-07 2:09
kubben12-Oct-07 2:09 
GeneralRe: request.GetResponse() problem Pin
Borryz12-Oct-07 3:23
Borryz12-Oct-07 3:23 
AnswerRe: request.GetResponse() problem Pin
Vasudevan Deepak Kumar12-Oct-07 2:45
Vasudevan Deepak Kumar12-Oct-07 2:45 
GeneralRe: request.GetResponse() problem Pin
Borryz12-Oct-07 3:29
Borryz12-Oct-07 3:29 
QuestionYAHOO.widget.AutoComplete Pin
ankushmn12-Oct-07 0:01
ankushmn12-Oct-07 0:01 
QuestionLogout problem Pin
abhishek.mumbai11-Oct-07 23:40
abhishek.mumbai11-Oct-07 23:40 
AnswerRe: Logout problem Pin
Hesham Amin13-Oct-07 22:43
Hesham Amin13-Oct-07 22:43 
AnswerRe: HTTP 500 - Internal server error. Pin
Vasudevan Deepak Kumar12-Oct-07 2:43
Vasudevan Deepak Kumar12-Oct-07 2:43 
QuestionJavascript : Similar to match Pin
ss.mmm11-Oct-07 5:21
ss.mmm11-Oct-07 5:21 
AnswerRe: Javascript : Similar to match Pin
andyharman11-Oct-07 6:44
professionalandyharman11-Oct-07 6:44 
Questionfree lancing Pin
Kartik Rathi11-Oct-07 1:20
Kartik Rathi11-Oct-07 1:20 
AnswerRe: free lancing Pin
Vasudevan Deepak Kumar12-Oct-07 2:44
Vasudevan Deepak Kumar12-Oct-07 2:44 
QuestionIE7 and Firefox appearance conflict Pin
Dave2560011-Oct-07 0:10
Dave2560011-Oct-07 0:10 
AnswerRe: IE7 and Firefox appearance conflict Pin
Guffa13-Oct-07 0:50
Guffa13-Oct-07 0:50 
Questionhow to build asp. net c# application using nant builder Pin
balpanbh10-Oct-07 22:44
balpanbh10-Oct-07 22:44 

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.