JavaScript / JQuery弹出问题 [英] JavaScript/JQuery Popup Issue

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

问题描述

大家好,



我在我的应用程序中使用弹出窗口,我的文本框和提交按钮很少......我正在验证代码隐藏的那些文本框通过那个按钮。但问题是按钮点击后弹出窗口关闭并且不会留在那里显示带有操作状态的标签...



任何人都可以指导????

Hi guys,,

I am using a popup in my application where i have few textboxes and a submit button... I am validating those textboxes on codebehind through that button. but problem is that after button click popup gets close and does not remain there to show the label with operation status...

Can anybody guide????

推荐答案

非常感谢alll ,,,



谷歌搜索后自己...

以下是在代码隐藏中调用Jquery函数的代码段...







ClientScript.RegisterClientScriptBlock(this.GetType(),blah,YourJsFunction();,true);





:)
Thanks alot to alll,,,

SOlved after googling myself...
Following is the piece of code to call the Jquery function in codebehind...



ClientScript.RegisterClientScriptBlock(this.GetType(), "blah", "YourJsFunction();", true);


:)


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

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