Click here to Skip to main content
15,912,756 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: problem in image display.... Pin
Venkatesh Mookkan27-Dec-06 20:47
Venkatesh Mookkan27-Dec-06 20:47 
AnswerRe: problem in image display.... Pin
Venkatesh Mookkan27-Dec-06 19:26
Venkatesh Mookkan27-Dec-06 19:26 
QuestionProblem with Autopostback Pin
mohd imran abdul aziz27-Dec-06 16:41
mohd imran abdul aziz27-Dec-06 16:41 
AnswerRe: Problem with Autopostback Pin
Arindam Tewary27-Dec-06 18:25
professionalArindam Tewary27-Dec-06 18:25 
GeneralRe: Problem with Autopostback Pin
mohd imran abdul aziz27-Dec-06 18:30
mohd imran abdul aziz27-Dec-06 18:30 
GeneralRe: Problem with Autopostback Pin
Arindam Tewary27-Dec-06 18:32
professionalArindam Tewary27-Dec-06 18:32 
GeneralRe: Problem with Autopostback Pin
mohd imran abdul aziz27-Dec-06 18:44
mohd imran abdul aziz27-Dec-06 18:44 
GeneralRe: Problem with Autopostback Pin
Arindam Tewary27-Dec-06 19:25
professionalArindam Tewary27-Dec-06 19:25 
The main point lies what I feel the way TextBox autopostback event reacts.
Basically a <asp:textbox> control can do a autopostback in 3 scenario

1. Ater entering all the character in textbox, if ENTER key is pressed.
2. Ater entering all the character in textbox, if TAB key is pressed.
3. Ater entering all the character in textbox, click anywhere outside of the Textbox.

Like drop down list TextBox cant just fire server side textchangedevent as you keep entering character from keyboard one by one. If you do the same it becomes a client side event that can be tracked using anyclientside event.( onkeypress, onkeydown ... like that)

So make sure that you are initiating the postback event of the Textbox, means you are performing either of the above mentioned activities.

Hope it will help you.
Smile | :)

Arindam
GeneralRe: Problem with Autopostback Pin
mohd imran abdul aziz27-Dec-06 19:40
mohd imran abdul aziz27-Dec-06 19:40 
GeneralRe: Problem with Autopostback Pin
Arindam Tewary27-Dec-06 19:57
professionalArindam Tewary27-Dec-06 19:57 
GeneralRe: Problem with Autopostback Pin
mohd imran abdul aziz27-Dec-06 20:37
mohd imran abdul aziz27-Dec-06 20:37 
AnswerRe: Problem with Autopostback Pin
siddu78628-Dec-06 0:15
siddu78628-Dec-06 0:15 
AnswerRe: Problem with Autopostback Pin
Vikram kshatriya28-Dec-06 18:37
Vikram kshatriya28-Dec-06 18:37 
QuestionRDL and AJAX... Pin
raphadesa27-Dec-06 8:57
raphadesa27-Dec-06 8:57 
QuestionModules in ASP.NET pages Pin
Quecumber25627-Dec-06 5:20
Quecumber25627-Dec-06 5:20 
AnswerRe: Modules in ASP.NET pages Pin
Venkatesh Mookkan27-Dec-06 15:43
Venkatesh Mookkan27-Dec-06 15:43 
AnswerRe: Modules in ASP.NET pages Pin
ednrgc28-Dec-06 8:54
ednrgc28-Dec-06 8:54 
AnswerRe: Modules in ASP.NET pages Pin
Vikram kshatriya28-Dec-06 18:44
Vikram kshatriya28-Dec-06 18:44 
QuestionAlready open Error Pin
Sarguna Reddiar27-Dec-06 2:16
Sarguna Reddiar27-Dec-06 2:16 
AnswerRe: Already open Error Pin
Arindam Tewary27-Dec-06 4:01
professionalArindam Tewary27-Dec-06 4:01 
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:40
Sarguna Reddiar27-Dec-06 18:40 
AnswerRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 15:38
Venkatesh Mookkan27-Dec-06 15:38 
GeneralRe: Already open Error Pin
Sarguna Reddiar27-Dec-06 18:41
Sarguna Reddiar27-Dec-06 18:41 
GeneralRe: Already open Error Pin
Venkatesh Mookkan27-Dec-06 19:23
Venkatesh Mookkan27-Dec-06 19:23 
GeneralRe: Already open Error Pin
Sarguna Reddiar28-Dec-06 2:46
Sarguna Reddiar28-Dec-06 2:46 

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.