Skate through code..
Friday, 31 July 2015
SQL Server - Management Studio (SSMS) - Saving Changes is not Permitted
›
When I try to save changes to edit columns in a table and the change is very straight forward like converting the type from int to long or...
SQL Server - Saving Changes is not Permitted
›
When I try to save changes to edit columns in a table and the change is very straight forward like converting the type from int to long or...
Tuesday, 26 May 2015
Delete partitions on USB Flash Drive
›
Today, I was using my USB Flash Drive on my MAC and had to format from MAC and accidently created a partition of 200MB. This made only 200MB...
Sunday, 3 May 2015
C# - WebClient Authentication not working
›
Today I had a scenario where I was using WebClient class to POST XML to a particular Url. Even after many trials, the authentication was n...
1 comment:
Monday, 20 April 2015
ASP.NET - Current Page Url with QueryString
›
You might need to extract different values from url. It might be the path or the current page or values in the querystring. Here is a simp...
2 comments:
Sunday, 12 April 2015
IIS - Restrict IP Address Range
›
Allowing and restricting visits from certain IPs or IP ranges can be easily done on IIS. Working with a simple IP is easy. Working on an IP...
Monday, 30 March 2015
Visual Studio - Add JQuery Intellisense to ASP.NET Pages
›
There are multiple ways to enable intellisense for JQuery in Visual Studio. I will lay down the steps for one of the methods. Add referen...
‹
›
Home
View web version