home
about
contact
examples
subscribe
loads of useful information, examples and tutorials pertaining to web development utilizing asp.net, c#, vb, css, xhtml, javascript, sql, xml, ajax and everything else...
Search
categories
ajax (3)
asp.net (25)
c# (26)
css (7)
design (7)
excel (7)
html (8)
iis (1)
javascript (6)
links (5)
linq (4)
my projects (3)
other (2)
sharepoint (11)
sql (5)
steal some code (31)
tutorials (17)
vb (1)
vb script (4)
visual studio (2)
xml (4)
Search results for 'sql'
Getting the row or sql value/index of the gridview row you just clicked
Find the Row or SQL index of the Gridview row you just clicked
Type
: Post
Categories
: asp.net, c#, tutorials
Tags
: c#, tutorial
http://naspinski.net/post/Getting-the-row-or-index-of-the-gridview-row-you-just-clicked.aspx
Cascading DropDowns with SQL
an improved cascade class that includes methods using both xml and sql
Type
: Post
Categories
: asp.net, c#, steal some code
Tags
: asp.net, c#
http://naspinski.net/post/Cascading-DropDowns-with-SQL.aspx
SQL Search Control for your page using asp.net :: code
Providing only keywords, this tool will write a simple search query, run it, and display your results; lightweight and easy to customize; in both control form, and standalone page
Type
: Post
Categories
: asp.net, c#, sql, steal some code
Tags
: c#, sql, asp.net
http://naspinski.net/post/SQL-Search-Control-for-your-page-using-aspnet--code.aspx
Moving ASP.NET roles/membership from Test/Local to Production
move your membership provider from test to production environment
Type
: Post
Categories
: asp.net, sql, tutorials
Tags
: asp.net, roles
http://naspinski.net/post/Moving-ASPNET-roles-from-TestLocal-to-Production.aspx
Agent XPs component is turned off as part of the security configuration for this server
If you have installed MSSQL 2005 and tried to set up a maintenance plan, this is likely the error you have encountered
Type
: Post
Categories
: sql
Tags
: mssql
http://naspinski.net/post/Agent-XPs-component-is-turned-off-as-part-of-the-security-configuration-for-this-server.aspx
Adventures in Migrating from WSS 2.0 to MOSS 2007
Your backup is from a different version of Windows Sharepoint Services and cannot be restored to a server running the current version.
Type
: Post
Categories
: sharepoint
Tags
: sharepoint
http://naspinski.net/post/Adventures-in-Migrating-from-WSS-20-to-MOSS-2007.aspx
Quickly add and attach multiple content databases to a MOSS 2007 install
detailed tutorial on how to use some borrowed/modified scripts for making this task very simple
Type
: Post
Categories
: sharepoint, sql, vb script
Tags
: vbscript, sharepoint, sql
http://naspinski.net/post/Quickly-add-and-attach-multiple-content-databases-to-a-MOSS-2007-install.aspx
Stan Naspinski
“113 Ashford Park Bonaire, GA 31005 C: (612)245-5299 stan@naspinski.net http://naspinski.net Looking for a job opportunity that will allow me to relocate after my current contract is …”
Type
: Page
Keywords
: resume
http://naspinski.net/page/Stan-Naspinski.aspx
Record Search with LINQ: searching just got a lot easier!
A suprisingly simple search technique that will work for SQL tables, XML files, DataTables, etc.
Type
: Post
Categories
: asp.net, c#, linq, sql, steal some code, xml
Tags
: linq, sql, xml, c#, asp.net
http://naspinski.net/post/Record-Search-with-LINQ-searching-just-got-a-lot-easier!.aspx
about
“All sorts of useful information pertaining to Programming and Design utilizing ASP.NET, CSS, XHTML, JAVASCRIPT, MSSQL, AJAX and more. Decided to put up my own website. Not necessarily for use by an …”
Type
: Page
Keywords
: about
http://naspinski.net/page/about.aspx
About
About naspinski.com, why it's here, what it's for...
Type
: Page
http://naspinski.net/page/About.aspx
The non-generic type 'System.Collections.IEnumerable' cannot be used with type arguments
Quick fix to a simple problem
Type
: Post
Categories
: c#
Tags
: c#
http://naspinski.net/post/The-non-generic-type-SystemCollectionsIEnumerable-cannot-be-used-with-type-arguments.aspx
inline asp.net tags... sorting them all out (<%$, <%=, <%, <%#, etc.)
Explaining all the inline server tags quick and easy
Type
: Post
Categories
: asp.net
Tags
: asp.net
http://naspinski.net/post/inline-aspnet-tags-sorting-them-all-out-(3c25242c-3c253d2c-3c252c-3c252c-etc).aspx
Using DefaultIfEmpty() to check if an element exists with LINQ
This is a very handy way to test if an element exists using LINQ
Type
: Post
Categories
: c#, linq
Tags
: linq, c#
http://naspinski.net/post/Using-DefaultIfEmpty-to-check-if-an-element-exists-with-LINQ.aspx
Converting an Excel Spreadsheet to a DataSet, DataTable and Multi-Dimensional Array
A way to easily manipulate data from an excel spreadsheet programmatically
Type
: Post
Categories
: asp.net, c#, excel, steal some code
Tags
: asp.net, c#, excel
http://naspinski.net/post/Converting-an-Excel-Spreedsheet-to-a-DatSet2c-Datatable-and-Multi-Dimensioanl-Array.aspx