问题描述
专家,
我是Uday Satardekar,
我正在设计平面图示例.
一格的宽度为400px,高度为100px.
其中有4个ResizableControlExtender.这些控件的最大高度为100px.
现在,当用户调整这些控件的大小时,我需要验证这些控件的宽度,因此它的大小不能超过400px.
所以请帮我解决这个问题.
我如何在OnClientResize或OnClientResizing事件上验证ResizableControlExtender的宽度.
预先感谢.
Hi Expert,
I am Uday Satardekar,
I am designing floor plan example.
There is one div of size 400px in width and 100px in height.
In that there are 4 ResizableControlExtender. Here maximum height of these controls are 100px.
Now when user resize these control,i need to validate the width of these controls, so it can not exeeds more than 400px.
so please help me to solve this problem.
How i can validate width of ResizableControlExtender on OnClientResize or OnClientResizing event.
Thanks in advance.
推荐答案
function OnClientResizingPanel1(sender, eventArgs) {
var chkExist1=
这篇关于如何在另一个ResizableControlExtender OnClientResize事件上检查一个ResizableControlExtender宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!