Loading a asp.net user control from Javascript

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Can I load a asp.net usercontrol from Javascript code? I know you can do it
dynamically through C# or vb.net code from server side. But can we do it
without going to the server just via client side javascript code?

Madhuri Mittal
 
where would the javascript find the usercontrol? without going to server?

Its not possible!!!
 
Actually, it seems as if you simply do not want to make it evident that a
postback has occurred. If that is correct you should check out XMLHTTP and
the use of other asynchronous callback methodologies.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top