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 (4)
asp.net (32)
c# (37)
css (10)
design (7)
excel (7)
html (9)
iis (1)
javascript (6)
jquery (2)
links (6)
linq (6)
my projects (3)
other (2)
sharepoint (12)
sql (11)
steal some code (37)
tutorials (18)
vb (1)
vb script (4)
visual studio (2)
xml (5)
Search results for 'about'
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
Adding Multiple Persistent Controls is Asp.Net
It's easy to add one control in asp.net during runtime, but it's not so straight-forward to add a bunch dynamically
Type
: Post
Categories
: asp.net, c#, steal some code, tutorials
Tags
: asp.net, c#, tutorial
http://naspinski.net/post/Adding-Persistent--Controls-is-AspNet.aspx
Never write another RequiredFieldValidator again
A time saving class that writes them all for you
Type
: Post
Categories
: asp.net, c#, steal some code
Tags
: asp.net, c#
http://naspinski.net/post/Never-write-another-RequiredFieldValidator-again.aspx
GUI css writer: change your page style and rewrite your css on the fly
I have seen a lot of theme pickers out there, but not one that gives you 100% control like this
Type
: Post
Categories
: asp.net, c#, jquery, linq, steal some code, xml
Tags
: c#, linq, xml, jquery, asp.net
http://naspinski.net/post/GUI-css-writer-change-your-page-style-and-rewrite-your-css-on-the-fly.aspx
Packaging and Deploying a SharePoint 2007 Web Part
You know how to make a web part, but do you know how to get it to your production environment in the proper way?
Type
: Post
Categories
: sharepoint, tutorials
Tags
: sharepoint, web part, tutorial
http://naspinski.net/post/Packaging-and-Deploying-a-SharePoint-2007-Web-Part.aspx
Cascading DropDowns using XML and LINQ
A simple alternative method to the Ajax Control Toolkit's
Type
: Post
Categories
: ajax, asp.net, c#, linq, steal some code, tutorials, xml
Tags
: asp.net, c#, ajax, xml, linq
http://naspinski.net/post/Cascading-DropDowns-using-XML-and-LINQ.aspx
Text Input Watermarks using Javascript (IE Compatible)
Simple way to add watermarks to your textboxes for a little flair in your input forms
Type
: Post
Categories
: html, javascript, steal some code, tutorials
Tags
: javascript, html, tutorial
http://naspinski.net/post/Text-Input-Watermarks-using-Javascript-(IE-Compatible).aspx
Finding/counting Keywords out of a Text Document
A quick program to find keywords out of a document - great for a knowledge base or .txt file repository
Type
: Post
Categories
: c#, steal some code
Tags
: c#
http://naspinski.net/post/Findingcounting-Keywords-out-of-a-Text-Document.aspx
An error occured: System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible.
One simple solution to this error I often face
Type
: Post
Categories
: sql
Tags
: sql
http://naspinski.net/post/An-error-occured-SystemDataSqlClientSqlException-A-network-related-or-instance-specific-error-occurred-while-establishing-a-connection-to-SQL-Server-The-server-was-not-found-or-was-not-accessible.aspx
Destroy those pesky orphaned Excel processes in .Net programs
If you have ever worked with Excel in the .Net environment, you likely have run across the occasional orphan and they can be a pain to clean up
Type
: Post
Categories
: c#, excel
Tags
: excel, c#
http://naspinski.net/post/Eliminating-orphaned-Excel-processes-in-Net-programs.aspx
Simple Gantt Chart with Asp.net
It's very easy to make a Gantt Chart in Asp.Net, just takes a little math
Type
: Post
Categories
: asp.net, c#, steal some code, tutorials
Tags
: asp.net, c#
http://naspinski.net/post/Simple-Gantt-Chart-with-Aspnet.aspx
Introductory tutorial on using objects to pass information from page to page
Passing asp.net information between pages can get quite messy, unless you clean it up using objects
Type
: Post
Categories
: asp.net, c#, steal some code, tutorials
Tags
: asp.net, c#, tutorial
http://naspinski.net/post/Introductory-tutorial-on-using-objects-to-pass-information-from-page-to-page.aspx
Automated Sharepoint Backups including daily folders and trash collection
Run automated backups on your entire sharepoint setup with convenient organization and cleanup already taken care of
Type
: Post
Categories
: sharepoint, steal some code, tutorials, vb script
Tags
: sharepoint, vbscript
http://naspinski.net/post/Automated-Sharepoint-Backups-including-daily-folders-and-trash-collection.aspx
M6.net is the worst host of all time
I have never experienced such a lack of service and overall ability in a 'professional' company in all of my life
Type
: Post
Categories
: other
http://naspinski.net/post/M6net-is-the-worst-host-of-all-time.aspx
apparently viewstate variables time out?
peculiar error (and solution) when users took too long to fill out text fields
Type
: Post
Categories
: asp.net
Tags
: asp.net
http://naspinski.net/post/apparently-viewstate-variables-time-out.aspx
"Object reference not set to an instance of an object." when running stsadm backup or enumsites
I ran across this strange error while trying to backup a site collection
Type
: Post
Categories
: sharepoint
Tags
: sharepoint
http://naspinski.net/post/I-ran-across-this-strange-error-while-trying-to-backup-a-site-collection.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
Appending a single Excel sheet to an existing Excel Spreadsheet programatically
This can be done via a web-interface via Excel Interop commands
Type
: Post
Categories
: c#, excel
Tags
: excel, c#
http://naspinski.net/post/Appending-a-single-Excel-sheet-to-an-existing-Excel-Spreadsheet-programatically.aspx
WSS 3.0/MOSS 2007 Web Part Tutorial
So you want to build your own web part eh?
Type
: Post
Categories
: sharepoint, steal some code, tutorials
Tags
: sharepoint, web part, tutorial
http://naspinski.net/post/WSS-30MOSS-2007-Web-Part-Tutorial.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
1
2
3
4
5