Windows 2008 Server R2 provides software level support for the network load balancing of various servers like Web Server, Print Server, Database Server etc. The feature of multicast communication has to be resolved by putting an arp entry into the router/switch which ever we are using. The ping to the Virtual IP will not happen by default, unless we put the physical address of the Virtual IP as a static entry in the arp table of the router/switch.
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