Browse by Tags
All Tags »
.Net (
RSS)
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. Solution: The...
I think it is a very use full link and just thought to dump it in my blog.. Regular Expressions Explains the concept of regular expressions. Early Beginnings Explains the history of regular expressions. Uses for Regular Expressions Illustrates circumstances...
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. The Select expression you are using uses DateTime.Parse internally. DateTime.Parse does not parse...
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...
There is cool AJAX activity indicator...Check it out.. http://www.napyfab.com/ajax-indicators/ Thanks, Suresh Behera www.sureshbehera.com
This is very interesting post on subject of Technical Interview.This is very help full information for .Net Developer . Interview Questions for Business Analysts and Systems Analysts Modern Analyst | Interview Questions for the Business...
How to makeuse of IsPostPack Method inside UserControl? IsPostBack method will always be true inside user control. You can use following alternate method to by pass this isse protected override void OnLoad( EventArgs e) { base .OnLoad(e); if (!IsUserControlPostBack...
Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList...
Here is the few flashback of Bio informatics potential information and the Technologies Gap. Please have a look on it and let me know if you need any more information. If you dig little more, you can easily judge the the potential of playing the Microsoft...
".... bioinformatics is a field of research that has undergone a rapid explosion in terms of the numbers of tools and techniques that it has produced. While much of this progress can be attributed to the adaptability and flexibility of open source technologies...
More Posts
Next page »