This is one of the greatest and best ever server produced since Windows NT 4.0 Era. The server gives performance boost over various areas and provides best corporate features like: Network Load Balancing, Failover Cluster, RADIUS Server etc. Its also improves on major areas like IIS 7.5 which helps in managing the web sites with ease and making it more modular. It also enhances the performance of IIS, php (if configured) like any thing. Strongly recommended, if one is still sticking to the traditional Windows Server 2003 or Windows 2000.
Queryextender control is a control that helps in doing actions like filtration, searching, sorting etc. on the LINQ Data source with few steps. In fact we don’t have to write any code with this. Screenshot given below is just an example that can easily be achieved through this control. In the above screenshot, we can see that there is a GridView Control that has been binded to a LINQData Source Control. And we have a DropDownlistBox that is also binded to another LINQData Source Control and displaying only grouped jobs. The GridView display all the employees who are matching the Job Parameter. This is done through QueryExtender Control. Also we can search for any name in the employee name's through Query Extender control. The code in the HTML goes like: < form id ="form1" runat ="server"> < div > Select Job: < asp : DropDownList ID ="Job" runat ="server" DataSourceID ="LinqDataSource2...
Comments