摘要:
Here I will explain jQuery chatting plugin examples. These jQuery chatting plugins is used to implement chatting functionality like facebook, gmail. By using these jQuery chatting and chatbox plugins we can implement chat functionality very easily for our website.Description: In previous article I.. 阅读全文
摘要:
issue:I wanted to create a web control which has collection featured in the ASPX. I have code below which has a problem.I seem to turn off and objects collection editor(collection stable).But I object design information Design Time at runtime what you can not getwhen I turn off the project.So in a w 阅读全文
摘要:
AFAIK, this is not possible. You can detect the compatibility mode from JS but setting it is not possible to my knowledge.As for as your problem goes, typically you can use few solutions:If you are using Master pages in your site, add the meta header () in the master page.Similar to #1, if you are u 阅读全文
摘要:
You need to escape the backslashes, e.g.,var commandtoRun ="C:\\Documents and Settings\\User\Desktop\\ABCD.exe";Update:This works fine on my machine:var oShell =newActiveXObject("Shell.Application");var commandtoRun ="C:\\Windows\\notepad.exe"; oShell.ShellExecute(comma 阅读全文
摘要:
需要添加如下配置:Add this to web config 阅读全文
摘要:
' /> ' runat="server" ImageUrl='' Height="120px" Width="120px" /> '));" />... 阅读全文
摘要:
In this post I would to focus on ASP.Net Health monitoring and Web events.Health monitoring is another mechanism to capture/abstract logging.In most cases with our ASP.Net applications we need to trace what happens when they are up and running. Have a look at a previous post of mine where I talk abo 阅读全文
摘要:
.banner > img{ /*background: url('myimage);*/ background-repeat:no-repeat; background-position: top center; background-size: cover; /*background-size: 100%;*/ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}please refer to the link for details:Bootstrap 阅读全文
摘要:
Download source code - 87.3 KBThe following snippet is the heart of the operation. This snippet resides in our ASPX page that we will use as the URL image of our image button. We have the following code which grabs some parameters passed in through the query string and a few through the session (thi 阅读全文
摘要:
2005/2008, the Pivot relationnal operator is used to convert rows into columns data. This feature is frequently used in reports and is pretty easy to work with.Available in SQL Server 2005/2008, the Pivot relationnal operator is used to convert rows into columns data. This feature is frequently used 阅读全文