Smart navigation method SmartnaVigation

xiaoxiao2021-03-06  60

(Baidu and web pages)

http://wayneliu.ms.mblogger.cn/rss.aspx?categoryId=1015

The author has nothing to do, not responsible for its content. )

http://wayneliu.ms.mblogger.cn/

My .NET World

EN-CHS

RSS generated by mblogger blogs

Wayneliu

http://wayneliu.ms.mblogger.cn/posts/7411.aspx

MON, 26 JUL 2004 14:51:00 GMT

http://wayneliu.ms.mblogger.cn/posts/7411.aspx

http://wayneliu.ms.mblogger.cn/comments/7411.aspx

http://wayneliu.ms.mblogger.cn/posts/7411.aspx#feedback

1

http://wayneliu.ms.mblogger.cn/comments/commentrss/7411.aspx

http://wayneliu.ms.mblogger.cn/trackback.aspx?id=7411

When we do .Net development, we can often encounter such a situation, the page is very long, and we generally use the server-side control, such a disadvantage with the server-side control, that is, the control is interactive with the server each time. And the refresh of the page is noted. If the page is very long, the control in the page is a lot, you must refresh to the top of the page each time, then we will drag a scroll bar every time we fill in the information. This is very troublesome, the problem is generated, some people use the SmartnaVigation method, this method is feasible, but it generally conflicts with the verification control or JS in the page, resulting in the failure of the page, where I found a JS To solve the problem method for your reference

Environment is vs.net 2000 and vs.net 2003