Author: admin

  • Blog
  • Author: admin

ASP.NET 4.0 New Feature- RepeatLayout property for CheckBoxList and RadioButtonList Controls.

ASP.NET 4.0 having many many new features. One of them is the RepeatLayout property for the CheckBoxList and RadioButtonList controls. The property is useful when we need decide how this controls will be render as html when its load in browser . Code Snippet There are four options available there. Flow OrderedList Table UnorderedList Flow:

Consuming webservice with asp.net ajax

ASP.NET Developer uses Ajax to build great user interfaces. But few developer only know that with asp.net Ajax you can do lost of other things then building great user interfaces. Few developers know you can consume web services with asp.net. I have found great articles that discuss all things that comes in way to consume

Union,Except and Intersect operator in Linq

While developing a windows service using Linq-To-SQL i was in need of something that will intersect the two list and return a list with the result. After searching on net i have found three great use full operators in Linq Union,Except and Intersect. Here are explanation of each operator. Union Operator: Union operator will combine

Jquery and ASP.NET- Set and Get Value of Server control

Yesterday one of my reader asked me one question that How can I set or get values from Jquery of server side element for example. So I decided to write blog post for this. This blog post is for all this people who are learning Jquery and don’t know how to set or get value