小编Sun*_*mal的帖子

根据条件更改GridView行颜色

我想根据某些条件更改gridview的特定行颜色,我使用ASP.NET和c#.谢谢.

c# asp.net

40
推荐指数
3
解决办法
20万
查看次数

jQuery datepicker在ASP.NET页面中不起作用

我正在使用ASP.NET开发一个网站,我将在我的网站中使用jQuery datepicker.我使用了以下代码,但它不起作用.有谁知道为什么?

<link href="css/calendar/jquery-ui-1.8.7.custom.css" rel="stylesheet" type="text/css" />
<script  src="jquery/calendar/jquery-1.4.4.min.js" type="text/javascript"></script>
<script  src="jquery/calendar/jquery-ui-1.8.7.custom.min.js" type="text/javascript"></script>


<script type="text/javascript">
$(function() {
  $("#txtEventDate").datepicker();
}); 
</script>
Run Code Online (Sandbox Code Playgroud)

这是我的文本框HTML代码:

<asp:TextBox ID="txtEventDate" runat="server" Width="125px"></asp:TextBox>
Run Code Online (Sandbox Code Playgroud)

asp.net jquery jquery-ui

2
推荐指数
1
解决办法
1万
查看次数

Modal弹出扩展器中的运行时错误

当我在asp.net页面中使用模式弹出扩展器时,我得到"Microsoft JScript运行时错误:'_popupElement.parentNode'为空或不是对象"这是每次运行时错误.有谁知道克服了这个问题.

这是我的modalpopup标签

javascript asp.net ajaxcontroltoolkit

2
推荐指数
1
解决办法
5528
查看次数

标签 统计

asp.net ×3

ajaxcontroltoolkit ×1

c# ×1

javascript ×1

jquery ×1

jquery-ui ×1