Click here to Skip to main content
15,905,776 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionData Transfer / Multiple pages. Pin
gerrybrennan5-Oct-09 22:53
gerrybrennan5-Oct-09 22:53 
AnswerRe: Data Transfer / Multiple pages. Pin
Christian Graus5-Oct-09 23:37
protectorChristian Graus5-Oct-09 23:37 
AnswerRe: Data Transfer / Multiple pages. Pin
Kannan Ar6-Oct-09 5:48
professionalKannan Ar6-Oct-09 5:48 
QuestionAjax Shoppin Cart Pin
KhandelwalA5-Oct-09 22:47
KhandelwalA5-Oct-09 22:47 
AnswerRe: Ajax Shoppin Cart Pin
Christian Graus5-Oct-09 23:42
protectorChristian Graus5-Oct-09 23:42 
QuestionHow to stop text_changed event on a particular button click Pin
amittinku5-Oct-09 21:53
amittinku5-Oct-09 21:53 
AnswerRe: How to stop text_changed event on a particular button click Pin
Anurag Gandhi5-Oct-09 22:37
professionalAnurag Gandhi5-Oct-09 22:37 
GeneralRe: How to stop text_changed event on a particular button click Pin
amittinku5-Oct-09 22:44
amittinku5-Oct-09 22:44 
I let u know about a simple reproducable code.
Drag an asp text box control.
Drag an HTML button control.

Make the autopost back of textbox=TRUE
protected void TextBox2_TextChanged(object sender, EventArgs e)
      {
  
            Response.Write("hi");
      }

function Button1_onclick() {
alert('clicked button');
}

Run it. Enter any text in text box and click on button. Button will display "hi", it will not trigger its own event. So I want that on button click, TextBox2_TextChanged event should not take place. IN any other condition, it shold work fine.
GeneralRe: How to stop text_changed event on a particular button click Pin
Christian Graus5-Oct-09 23:48
protectorChristian Graus5-Oct-09 23:48 
GeneralRe: How to stop text_changed event on a particular button click Pin
amittinku6-Oct-09 0:03
amittinku6-Oct-09 0:03 
GeneralRe: How to stop text_changed event on a particular button click Pin
Christian Graus6-Oct-09 0:19
protectorChristian Graus6-Oct-09 0:19 
GeneralRe: How to stop text_changed event on a particular button click Pin
amittinku6-Oct-09 0:20
amittinku6-Oct-09 0:20 
GeneralRe: How to stop text_changed event on a particular button click Pin
Christian Graus6-Oct-09 1:05
protectorChristian Graus6-Oct-09 1:05 
AnswerRe: How to stop text_changed event on a particular button click Pin
Arindam Tewary6-Oct-09 7:03
professionalArindam Tewary6-Oct-09 7:03 
GeneralRe: How to stop text_changed event on a particular button click Pin
Christian Graus6-Oct-09 10:08
protectorChristian Graus6-Oct-09 10:08 
GeneralRe: How to stop text_changed event on a particular button click Pin
amittinku7-Oct-09 16:57
amittinku7-Oct-09 16:57 
Questionshared variable Pin
Blikkies5-Oct-09 21:39
professionalBlikkies5-Oct-09 21:39 
AnswerRe: shared variable Pin
Amit Patel19855-Oct-09 21:44
Amit Patel19855-Oct-09 21:44 
GeneralRe: shared variable Pin
Blikkies5-Oct-09 21:48
professionalBlikkies5-Oct-09 21:48 
GeneralRe: shared variable Pin
nagendrathecoder5-Oct-09 21:59
nagendrathecoder5-Oct-09 21:59 
GeneralRe: shared variable [modified] Pin
Blikkies5-Oct-09 22:03
professionalBlikkies5-Oct-09 22:03 
GeneralRe: shared variable Pin
nagendrathecoder5-Oct-09 22:05
nagendrathecoder5-Oct-09 22:05 
GeneralRe: shared variable Pin
Blikkies5-Oct-09 22:09
professionalBlikkies5-Oct-09 22:09 
GeneralRe: shared variable Pin
nagendrathecoder5-Oct-09 22:13
nagendrathecoder5-Oct-09 22:13 
GeneralRe: shared variable Pin
Blikkies5-Oct-09 22:23
professionalBlikkies5-Oct-09 22:23 

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.