Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
82577 Points
15430 Posts
MVP
Sep 18, 2007 02:24 PM|LINK
There is really no way to do that, as client-side processing and server-side processing are 2 different things.
I posted this little control a while back that works asynchroneously and might help you out: http://forums.asp.net/1108756/ShowPost.aspx
Or you might take a look here for an AJAX solution: http://ajax.asp.net/docs/tutorials/PartialPageUpdateTutorials.aspx
NC...
NC01
All-Star
82577 Points
15430 Posts
MVP
Re: Javascript calling c# function
Sep 18, 2007 02:24 PM|LINK
There is really no way to do that, as client-side processing and server-side processing are 2 different things.
I posted this little control a while back that works asynchroneously and might help you out:
http://forums.asp.net/1108756/ShowPost.aspx
Or you might take a look here for an AJAX solution:
http://ajax.asp.net/docs/tutorials/PartialPageUpdateTutorials.aspx
NC...