-
-
Code | MSSQL | MSSQL - Functions | SQL
Delimiter Split
Source: http://social.msdn.microsoft.com/Forums/sqlserver/en-US/4126a010-6885-4eb0-b79c-c798c90edb85/how-to-split-comma-delimited-string
-
-
C# ASPX | Code | CSharp | JavaScript
Get City/State/Country From IP
I have a lot of possible options on this page, as I find time I’ll clean this pageup a bit to make it more user friendly. C# Free, FastJavaScript Free, FastMicrosoft SQL Using GeoPlugin.net XML Option <h1>All Values</h1>geoPlugin:geoplugin_request: 208.67.222.222geoplugin_status: 200geoplugin_credit: Some of the returned data includes GeoLite data created by MaxMind, available from <a href=”http://www.maxmind.com”>http://www.maxmind.com</a>.geoplugin_city:…
-
Basic4Android | Code | SQL | SQLite
Create / Delete SQLite Database Indexes
Source: Billy047 @ http://www.basic4ppc.com/android/forum/threads/dbutils-android-databases-are-now-simple.8475/page-2
-
Basic4Android | Code | SQL | SQLite
Create SQLite Database With Auto Increment
Source: Billy047 @ http://www.basic4ppc.com/android/forum/threads/dbutils-android-databases-are-now-simple.8475/page-2
-
Restrict Access to Internal IP
Many times we have sites that are public but have pages that should only be viewed by internal users. Ideally the settings would be configured on the server level in IIS but if not possible for some reason this may help. One key thing to note is this code will lock down access to a…
-
Export To Excel
Add GridView, Datasource, and Button
-
-
Get IP From Hostname
Create a new project Add a TextBox and name it “txtHostname” Add another TextBox and name it “txtIP” Add a button and name it “btnResolve” and give it appropriate text like “Resolve IP” Double click on the button to auto generate the button action code and insert code as shown below