Click here to Skip to main content
15,911,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to pop-up a window in asp.net Pin
N a v a n e e t h13-Aug-07 22:21
N a v a n e e t h13-Aug-07 22:21 
GeneralRe: how to pop-up a window in asp.net Pin
Talal Sultan13-Aug-07 22:41
Talal Sultan13-Aug-07 22:41 
GeneralRe: how to pop-up a window in asp.net Pin
John-ph13-Aug-07 23:05
John-ph13-Aug-07 23:05 
AnswerRe: how to pop-up a window in asp.net Pin
N a v a n e e t h13-Aug-07 22:19
N a v a n e e t h13-Aug-07 22:19 
AnswerRe: how to pop-up a window in asp.net Pin
nandhububbly13-Aug-07 22:48
nandhububbly13-Aug-07 22:48 
GeneralRe: how to pop-up a window in asp.net Pin
Priya S13-Aug-07 23:33
Priya S13-Aug-07 23:33 
QuestionHow to stop server side event firing based on client side event Pin
here2learn13-Aug-07 21:42
here2learn13-Aug-07 21:42 
AnswerRe: How to stop server side event firing based on client side event Pin
Talal Sultan13-Aug-07 22:10
Talal Sultan13-Aug-07 22:10 
I'm no expert in this matter but I'm thinking if you check the source of the page and find out what is the event of the textbox that is causing the postback for the TextChanged server side event, maybe you can reassign this event to an empty string in Javascript. For example if you have a button, you would have something like that:

<input type="submit" name="ctl00$MainContent$btnLogin" value="Log In" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$MainContent$btnLogin", "", true, "", "", false, false))" id="ctl00_MainContent_btnLogin" .....

If you can find a way to reset the btnLogin call here: new WebForm_PostBackOptions("ctl00$MainContent$btnLogin", maybe you can prevent the server side event from calling the method assigned to it.

Sorry can't be of more help. Unsure | :~

-- If this is a post that has been helpful to you, please vote for it. Thank you!

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

GeneralRe: How to stop server side event firing based on client side event Pin
here2learn13-Aug-07 22:26
here2learn13-Aug-07 22:26 
AnswerRe: How to stop server side event firing based on client side event Pin
N a v a n e e t h13-Aug-07 22:23
N a v a n e e t h13-Aug-07 22:23 
GeneralRe: How to stop server side event firing based on client side event Pin
here2learn13-Aug-07 22:35
here2learn13-Aug-07 22:35 
GeneralRe: How to stop server side event firing based on client side event Pin
N a v a n e e t h13-Aug-07 22:55
N a v a n e e t h13-Aug-07 22:55 
GeneralRe: How to stop server side event firing based on client side event Pin
here2learn13-Aug-07 23:13
here2learn13-Aug-07 23:13 
GeneralRe: How to stop server side event firing based on client side event Pin
N a v a n e e t h14-Aug-07 0:00
N a v a n e e t h14-Aug-07 0:00 
GeneralRe: How to stop server side event firing based on client side event Pin
here2learn14-Aug-07 0:10
here2learn14-Aug-07 0:10 
GeneralRe: How to stop server side event firing based on client side event Pin
here2learn13-Aug-07 23:21
here2learn13-Aug-07 23:21 
AnswerRe: How do you dynamicly asign html atributes in C#? Pin
N a v a n e e t h13-Aug-07 21:32
N a v a n e e t h13-Aug-07 21:32 
GeneralRe: How do you dynamicly asign html atributes in C#? Pin
N a v a n e e t h13-Aug-07 22:16
N a v a n e e t h13-Aug-07 22:16 
QuestionFull Text Searching ASP Parameters Pin
Brendan Vogt13-Aug-07 21:01
Brendan Vogt13-Aug-07 21:01 
QuestionRemember Me Next Time Pin
Chinnis13-Aug-07 20:57
Chinnis13-Aug-07 20:57 
Questionp3p policy for a website Pin
rama charan13-Aug-07 20:41
rama charan13-Aug-07 20:41 
Questionvalidation expression + asp.net2.0 Pin
ritu432113-Aug-07 20:40
ritu432113-Aug-07 20:40 
AnswerRe: validation expression + asp.net2.0 Pin
N a v a n e e t h13-Aug-07 22:27
N a v a n e e t h13-Aug-07 22:27 
GeneralRe: validation expression + asp.net2.0 [modified] Pin
ritu432114-Aug-07 0:12
ritu432114-Aug-07 0:12 
GeneralRe: validation expression + asp.net2.0 Pin
ritu432114-Aug-07 2:29
ritu432114-Aug-07 2:29 

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.