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 'inline aspnet tags sorting them all out (3c25242c 3c253d2c 3c252c 3c252c etc)'
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
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
Simple Dynamic Sorting Headers for GridView using indication arrows
A simple centralized way to make a nice flipping indicator (arrow) of which way you are sorting on a GridView
Type
: Post
Categories
: asp.net, c#, css
Tags
: asp.net, css, c#
http://naspinski.net/post/Simple-Dynamic-Sorting-Headers-for-GridView-using-indication-arrows.aspx
Using html label tags with asp.net
I am amazed to see how many asp.net programmer do not use this
Type
: Post
Categories
: asp.net, html
Tags
: asp.net, html
http://naspinski.net/post/Using-html-label-tags-with-aspnet.aspx
GridView Sorting/Paging : 'REAL' AJAX with Asp.Net Series
fully sortable (with flipping sorting images), filterable, sizable, pageable and 'pretty' table using a simple Repeater
Type
: Post
Categories
: ajax, asp.net, jquery, tutorials
Tags
: asp.net, ajax, jquery, tutorial
http://naspinski.net/post/GridView-SortingPaging--REAL-AJAX-with-AspNet-Series.aspx
Great Visual Studio Theme for download
Vibrant Ink theme is candy for the eyes
Type
: Post
Categories
: visual studio
Tags
: visual studio
http://naspinski.net/post/Great-Visual-Studio-Theme-for-download.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
How to use Google Code Prettify with BlogEngine.Net
Simple code coloring with this javascript library
Type
: Post
Categories
: asp.net, javascript, tutorials
Tags
: blogengine, tutorial
http://naspinski.net/post/How-to-use-Google-Code-Prettify-with-BlogEngineNet.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
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
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
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
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
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
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
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
Intro to Lambda Operators
Very basic intro to lambdas
Type
: Post
Categories
: asp.net, c#
Tags
: c#, .net 3.5
http://naspinski.net/post/Intro-to-Lambda-Operators.aspx
Ternary operators simplified
Making sense of mysterious ternary operator
Type
: Post
Categories
: c#, tutorials
Tags
: .net 3.5, c#
http://naspinski.net/post/Ternary-operators-simplified.aspx
is for image, sprite image
a slightly modified, very simple approach to css sprites
Type
: Post
Categories
: css, html, visual studio
Tags
: css, html
http://naspinski.net/post/i-is-for-image2c-sprite-image.aspx
1
2
3
4
5