Hajan Selmani
My world of Microsoft ASP.NET
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
Accordion
AJAX
Amazon ASP
Amazon Payments
Animation
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET WebPages
assembly
BING
Blogging
Blogs
Book Review
C#
Certification
CMS
code camp
Code Snippets
Collection
Community News
conference
Cookbook
CQL
CST
Cyclomatic Complexity
Data Linking
DataPager
DatePicker
Debugging
Delegate
Deserialization
Dzone
EBook
Entities
event
Excel
Faculty
forums
Functions
GemBox
GridView
HttpApplication
HttpContext
HttpResponse
IDE
IIS
inArray
Integration
JavaScript
JavaScriptSerializer
jQuery
jQuery Templates
jQuery UI
JSON
LINQ
Localization
Macedonian CodeCamp
master
Microsoft
NDepend
open source project
Orchard
Plugin
Razor
Reflection
Regular Expression
Repeater
science
Search
Sending Emails
Serialization
Simple Pay
SortedSet<T>
Speaking
SQL
Squish
SquishIt
Stopwatch
System.IO.Path
Tablesorter
Tabs
TechDays
Tips
Tricks
University
ViewBag
VS.NET
Web Development
Web Forms
Web Services
Web User Controls
Web.Config
WebMatrix
Windows Azure
XHTML
XML
XPath
Sponsors
advertise here
News
CERTIFICATIONS
Translations of the blog posts in Macedonian language:
mkdot.net blog
Added on 25 June 2010
Subscribe in a reader
Navigation
Home
Blogs
Archives
March 2012 (1)
January 2012 (1)
December 2011 (1)
November 2011 (3)
October 2011 (3)
September 2011 (3)
August 2011 (3)
July 2011 (1)
June 2011 (5)
May 2011 (6)
April 2011 (4)
March 2011 (6)
February 2011 (4)
January 2011 (5)
December 2010 (12)
November 2010 (8)
October 2010 (6)
September 2010 (6)
August 2010 (3)
July 2010 (7)
June 2010 (3)
- my other blogs -
CodeASP.NET Blog
MKDOT.NET Blog (Macedonian & English)
ASP.NET Communities
www.asp.net
www.codeasp.net
IIS Communities
www.iis.net
Links I Read Often
Gunnar Peipman
Scott Guthrie
Raghav Khunger
Vincent Maverick Durano
Jalpesh P Vadgama
Ken Cox
Phil Haack
Scott Hanselman
Joe Stagner
Vivek Thakur
Chris Alcock
Alvin Ashcraft
Dejan Dimitrovski
Darko Milevski
SQL Server Communities
www.sqlservercentral.com
www.sqlpass.org
August 2010 - Posts
5
Comments
Working with System.IO.Path static class
by
hajan
Hello everyone. Today, I was exploring the System.IO namespace in .NET 4.0 on an ASP.NET web application where I came to few changes, comparing with the previous versions of .NET, related to the System.IO.Path static class. The Path class contains the...
Filed under:
.NET
,
.NET 4.0
,
System.IO.Path
20
Comments
Calculating GridView total using JavaScript/JQuery
by
hajan
Hello everyone. One month ago I’ve had very nice conversation with a asp.net forum member asking about issue regarding calculation of GridView textboxes total using JavaScript. The main thing was to allow user to manually write values in the text boxes...
Filed under:
ASP.NET
,
jQuery
,
JavaScript
,
GridView
8
Comments
The new SortedSet<T> Collection in .NET 4.0
by
hajan
With the newest release of .NET Framework, version 4.0 - the class library provides new collection set from System.Collections.Generic classes called SortedSet<T>. The two main features of SortedSet<T> are: Duplicate elements are not allowed...
Filed under:
.NET
,
Collection
,
.NET 4.0
,
SortedSet<T>
More Posts