S
Shimon Sim
I have project that have some pages with a lot of functionality on them.
Some functionality on these pages require post backs. For example depending
on what user selects on drop down page gets some information from the
server. The problem is that some features require few post backs and with
big pages it is slow even on DSL.
So I thought to download all the required information in one time and put it
in XML islands and try to handle client events of the combo with JavaScript.
I really don't know were to start with my idea. I didn't find any build in
way to create XML islands in ASP.NET Xml control seems to do something else.
And I don't know how to work with JavaScript with XML.
Does anybody have any references to the material that may help me?
Thank,
Shimon.
Some functionality on these pages require post backs. For example depending
on what user selects on drop down page gets some information from the
server. The problem is that some features require few post backs and with
big pages it is slow even on DSL.
So I thought to download all the required information in one time and put it
in XML islands and try to handle client events of the combo with JavaScript.
I really don't know were to start with my idea. I didn't find any build in
way to create XML islands in ASP.NET Xml control seems to do something else.
And I don't know how to work with JavaScript with XML.
Does anybody have any references to the material that may help me?
Thank,
Shimon.