Tuesday, December 31, 2013
Thursday, December 26, 2013
Auto number column in GridView or DataList ASP.NET
You can do it by adding the flowing line of code on GridView ItemTemplate HTML
<%# Container.DataItemIndex + 1 %>
Sign in as different user on SharePoint 2013
"Sign in as Different User" menu option is missing in SharePoint Server 2013
To work around this issue you can access your SharePoint site using below link
http://{SiteURL}/_layouts/closeConnection.aspx?loginasanotheruser=true
Note: Currently this option does not work in IE 10 and Safari.
Subscribe to:
Posts (Atom)