Browse by Tags
All Tags »
ASP.Net (RSS)
Sorry, but there are no more tags available to filter with.
I was searching for binding the dictionary with dropdown list, the solution I found was consist of binding the Key as ‘DataValueField’ and value as ‘DataTextField’ of dictionary object. But my problem was to bind the object (value collection of the dictionary)as
Read More...
In ASP.Net you can pass any control a “DataSource” it use the same to populate itself. How this works and how to create your own data bound control Check below article written by Mike http://blogs.msdn.com/mikechr/archive/2006/03/31/566402.aspx
Read More...
Couple of days back, I was using ASP.Net Menu Control. I saw the way it generates html its difficult to apply styles (css). I got stuck with the same problem. but thanks to control adapter it made my life easy. The control adapters are the coolest thing,
Read More...