473,407 Members | 2,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Which TextBox Event i write afunction in javascript

shek124
50
Hai to everybody,

I have done a javascript calender in my aspx page..

when a calender image clicks, the datevalue is bind to the textbox near the calender in my page..

its works fine.. After when a date is changed in Textbox, i would do some function...

i dont know which textbox event can write the function.. Plz anybody help me..

before i have tried on OnBlur and Onkeyup and On Change Event.. they all are failed

thanks in advance
Jul 30 '08 #1
3 1306
gits
5,390 Expert Mod 4TB
show what you have tried ... the following code works with textboxes onchange:

[HTML]<input type="text" id="my_box" onchange="alert('foo');"/>[/HTML]
kind regards
Jul 30 '08 #2
shek124
50
thanks for yr reply..

I have bind the textbox through javascript.. So it didnt fire the onchange event even the date is changed in my textbox
Jul 30 '08 #3
gits
5,390 Expert Mod 4TB
what does that mean? it just could redirect the event to the binded code (even when this code just cancels the event) ... so you just have to call the function from there ... without knowing what you have coded it would be guesswork to say anything more to that ...

kind regards
Jul 30 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: djc | last post by:
I noticed that after entering text into a textbox on an asp.net webform and then hitting the enter key that a postback appears to be performed. 1) what event can I write to in order to perform an...
3
by: Henry | last post by:
Hi. I've also posted this at another discussion board and here is the original question. ------------------------- "I have this problem and I don't know what I can do. First of all, I have a...
8
by: Sergei | last post by:
Hi, I am displaying modal dialog and passing values from the main form to the modal dialog and back. It works fine but if I used the following syntax on Page_Load(just for testing) in VB to...
6
by: John Smith | last post by:
How can I find out which control performed PostBack? I have put this code inside my Page_Load event: Response.Write(Page.Request.Params.Get("__EVENTTARGET")) but it doesn't write to response...
2
by: bindurajeesh | last post by:
I have a web form that has a textbox that receives a password. Upon leaving the txtbox the user name and password queries the table in objoledbcommand.connection to determine if correct password...
1
by: OceanBreeze | last post by:
I am using ASP 2.0 and C# I have a TextBox control in .aspx file. <asp:TextBox ID="CityTxt" runat="server"></asp:TextBox> When I click on that text box, I want to trigger onClick event. ...
8
by: nil | last post by:
Hello all, It's urgent... i want to add autocomplete textbox facility in my application like google. as you type it suggests option to the user..i want the same kind of facility...i know i...
2
by: mc | last post by:
Can someone suggest how I would add a new trigger such that when the JS event onkeyup in a textbox the updatePanel refreshes? If not could someone sugest how I could onkepup in a Textbox, refresh...
1
by: Chetana | last post by:
hi I want to write a code on text chenging(textBox1_KeyPress) event of textbox as we do in windows , but i am unabel to do it in asp .net coz we get only textchanged event. In my application i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.