Author: admin

  • Blog
  • Author: admin

Search Engine Optimization tools

Search Engine Optmization is one of the hottest things in this days. I have found great tool that will help you to opmize your sites. First one is market leap which contains three tools 1) Link popularity toolLink popularity check is one of the best ways to quantifiably and independently measure your website’s online awareness

Comparision of Ajax Framework for ASP.NET 1.1

I have found a great article which compare a lot of framework in for Ajax .It includes following frameworks. Frameworks included in comparison are: ComfortASP.NET V0.65 (beta) MagicAJAX.NET V0.3.0 ZumiPage V2.10 ATLAS CTP July 2006 OutPost V1.4 FastPage V2.0 Telerik r.a.d. ajax V1.03 (+Hotfix) Anthem Panel V1.3. It compares on the following basis… General Integration

Get selected node from IE web controlTreeview WebControl-ASP.NET

I have search lots of pages for this but i have not found then i have tried lots of way then after that i found this amazing code.It is very easy and simple…. tv.GetNodeFromIndex(tv.SelectedNodeIndex).Text.ToString() here tv is name of the tree view

Creating Collections for Data Binding and Serialization

Collection are faster then the any datasource like dataset, data reader. So it must be used to bind control in application rather then other datasources. I have found very ineresting article series written by Thiru Thangarathinam which discusss how to create collection and how to bind it with controls.here is the link: http://www.15seconds.com/issue/040210.htm