摘要:
Calling Web Services From Html Pages using Javascript 下载代码http://www.codeproject.com/KB/webservices/CallWebServiceFromHtml.aspx Web Services using WebService Behavior and .NET 下载代码http://www.codeproje... 阅读全文
摘要:
Do you want to draw a calendar with event, just like http://www.google.com/calendar/renderBut you don’t know how to start, right?If so, I suggest you begin with some easier examples, because the... 阅读全文
摘要:
we cannot remove the header and footer easily, it is controlled by the Windows Registry, and we can set it at the: FileàPage Setup (for IE)And you can modify the following Windows Registry Key (M... 阅读全文
摘要:
情景:有些环境下我们需要根据页面中JavaScript变量的值来确定某个(某些)超链接的参数,如“http://www.bla.com/test.aspx?var1=”中,究竟var1等于多少,要根据JavaScript变量来判定方法一:很简单,客户端脚本[代码][代码]方法二:在服务端Load时赋值 The easiest way would be to add the ... 阅读全文
摘要:
In that scenario, I have some suggestions:First, please try to keep the node number of TreeView less than 1000, we can find that advice there:http://msdn.microsoft.com/en-us/library/ms529261.aspxRende... 阅读全文
摘要:
前些天发了一篇 使用JavaScript选择GridView行的方法汇总(Select row of GridView by JavaScript) 有朋友反馈说不适用于DataGrid,确实,如果要在DataGrid的行中添加JavaScript事件捕捉,必须用下面的代码:[代码] 阅读全文
摘要:
如今各种各样的日历控件满天飞(参见http://chuna2.787528.xyz/blodfox777/archive/2008/08/13/1266639.html),使用ASP.NET Calendar控件的朋友貌似不多了,但今天一个客户的古怪问题却让我想起了它的一个大优点:可以按照自己的要求进行定制!问:Scenario: I have a calendar control in an asp... 阅读全文
摘要:
RadEditor (Telerik). AJAX-enabled.WebHtmlEditor (Infragistics). Part of the NetAdvantage for ASP.NET suite (I think).Cute Editor (CuteSoft)FreeTextBox (FreeTextBox.com). Free for basic edition. Source... 阅读全文
摘要:
A customer said he has created a newsletter(HTML format) with background image, and it seems good in outlook 2003/gmail/yahoo/ie6/ie7/opera/fire-foxhowever, just in Outlook2007, the background image h... 阅读全文
摘要:
We use window.open will be block by the browsers or blocker tools, and showModalDialogwill not be block by the browsers, but always blocked by blocker tools, the only way to open pop up window which c... 阅读全文
摘要:
in fact the onbeforeunload event supported in Firefox browser, but the window.event is not supported in Firefox.So, we can use the following code to stop page from leaving: function SaveRemind() { w... 阅读全文
摘要:
文章都不错,有几篇已经被园友翻译了Retrieving Data from Web Services using Standard HTTP 1.1 Compression http://www.dotnetjunkies.ddj.com/Tutorial/90D3B3E0-6544-4594-B3BA-E41D8F381324.dcikWhy use data compression for y... 阅读全文