Suresh Behera
The Microsoft .Net Junkies
-
ValidatorCalloutExtender does not kick flyout after first submit click
If you have multiple validation control and using ValidatorCalloutExtender,You might have exprience that it does not kick fly out all the time after your first submit click. Well, this sounds like bug and does not have straight fix on it.
-
Introduction to Regular Expressions
I think it is a very use full link and just thought to dump it in my blog..
-
The quick brown fox jumps over the lazy dog
I was having impression that the subject line was a simple funny word.
well it is not.It is a phrase that uses all the letters of the alphabet. -
Merge or split cells or cell contents IN EXCEL 2003
I wanted to merge two cell in excel 2003.Question is how ? This sounds like very simple things for professional user and but it took me a hour to figure out the solution. ere is what i did
-
SQL Server Interview Questions and Answers
Awsome list of SQL Server Inteview Question by Pinal Dave...Hats off pinal.
-
DataTable filter on DateTime coloum
I was surprise to know that 'DateTime.Parse' does not parse fractions of a second and this was messing up our Dataview filter.Here is nice tips from furum.
-
HTML tables sorting
Cool javascript code for HTML cliend side sorting
http://www.mingyi.org/other/ts_demo.html#author - This work great..Mingyi did a great job
http://www.grainge.org/pages/authoring/tables/sorting_mingyi.org/sortrows.htm
http://www.kryogenix.org/code/browser/sorttable/#totalsrows -
AJAX Activity Indicators
There is cool AJAX activity indicator...Check it out..
-
Option Strict On disallows late binding from Visual Studio 2005
If you get this surprise error after converting the asp.net project.
This is what you need to do -
Web service VS non-serviced .NET component
I was reading a document on web service and came a very good point on when to use web service and when not.
If you have something in your mind please feel free to put comment here...