TFS, Visual Studio, SQL Server, BizTalk, SharePoint, .Net, and more ...
Browse by Tags
All Tags »
Internet Explorer (RSS)
-
Scenario Web application wants to pop-up a window as a certain size, chromeless, etc. However doesn't want to have the opening (parent) window show. Common usages are launching from shortcut or an application. Solution In the "parent" page that launches Read More...
|
-
Scenario A parent document contains a frame that loads a file which content is dynamic and you want the frame to not scroll and autosize the height of the frame. Solution function autoResizeParent() { // if no parent don't attempt to change if (parent Read More...
|
-
Many clients I have worked with simply use the IISReset.exe command to recycle applications. Although this may have the desired affect sometimes, there are many alternatives that are better. By no means is this an exhaustive list but will give you some Read More...
|
-
So what is the deal with ASP.NET web parts and SharePoint web parts? Well, glad you asked. I am not an authoritative source but thought I would document a few links since an associate of mine was asking and I was curious. Resources Sharepoint Web Parts Read More...
|
-
I know there are several articles on the internet describing varous methods to send excel output from ASP.net. Additional, there are many great third party tools as well. I needed to do something simple and lightweight so I expanded on some examples. Read More...
|
-
For those running Visual Studio 2005 (VS2005) along side Internet Explorer 7 (IE7) Beta you may have noticed that the VS2005 CSS editor pops up then disappears immediately. You can reproduce by right click on a style in a CSS file and choose "Build Style". Read More...
|