How MSDN does it?

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

In the menu on the left side of MSDN library webpage. If you click the
small '+' sign, it shows a waiting message, then pull up a list and
change the sign to '-'. Can someone give me an idea how to do it in
asp.net? Thanks in advance.
 
It is done using DHTML (Dynamic HTML) using client side scripting - most
typically using JavaScript.
 
Hi Thomas,
I'm not sure how they do it. But you can use the webservice.htc control
to hit web services using client-side javascript. Then use client-side
scripting to display the data you retrieve however you want. Good luck!
Ken.
 
the webservice.htc now requires non-default security setting, so should not
be used.

-- bruce (sqlwork.com)
 
Back
Top