Category: HTML
-
I had a request come in on a MVC web app to display a user’s full name instead of their domain network username. The app was using something like: which displayed like: Hello, MYDOMAIN\myusername! So to update this on the MVC web app (and avoid a dedicated helper) here is what…
-
Create a JavaScript file called iecheck.js and paste the following in the snippet: Once you have the JavaScript file then open your page where you are going to check for compatibility for and place a reference to the iecheck.js file in the head tag. After that you have multiple options…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
If you have SharePoint configued to use NTLM with Integrated Windows Authentication (IWA) then it can be tricky to come into your portal as someone other than yourself. There is a cool way to force SharePoint to present a login prompt to check your credentials again. This is very useful…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
I have received this requirement on more than one occasion so I thought it would benefit others if I posted these snippets. So here we go, let’s export a gridview as an excel file. For starters let’s add a couple controls to the front-end aspx page: I’m going to assume…
-
+
+
+
+
+
+
There may be cases where you don’t have as free of access to the meta information or web.config to set redirects in place. You can also do this with JavaScript! Here’s the snippet (place this in between script tags in the body or applicable section in the body that allows…