由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - [转载] 问一个javascript 和 .NET 的问题
相关主题
C#编程求助, 500伪币酬谢, 在线等Answer Re: ASP.NET 难题测试 (1)
.Net Thread questionAjax Toolkit is troublesome in versions
A question about JavaScript (转载)mvc pros and cons
javascript question: possible to know when option items are added to a How to get button name? (转载)
ASP.NET和PHPhow to make javascript/jquery in asp.net running fast? Thank you!
为啥Razor view ping pong里没有javascripthow to use codesnip
一个dropdownlist的问题How to kill popup in Outlook add-ins?
ASP.NET 难题测试 (1)ASP.NET -- help
相关话题的讨论汇总
话题: net话题: calendar话题: javascript话题: visible话题: dropdown
进入DotNet版参与讨论
1 (共1页)
c*j
发帖数: 20
1
【 以下文字转载自 BuildingWeb 讨论区,原文如下 】
发信人: ckj (frustrated), 信区: BuildingWeb
标 题: 问一个javascript 和 .NET 的问题
发信站: Unknown Space - 未名空间 (Sun Apr 18 23:33:41 2004) WWW-POST
用VB.NET做了一 个web form,form 上有一个button, press button 时,会popup 出一
个 calendar 窗口。Calendar 是用 javascript 写的,平常是 not visible 的,press
button 时才被set 成 visible 的。问题时,此 calendar visible 时,部分被其他
control 遮住了。我已经把 calendar 的 Z-index 设的比其他control 多很多了。不知
道为什麽还是被挡住。 有那位大侠能帮帮忙指点一下吗?谢谢。
b*e
发帖数: 3845
2
why not use the .NET calendar web control?

【在 c*j 的大作中提到】
: 【 以下文字转载自 BuildingWeb 讨论区,原文如下 】
: 发信人: ckj (frustrated), 信区: BuildingWeb
: 标 题: 问一个javascript 和 .NET 的问题
: 发信站: Unknown Space - 未名空间 (Sun Apr 18 23:33:41 2004) WWW-POST
: 用VB.NET做了一 个web form,form 上有一个button, press button 时,会popup 出一
: 个 calendar 窗口。Calendar 是用 javascript 写的,平常是 not visible 的,press
: button 时才被set 成 visible 的。问题时,此 calendar visible 时,部分被其他
: control 遮住了。我已经把 calendar 的 Z-index 设的比其他control 多很多了。不知
: 道为什麽还是被挡住。 有那位大侠能帮帮忙指点一下吗?谢谢。

c*j
发帖数: 20
3
谢谢你. 只是因为别的form 都是用的这个javascript calendar. 这样client
从calendar上select 日期时,就不用communicate with server 了. 我就是不明白为什么
会被挡住呢? 不甘心.

出一
的,press
不知

【在 b*e 的大作中提到】
: why not use the .NET calendar web control?
C****n
发帖数: 2324
4
The problem happens only with Dropdown list box. As DropDownList box can not
be hidden behind any other controls, regardless its z-index.
There're a lot of solutions to this. You can search the google. A Pop up
windows should not only cover a dropdownlist box, but also can be extended
outside its parent window.





【在 c*j 的大作中提到】
: 谢谢你. 只是因为别的form 都是用的这个javascript calendar. 这样client
: 从calendar上select 日期时,就不用communicate with server 了. 我就是不明白为什么
: 会被挡住呢? 不甘心.
:
: 出一
: 的,press
: 不知

c*j
发帖数: 20
5
You are so right. It only happened with dropdown list. What I did was make the
blocking dropdown list invisible whenever the calender is visible. Not the
best solution but met my needs. Thanks.


时,会popup



【在 C****n 的大作中提到】
: The problem happens only with Dropdown list box. As DropDownList box can not
: be hidden behind any other controls, regardless its z-index.
: There're a lot of solutions to this. You can search the google. A Pop up
: windows should not only cover a dropdownlist box, but also can be extended
: outside its parent window.
:
: 么
: 他
: 。

1 (共1页)
进入DotNet版参与讨论
相关主题
ASP.NET -- helpASP.NET和PHP
[转载] 如何知道CLIENT一端屏幕的大小?为啥Razor view ping pong里没有javascript
问个webbrowser控件的问题一个dropdownlist的问题
How to stop windows service in OnStart()ASP.NET 难题测试 (1)
C#编程求助, 500伪币酬谢, 在线等Answer Re: ASP.NET 难题测试 (1)
.Net Thread questionAjax Toolkit is troublesome in versions
A question about JavaScript (转载)mvc pros and cons
javascript question: possible to know when option items are added to a How to get button name? (转载)
相关话题的讨论汇总
话题: net话题: calendar话题: javascript话题: visible话题: dropdown