Click here to Skip to main content
15,888,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhandling add contact event in outlook 07 Pin
ACMA_198022-Jul-09 1:05
ACMA_198022-Jul-09 1:05 
AnswerRe: handling add contact event in outlook 07 Pin
Manas Bhardwaj22-Jul-09 1:08
professionalManas Bhardwaj22-Jul-09 1:08 
JokeRe: handling add contact event in outlook 07 Pin
Abhijit Jana22-Jul-09 1:12
professionalAbhijit Jana22-Jul-09 1:12 
AnswerRe: handling add contact event in outlook 07 Pin
Abhijit Jana22-Jul-09 1:08
professionalAbhijit Jana22-Jul-09 1:08 
GeneralRe: handling add contact event in outlook 07 Pin
ACMA_198022-Jul-09 1:13
ACMA_198022-Jul-09 1:13 
QuestionTextBox onTextChanged Event Pin
megivimal22-Jul-09 1:02
megivimal22-Jul-09 1:02 
AnswerRe: TextBox onTextChanged Event Pin
Brij22-Jul-09 1:38
mentorBrij22-Jul-09 1:38 
GeneralRe: TextBox onTextChanged Event Pin
megivimal22-Jul-09 5:07
megivimal22-Jul-09 5:07 
When i change the text on the "Text box" to fire the javascript code, Like,


Button id :-

<asp:button id="<b>btnSave</b>" runat="server" text="Save">

onchangetextbox event:-

<asp:textbox id="txtFirstName" runat="server" text="FirstName" <b="">onchange="onButton('btnSave')">

My .js code:-

var button;
function onButton(ButtonValue)
{
button=document.getElementById('ButtonValue');
}

the variable "button" returns the null value.


Plz any one help me... how to solve the proble.
GeneralRe: TextBox onTextChanged Event Pin
DoctorMick22-Jul-09 6:08
DoctorMick22-Jul-09 6:08 
GeneralRe: TextBox onTextChanged Event Pin
megivimal22-Jul-09 20:23
megivimal22-Jul-09 20:23 
GeneralRe: TextBox onTextChanged Event Pin
Brij22-Jul-09 6:57
mentorBrij22-Jul-09 6:57 
Question[Message Deleted] Pin
ravindarp22-Jul-09 0:47
ravindarp22-Jul-09 0:47 
AnswerRe: Alert mail in my Inbox( it may be corporate or gmail or yahoo) on perticular information(topic) Pin
Manas Bhardwaj22-Jul-09 0:53
professionalManas Bhardwaj22-Jul-09 0:53 
GeneralRe: Alert mail in my Inbox( it may be corporate or gmail or yahoo) on perticular information(topic) Pin
ravindarp22-Jul-09 0:58
ravindarp22-Jul-09 0:58 
GeneralRe: Alert mail in my Inbox( it may be corporate or gmail or yahoo) on perticular information(topic) Pin
Abhijit Jana22-Jul-09 1:07
professionalAbhijit Jana22-Jul-09 1:07 
GeneralRe: Alert mail in my Inbox( it may be corporate or gmail or yahoo) on perticular information(topic) Pin
ravindarp22-Jul-09 1:16
ravindarp22-Jul-09 1:16 
QuestionUpdate data table in database Pin
jay.net200522-Jul-09 0:40
jay.net200522-Jul-09 0:40 
Questionproblem while ZIP a folder Pin
koolprasad200321-Jul-09 23:49
professionalkoolprasad200321-Jul-09 23:49 
AnswerRe: problem while ZIP a folder Pin
Abhijit Jana22-Jul-09 0:09
professionalAbhijit Jana22-Jul-09 0:09 
AnswerRe: problem while ZIP a folder Pin
Manas Bhardwaj22-Jul-09 0:13
professionalManas Bhardwaj22-Jul-09 0:13 
GeneralRe: problem while ZIP a folder Pin
Abhijit Jana22-Jul-09 0:26
professionalAbhijit Jana22-Jul-09 0:26 
GeneralRe: problem while ZIP a folder Pin
Manas Bhardwaj22-Jul-09 0:37
professionalManas Bhardwaj22-Jul-09 0:37 
GeneralRe: problem while ZIP a folder Pin
Abhijit Jana22-Jul-09 1:00
professionalAbhijit Jana22-Jul-09 1:00 
GeneralRe: problem while ZIP a folder Pin
Abhishek Sur22-Jul-09 0:42
professionalAbhishek Sur22-Jul-09 0:42 
GeneralRe: problem while ZIP a folder Pin
Abhijit Jana22-Jul-09 1:02
professionalAbhijit Jana22-Jul-09 1:02 

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.