run postback only once with javascript
I have to do a postback automatically when a user visit a page. How can I run this postback only once?
javascript:__doPos开发者_如何学JAVAtBack('dnn$ctr424$ViewLogin$btChange','')
If form_load register that as a startup script with the ScriptManager but only if not Page.IsPostBack.
精彩评论