Click here to Skip to main content
15,884,085 members
Home / Discussions / C#
   

C#

 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 4:32
spankyleo12310-Aug-10 4:32 
AnswerRe: Owned Forms issue Pin
Luc Pattyn10-Aug-10 4:46
sitebuilderLuc Pattyn10-Aug-10 4:46 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 4:57
spankyleo12310-Aug-10 4:57 
GeneralRe: Owned Forms issue Pin
Luc Pattyn10-Aug-10 5:06
sitebuilderLuc Pattyn10-Aug-10 5:06 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 5:20
spankyleo12310-Aug-10 5:20 
GeneralRe: Owned Forms issue Pin
DaveyM6910-Aug-10 5:20
professionalDaveyM6910-Aug-10 5:20 
QuestionCalling a Page Method In Javascript [modified] Pin
Vimalsoft(Pty) Ltd9-Aug-10 23:22
professionalVimalsoft(Pty) Ltd9-Aug-10 23:22 
AnswerRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 0:59
Łukasz Nowakowski10-Aug-10 0:59 
First of all this is the question for ASP.NET forum.
Second: it's no surprise that it doesn't work really. What you're trying to do must be accomplished with a postback. You can call your Bind_SearchBox from JavaScript, but Bind_SearchBox will have no way to return its results to the browser. Solution for your problem is to execute postback instead of calling pagemethod. I don't remember parameters exactly, but you have to supply it with id of control, that triggers postback (in your problem this would be a search button). Or maybe you should reconsider your solution and trigger the Bind_SearchBox from additional postback.
I hope, that what I written is more less clear. If not, please ask Smile | :)
Don't forget to rate answer, that helped you. It will allow other people find their answers faster.

GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 1:09
professionalVimalsoft(Pty) Ltd10-Aug-10 1:09 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 1:29
Łukasz Nowakowski10-Aug-10 1:29 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 1:34
professionalVimalsoft(Pty) Ltd10-Aug-10 1:34 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 1:49
Łukasz Nowakowski10-Aug-10 1:49 
GeneralRe: Calling a Page Method In Javascript [modified] Pin
Vimalsoft(Pty) Ltd10-Aug-10 4:05
professionalVimalsoft(Pty) Ltd10-Aug-10 4:05 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 4:36
Łukasz Nowakowski10-Aug-10 4:36 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 5:01
professionalVimalsoft(Pty) Ltd10-Aug-10 5:01 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 8:08
Łukasz Nowakowski10-Aug-10 8:08 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 20:15
professionalVimalsoft(Pty) Ltd10-Aug-10 20:15 
GeneralRe: Calling a Page Method In Javascript Pin
Łukasz Nowakowski10-Aug-10 21:29
Łukasz Nowakowski10-Aug-10 21:29 
GeneralRe: Calling a Page Method In Javascript Pin
Vimalsoft(Pty) Ltd10-Aug-10 21:55
professionalVimalsoft(Pty) Ltd10-Aug-10 21:55 
QuestionSQL Server Load Balancing with ASP.Net Pin
satsumatable9-Aug-10 20:02
satsumatable9-Aug-10 20:02 
AnswerRe: SQL Server Load Balancing with ASP.Net Pin
Mycroft Holmes9-Aug-10 21:22
professionalMycroft Holmes9-Aug-10 21:22 
AnswerRe: SQL Server Load Balancing with ASP.Net Pin
SimulationofSai10-Aug-10 15:42
SimulationofSai10-Aug-10 15:42 
QuestionGuide lines to develop a Payment Gateway in C# Pin
arun_pk9-Aug-10 19:24
arun_pk9-Aug-10 19:24 
QuestionHow often do you "Build" a project during development? Pin
Matt U.9-Aug-10 16:45
Matt U.9-Aug-10 16:45 
AnswerRe: How often do you "Build" a project during development? Pin
PIEBALDconsult9-Aug-10 16:56
mvePIEBALDconsult9-Aug-10 16:56 

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.