How to Block an IP Address using IPSec

by Adisa 3. December 2011 09:22
This article will walk you through how to block an individual IP address from accessing your server, using an IPSec Security Policy. For various reasons, you may find yourself wanting to block a specific IP address from accessing your server. Simply following these instructions showing how to create an IPSec Security Policy specifying to block access to a specific IP address. [More]

Tags:

Server

Query to Calculate Completion Percentages

by Adisa 3. June 2011 10:55
This article will walk you through how to block an individual IP address from accessing your server, using an IPSec Security Policy. For various reasons, you may find yourself wanting to block a specific IP address from accessing your server. Simply following these instructions showing how to create an IPSec Security Policy specifying to block access to a specific IP address. [More]

Tags:

SQL

Access Controls in Page_PreInit and Request ViewState Byte Totals in a Master Page

by Adisa 2. June 2011 14:53
Optimizing iew state performance mechanism can make your pages load faster. Disabling view state by setting the EnableViewState property to f... [More]

Tags:

ASP.net | C# | Telerik ASP.NET AJAX

Get the DataKeyNames for the First Row of a RadGrid

by Adisa 24. February 2011 16:33
The code below can be used anywere in your codebehind programmably even in the page load event.   string name = RadGrid1.Items[0].OwnerTableVie... [More]

Tags:

ASP.net | C# | Telerik ASP.NET AJAX

My Often Used Telerik Radgrid Code

by Adisa 14. November 2010 12:59
How to find a RadGrid column. This can be used to change the header of a column. GridTemplateColumn RGcolumn = (GridTemplateColumn)RadGrid1.MasterTa... [More]

Tags:

Telerik ASP.NET AJAX

Add Background Color to Telerik Radtooltip

by Adisa 12. November 2010 17:14
Simply adding a color to the backcolor property of radtooltip will not change the color.  You must use the following: div.RadToolTip_Default... [More]

Tags:

Telerik ASP.NET AJAX

Add Join to Blogengine.net with "Code Front Decision Making

by Adisa 11. November 2010 08:53
Adding join button to site.master [More]

Tags: , ,

ASP.net | C#

Send Database Item to Javascript

by Adisa 4. November 2010 15:08
Send Database Item to Javascript [More]

Tags:

ASP.net | JavaScript

Our Everyday Earth

by Adisa 27. October 2010 15:33
Very cool blog about green living. http://www.oureverydayearth.com

Tags:

General

UseSubmitBehavior="False" Not Working, Still Submitting Causing PostBack

by Adisa 22. October 2010 16:56
UseSubmitBehavior="False" Not Working, Still Submitting Causing PostBack [More]

Tags:

ASP.net | JavaScript