[UPDATE: I have dumped SSRS, Click Here for details.] This is a massive excerpt from http://forums.asp.net/t/1963101.aspx?SSRS+Report+Viewer+in+MVC4 I will be rewriting … More
Tag: Asp.Net
What is the easiest way to detect an iPhone?
Request.UserAgent.Contains(“iPhone”) returns true if the client is using their iPhone. First time I saw that, I had a few hundred … More
Almost forgot about RDBMSX news
For those who don’t know, RDBMSX is the name I gave to a hobby project that I am working on. … More
Will be posting again soon.
I own several domains that I use to build and test technology against.My hub for some of this is RPGAmerica.com.As … More
CSS Friendly menus with no 3rd party controls.
Drop the following into your page class: void BuildMenus(SiteMapNode node) { if (node.ChildNodes.Count == 0) return;Response.Write(“ “);foreach (SiteMapNode child in … More
CSS with a ~
One issue of trying to use “~” in your CSS, is the fact that you cannot use [if IE 6] … More
There is a Gotcha when usingVS2008 on Vista and IIS7
The following is republished from HERE 2.3.5.2 Strong name validation failed error when launching IIS project on Windows VistaWhen a … More