Welcome to RightHand's community place Sign in | Join | Help

marec 2008 - Posts

ASPxGridView, MS Ajax and XYDataSource

If you use Developer Express ASPxGridView within MS Ajax' UpdatePanel (ASPxGridView.EnableCallBacks="False") you should be aware that you should perform DataBind() method within OnInit method (Init event). Otherwise editing just won't
Posted by Miha Markic | 2 Comments
Filed under: , ,

The time of "Vote for XY product" is here again

asp.netPRO started voting process for asp.netPRO Readers' Choice Awards 2008 as they do every year. And all of the 3rd party component vendors are asking for your vote, as usual. Nothing wrong there. But there are two things that I noticed during my voting.
Posted by Miha Markic | 0 Comments
Filed under: ,

LLBLGen Pro gets LINQ capability

My favorite ORM tool just got better - Frans implemented Linq to LLBLGen Pro . He really implemented it to the last detail as he writes in a series of blog post (a must read for everybody doing LINQ to an ORM product). If you are a customer go grab the
Posted by Miha Markic | 0 Comments
Filed under: , ,

Building your own Media Center

Since I have IPTV I am really annoyed by not having an option to save programs, like in old video recorder and cable network days. True, one can still save using video recorder, but the problem is that video recorder can't change channels on STB (set

"The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly." annoyance

Did you ever encounter this dialog box when dealing with WCF services? "The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly." It might happen when you run application at debug time. It
Posted by Miha Markic | 4 Comments
Filed under: ,