Asp.Net中的游标信息 [英] Cursor Information in Asp.Net

查看:74
本文介绍了Asp.Net中的游标信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的弗里德斯,

在这里,我需要Asp.net中有关游标的一些信息.

示例:当我单击某个按钮时:this.form1.Attributes.Add("style","cursor:wait");

和this.form1.Attributes.Add("style","cursor:default");

但这是用JavaScript编写的,但是我想用C#进行服务器端编码,任何人对此都可以帮忙.


问候,

Anilkumar.d

Dear Frieds,

Here i want Some Information About Cursor in Asp.net.

Example:when i click the some button:this.form1.Attributes.Add("style", "cursor:wait");

and this.form1.Attributes.Add("style", "cursor:default");

But this in JavaScript,but i want sever side coding in c# can anyone help regarding this.


Regards,

Anilkumar.d

推荐答案

您是否意识到Web应用程序UI发生的任何事情仅发生在客户端,即Web浏览器内部? APS.NET仅生成在客户端呈现的内容,即使它看起来像服务器端直接处理UI也是如此.它不是.您始终可以生成问题中演示的JavaScript代码以及其他任何代码.

—SA
Do you realize that anything which happens with Web application UI happens in client side only, inside a Web browser? APS.NET only generates content which is rendered on the client side, even though it might look like server side deals with UI directly. It does not. You can always generate JavaScript code you demonstrated in your question, as well as any other.

—SA


这篇关于Asp.Net中的游标信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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