Click here to Skip to main content
15,899,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Navaneeth first of all thanks for suggestion... it is really helpful but i think i am not lucky to use it in my problem. as if user just clicks on textbox without intention of pasting anything, then firing the onclick event is not good.

I think i need to give some more detail about what i am doing. here user will enter some text say "abc123", this is a search key based on this data i have to search mydatabase to get some details, i am using ajax for this. once user will fill textbox and focus goes out of textbox i will call my jscript function "getClient()", which will call a webmethod using ajax and will return a string. if string is not null, then i want to fire TextChanged event (server side), otherwise if string is null, this server event should not be fired. so this is all m trying to do. for this only my "getclient()" function is returning true if string is not null otherwise will return false...

also i am already following your point 1 and 2. i can't do anything which will permanently stop my server side, as i need it once returned string from database is not null.

if i am wrong anywhere please correct me Unsure | :~

Akhilesh Singh

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 
Questionmpr.lib Pin
Azghar Hussain13-Aug-07 20:23
professionalAzghar Hussain13-Aug-07 20:23 
AnswerRe: mpr.lib Pin
Christian Graus13-Aug-07 20:35
protectorChristian Graus13-Aug-07 20:35 
GeneralRe: mpr.lib Pin
Michael Sync13-Aug-07 21:14
Michael Sync13-Aug-07 21:14 
GeneralRe: mpr.lib Pin
Christian Graus13-Aug-07 23:23
protectorChristian Graus13-Aug-07 23:23 
Questionneed validation expression string Pin
Imran Khan Pathan13-Aug-07 20:11
Imran Khan Pathan13-Aug-07 20:11 

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.