Web Application Architecture (ASP.NET 3.5,JavaScript)

Posted by Niv on Stack Overflow See other posts from Stack Overflow or by Niv
Published on 2009-12-21T20:51:55Z Indexed on 2010/04/06 19:03 UTC
Read the original article Hit count: 122

Filed under:
|

hey all ,

background -

I'm using an activx that allow me to access some information on the client side,

By using the activex events and callback i'm updating server side from client.

i wrote a user control that register all activex's events so when one of the events occuer there is a callback to the server that handle this event.

I need to write some other user controls based on this control so on every callback this user controls will be render on the client side.

My question is -

what is the best way to make a shared infrastructure that handle this events and render the right content base on user controls? is there any other ways i can use ?

thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript