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 (15)
asp.net (70)
c# (73)
css (13)
design (7)
entities (14)
excel (8)
html (11)
iis (1)
javascript (11)
jquery (15)
links (6)
linq (19)
linq-to-sql (12)
mvc (3)
my projects (17)
other (7)
sharepoint (12)
sql (15)
steal some code (52)
tutorials (31)
vb (1)
vb script (4)
visual studio (4)
xml (6)
Advertise Here
Search results for 'Never write another RequiredFieldValidator again'
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
Inline editing with DB write : 'REAL' AJAX with Asp.Net Series
Writing to the database inline without a postback, simple and effective
Type
: Post
Categories
: ajax, asp.net, c#, jquery
Tags
: asp.net, ajax, jquery, c#, tutorial
http://naspinski.net/post/Inline-editing-with-DB-write--REAL-AJAX-with-AspNet-Series.aspx
FileStream Save() Extension - Easily Save Your FileStreams with the Option of No-Overwrite
an extension to allow fast simple saving without worrying about overwriting a file
Type
: Post
Categories
: c#
Tags
: c#
http://naspinski.net/post/FileStream-Save-Extension.aspx
The Site is 100% Functional Again!
“Thanks to VIUX.com and their superb service, my site is back up and running again I am now completely off M6 and their worthless service and once again back at Viux. I just can't say enough good thi …”
Type
: Post
Tags
: update
http://naspinski.net/post/my-site-is-back-up-and-running-again.aspx
Translating an Asp.NET site to Another Language Using .resx Files
translating the .resx files to another language is very simple, just a few things to remember
Type
: Post
Categories
: asp.net, tutorials
Tags
: asp.net, tutorial
http://naspinski.net/post/Translating-an-AspNET-site-to-Another-Language-Using-resx-Files.aspx
C-Sharpener.com - Another Project
Learn to Program Asp.Net/C# is Just Days - Guaranteed!
Type
: Post
Categories
: asp.net, c#, my projects, tutorials
Tags
: projects, c#, asp.net, tutorial
http://naspinski.net/post/C-Sharpenercom---Another-Project.aspx
Getting started with Linq-To-Entities tutorial
The transition from Linq-to-SQL to .Net's Entities framework is incredibly simple
Type
: Post
Categories
: asp.net, c#, linq, sql, tutorials, entities, linq-to-sql
Tags
: tutorial, linq, entities, asp.net, c#, sql, linq-to-sql
http://naspinski.net/post/Getting-started-with-Linq-To-Entities.aspx
Parsing/Reading a PDF file with C# and Asp.Net to text
PDFs are a very ubiquitous and useful file type, but they can be a pain to work with programatically
Type
: Post
Categories
: c#, tutorials
Tags
: pdf, c#, tutorial
http://naspinski.net/post/ParsingReading-a-PDF-file-with-C-and-AspNet-to-text.aspx
Universal IQueryable Search Usable by Linq-to-SQL and Linq-to-Entities
ever since Linq came out, I have been improving my simple 'google-like' searches; I think I found the holy grail
Type
: Post
Categories
: c#, entities, linq, linq-to-sql, my projects, steal some code
Tags
: linq, entities, linq-to-sql, c#, projects
http://naspinski.net/post/Universal-IQueryable-Search-Usable-by-Linq-to-SQL-and-Linq-to-Entities.aspx
Using jquery.autosuggest.js with Asp.Net
Simple Auto-Suggest with Asp.Net and jQuery
Type
: Post
Categories
: ajax, asp.net, c#, jquery, tutorials
Tags
: asp.net, jquery, c#, tutorial, ajax
http://naspinski.net/post/Using-jqueryautosuggestjs-with-AspNet.aspx
Inserting New Items Into a Table : 'REAL' AJAX with Asp.Net Series
Add a new item into the table and database and have it immediately sortable, pageable, etc without any postback
Type
: Post
Categories
: ajax, asp.net, c#, jquery, steal some code, tutorials
Tags
: asp.net, c#, jquery, ajax, tutorial
http://naspinski.net/post/Inserting-New-Items-Into-a-Table--REAL-AJAX-with-AspNet-Series.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
Improved SaveAs() Method on the FileUpload Control
This extension handles things such as duplicate filenames and on-the-fly directory creation
Type
: Post
Categories
: asp.net, c#, steal some code
Tags
: extension, c#, asp.net
http://naspinski.net/post/Improved-SaveAs()-Method-on-the-FileUpload-Control.aspx
Universal Get<>() accessor for any Linq-to-SQL Table
never write a Linq-to-SQL Get accessor again
Type
: Post
Categories
: c#, linq, linq-to-sql, my projects
Tags
: c#, linq, linq-to-sql, projects
http://naspinski.net/post/Universal-Get-accessor-for-any-Linq-to-SQL-Table.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
FormFields for ASP.net - New Open Source Project
transform and simplify your markup by allowing inclusion of form validation, uniform display, Linq-to-SQL integration and databinding with minimal code
Type
: Post
Categories
: asp.net, c#, my projects
Tags
: projects, c#, asp.net
http://naspinski.net/post/FormFields-for-ASPnet---New-Open-Source-Project.aspx
Deleting Items From a Table : 'REAL' AJAX with Asp.Net Series
Delete an entry from the DB and remove the corresponding row from the table; plus an ajax loading indicator
Type
: Post
Categories
: ajax, asp.net, c#, jquery, steal some code, tutorials
Tags
: asp.net, ajax, jquery, tutorial
http://naspinski.net/post/Deleting-Items-From-a-Table--REAL-AJAX-with-AspNet-Series.aspx
Saving multiple files of the same name (C#)
“Save multiple files of the same name without overwriting anything I am sure I am not the only one to run into the problem of saving files with the FileUpload control. The problem with this can b …”
Type
: Post
Categories
: asp.net, c#
Tags
: c#, asp.net
http://naspinski.net/post/Saving-multiple-files-of-the-same-name.aspx
Forganizer - unobtrusive network file organizer - new open source project
An unobtrusive intranet ASP.NET MVC application for logically tagging, organizing and searching network files in one centralized location with a fast and simple interface
Type
: Post
Categories
: asp.net, c#, css, linq-to-sql, mvc, my projects
Tags
: mvc, asp.net, projects, linq-to-sql, mvc, css, c#
http://naspinski.net/post/forganizer.aspx
1
2
3
4