T
Tony WONG
i wrote a asp page before
the top frame to for entering data
the bottom frame to for display the data being entered in the top frame in a
table form
now i wish to rewrite it to asp.net
- heard some suggestions not to use frame again
is it ok to divide a page by "css" into top<div> and bottom <div> parts,
like my previous asp page.
when the data being entered in top <div>, the data can be shown in bottom
<div>
but the page is shared among users, data is entered continuously.
is it possible to refresh the bottom <div> regulary (every 60 seconds)
without interrupting the top <div>.
i've some knowledge in asp and javascript, not know ajax.
grateful for any comments for the best way to do.
thanks a lot.
Tony
the top frame to for entering data
the bottom frame to for display the data being entered in the top frame in a
table form
now i wish to rewrite it to asp.net
- heard some suggestions not to use frame again
is it ok to divide a page by "css" into top<div> and bottom <div> parts,
like my previous asp page.
when the data being entered in top <div>, the data can be shown in bottom
<div>
but the page is shared among users, data is entered continuously.
is it possible to refresh the bottom <div> regulary (every 60 seconds)
without interrupting the top <div>.
i've some knowledge in asp and javascript, not know ajax.
grateful for any comments for the best way to do.
thanks a lot.
Tony