__doPostBack()中的问题 [英] problem in __doPostBack()

查看:69
本文介绍了__doPostBack()中的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在打电话

document.getElementByID(''<%= Button1.ClientID %>'').click();

这称为javascript:__doPostBack(''ctl00$ContentPlaceHolder1$Button1'','''');

但是最后一次调用不会调用服务器.

我使用开发人员工具对此进行了调试,但没有任何用处

请提供任何帮助;

i am calling

document.getElementByID(''<%= Button1.ClientID %>'').click();

this calls javascript:__doPostBack(''ctl00$ContentPlaceHolder1$Button1'','''');

but the last call doesn''t call the server.

I debugged this using developer tools but there was no use

any help, please;

推荐答案

ContentPlaceHolder1
ContentPlaceHolder1


Button1'','''');

但是最后一次调用不会调用服务器.

我使用开发人员工具对此进行了调试,但没有任何用处

请提供任何帮助;
Button1'','''');

but the last call doesn''t call the server.

I debugged this using developer tools but there was no use

any help, please;


详细讨论一下此讨论:
Have a look at this discussion at length:Similar discussion[^]
It should help you out. Try.


这篇关于__doPostBack()中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆