Click here to Skip to main content
15,889,266 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem of invoking text_changed event Pin
J4amieC30-Jul-08 0:48
J4amieC30-Jul-08 0:48 
Questiontitle Pin
niki_nilu30-Jul-08 0:14
niki_nilu30-Jul-08 0:14 
AnswerRe: title Pin
eyeseetee30-Jul-08 0:18
eyeseetee30-Jul-08 0:18 
AnswerRe: title Pin
Imran Khan Pathan30-Jul-08 0:25
Imran Khan Pathan30-Jul-08 0:25 
AnswerRe: title Pin
Nirandas30-Jul-08 3:29
Nirandas30-Jul-08 3:29 
GeneralRe: title Pin
niki_nilu31-Jul-08 0:15
niki_nilu31-Jul-08 0:15 
GeneralRe: title Pin
Nirandas31-Jul-08 18:58
Nirandas31-Jul-08 18:58 
QuestionPROBLEM FIRING TEXTCHANGED EVENT [modified] Pin
Arindam Datta29-Jul-08 23:53
Arindam Datta29-Jul-08 23:53 
Hi,I am changing the text property of a textbox by javascript.
<asp:textbox id="txtName" runat="server" onfocus="change(this)" xmlns:asp="#unknown"></asp:textbox>

<script language="javascript">
function change(obj){
var txt=obj;
txt.value='0';
}</script>

Upto this point the code is running fine.But I want the TextChanged event to be fired whenever the value is changed to '0'.The TextChanged event is not being fired.The AutoPostBack property of the textbox is set to "true".

<div class="ForumMod">modified on Wednesday, July 30, 2008 6:29 AM</div>
Questionpaypal integration problem Pin
Prashant B. Lavate29-Jul-08 23:25
Prashant B. Lavate29-Jul-08 23:25 
AnswerRe: paypal integration problem Pin
eyeseetee29-Jul-08 23:39
eyeseetee29-Jul-08 23:39 
Questionhide toolbar Pin
niki_nilu29-Jul-08 23:25
niki_nilu29-Jul-08 23:25 
AnswerRe: hide toolbar Pin
eyeseetee29-Jul-08 23:41
eyeseetee29-Jul-08 23:41 
AnswerRe: hide toolbar Pin
Venkatesh Mookkan30-Jul-08 1:30
Venkatesh Mookkan30-Jul-08 1:30 
QuestionInteresting Cookie "quirk", expiry problems. Pin
phannon8629-Jul-08 23:05
professionalphannon8629-Jul-08 23:05 
AnswerRe: Interesting Cookie "quirk", expiry problems. Pin
Venkatesh Mookkan30-Jul-08 1:28
Venkatesh Mookkan30-Jul-08 1:28 
GeneralRe: Interesting Cookie "quirk", expiry problems. Pin
phannon8630-Jul-08 2:45
professionalphannon8630-Jul-08 2:45 
AnswerRe: Interesting Cookie "quirk", expiry problems. Pin
Yusuf30-Jul-08 7:30
Yusuf30-Jul-08 7:30 
Question[Message Deleted] Pin
Arindam Datta29-Jul-08 22:45
Arindam Datta29-Jul-08 22:45 
AnswerRe: REPOST ALERT!! Pin
eyeseetee29-Jul-08 22:51
eyeseetee29-Jul-08 22:51 
QuestionHow to I create a "New articles of today" list in the website? Pin
katelva29-Jul-08 22:21
katelva29-Jul-08 22:21 
AnswerRe: How to I create a "New articles of today" list in the website? Pin
eyeseetee29-Jul-08 22:50
eyeseetee29-Jul-08 22:50 
Questionhow to pass the ID of a text box in a gridview to a javascript Pin
Arindam Datta29-Jul-08 21:29
Arindam Datta29-Jul-08 21:29 
AnswerRe: how to pass the ID of a text box in a gridview to a javascript Pin
Imran Khan Pathan29-Jul-08 21:45
Imran Khan Pathan29-Jul-08 21:45 
AnswerRe: how to pass the ID of a text box in a gridview to a javascript Pin
eyeseetee29-Jul-08 21:51
eyeseetee29-Jul-08 21:51 
GeneralRe: how to pass the ID of a text box in a gridview to a javascript Pin
J4amieC29-Jul-08 22:05
J4amieC29-Jul-08 22:05 

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.