The Current week dates
Might be a bit vierd as we normaly not writing a multicultural web site. So not very frequently using CultureInfo however, it is actully quite good to use it to get the week days.
CultureInfo info = Thread.CurrentThread.CurrentCulture;…
I do really hate repeater. I was more a GridView lover but after 3.5 be born, I prefer ListView. The first problem with Repeater is paging. You will need to write code to handle paging. Second common problem is empty data template. Have a look at this:
…
I got stocked passing parameter to one master page for some reasons, seems the page lifecycle and dynamic loading of the master pages has got some issues with defining public properties in the masterpage within my project. It did not set my values and as a…