如何为移动WEB应用程序设置自动回发

如何为移动WEB应用程序设置自动回发

问题描述:

这是我的场景:

我有一个卡号组合框,可以从组合框和数据库中选择一个特定的卡号,然后从数据库中获取该特定卡号的技术员名称.

我可以从数据库中检索所有内容,但是我无法使用autopostback.

请尽快帮助我....在此先感谢

Here is my scenerio:

I have a combo box for card numbers, where i select a particular card number from combo box and from the database i am fetching the technician name for that particular card number

I can retrieve from database everything is ok, but autopostback is not made possible by me.

Help me please soon....thanks in advance

您可以编写JavaScript来进行自动回发,实际上这就是ASP.NET所做的(我假设您应该告诉我们,以及发布代码).如果您的移动设备不支持javascript,则会失败
You can write javascript to do your autopostback, in fact that is what ASP.NET does ( I assume that''s what you''re using, you should tell us, as well as posting code ). If your mobile device does not support javascript, then it will fail