After installing the ActiveX update patch, some webpages which contain some ActiveX controls (such as media player) will require users to manually activate such controls by clicking on it or using the TAB key and ENTER key, this is by design for
I have a treeview in a my asp.net page, it works fine when the page has a background color, but when i set a background-image(which is defined in the <body> tag) on the page, a terrible thing happened, the treeview no longer seems to be
Microsoft has created many training environments for applications like RMS, SPS, SMS, LCS, Exchange and so on, through this you can take a quick tour of these applications even though you have not installed these products on your local server.
You probably have this kind of scenario, you have developed a document library system base on the WSS object model, users of this system need to download files from backend WSS site, but sometimes these users can't access the backend WSS site, you
One day, I need to write a batch script to help me with my work, and there are some interactive yes/no prompt, just like this: "Do you want to continue?[Y/N]" This need to user make a choice, so I had to manually press the keyboard in
Here is the thing, if we have a table with the following structure, there are thousands of records in this table, and probably some of which is duplicated. Now we need to delete those duplications by a sql query, what we should do? CREATE TABLE [dbo]
Last year, I mentioned a trick about how to copy dll from GAC, but the approach is very inconvenient. Today I saw a really awesome artile Using Explorer to get to physical files in the GAC from Jeff Key. The Explorer extension the framework
I recently ran into a big problem when I work on my ListAggregation webpart, the webpart need to pull some lists data from remote Wss site into my local Wss site, these two servers are not in the same domain, and all use the NTLM credential. So
When you open up SharePoint Designer Beta 2 and try to edit a site, you will find that the code view is not there as usual even though you have full permissions of this site.By default, SharePoint Designer uses the Contributor Mode, and you will be
先看效果:孟子以前也做過這事,不過他的方法前台後台都要弄,還是VB的(^-^),好像也不支援像我的自動產生列的DataGrid,所以還是自己動手,純指令碼搞掂,其實很簡單,就幾行: function ScrollDataGrid() { var tb = document.getElementById("tbHeader"); var dg = document.getElementById("dgSearchResult"