RightHand's community place

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

Browse by Tags

All Tags » ASP.Net
Showing page 1 of 2 (15 total posts)
  • SIOL (IPTV provider) managed to upset its customers once more

    I have an IPTV provided by biggest national IPTV/IS provider. The current service is poor at best. We have FTTH (the slowest is 20Mb - that's awesome) but really lousy (~4Mb at best) MPEG2(!) encoded streams. The most obvious consequence of such encoding is pixelation when there is a faster change on the picture and poor quality in general. To ...
    Posted to Righthand blogs (Weblog) by Miha Markic on november 14, 2008
  • 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 work, or better, it works, just the modifications aren't persisted. It took me some time to ...
    Posted to Righthand blogs (Weblog) by Miha Markic on marec 31, 2008
  • 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. First, immediately on the top of first page, I saw this product: This refactor tool was ...
    Posted to Righthand blogs (Weblog) by Miha Markic on marec 21, 2008
  • Visual Studio 2008 web-design related hotfix

    Microsoft relased Visual Studio 2008 hotfix that should eliminate some web-design annoyances, particularly the slowness of the IDE, according to the specs. Get the hotfix here. I hope that we'll see more hotfixes like this in the future as service packs really take just too much time.
    Posted to Righthand blogs (Weblog) by Miha Markic on februar 9, 2008
  • telerik supporting Mono?

    Looks like telerik is going to support Mono. This news is certainly interesting for Mono guys as it might give wings to Mono. Which is a good thing, indeed. However, the support (if it is going to happen) will probably be limited to asp.net components - they don't even mention WinForms at this point. I assume that running WinForms controls on ...
    Posted to Righthand blogs (Weblog) by Miha Markic on januar 26, 2008
  • Slovenia/1st European Silverlight Challenge

    SLODUG has launched the Slovene website of the 1st European Silverlight Challenge. You can read more about it in this post (in Slovene) or go directly to the website (also in Slovene). Believe in your talent! Take part in the “European Silverlight Challenge” Competition – Dare to participate in the European Silverlight ...
    Posted to Righthand blogs (Weblog) by Miha Markic on december 21, 2007
  • Custom embedding using CodeRush

    It happened that I had to embed plenty of asp.net elements into tables, i.e: <table> <tr> <td> <asp:Label ... /> <asp:TextBox ... /> </td> <td> <asp:Label ... /> <asp:TextBox ... /> </td> ...
    Posted to Righthand blogs (Weblog) by Miha Markic on december 6, 2007
  • Peculiar problem involving Windows 2003, VMWare Server, SQL Server 2005 and networking

    Over the weekend I've built my new server - yes, the content you are reading right now is served from it. Perhaps more about this new server in another post. Back to the point. Host OS on the server is Windows 2003 R2 x32 and there is also a SQL Server 2005 running there. I've had x64 bit before but it is just too much trouble running it ...
    Posted to Righthand blogs (Weblog) by Miha Markic on oktober 16, 2007
  • Accessing controls in OnPreInit method might be tricky when MasterPage is used

    Today I've come across an odd problem. I had to set SkinID property of a control dynamically and this step can be achieved only during PreInit event (OnPreInit method). It is a no brainer implementing the code on standalone Page.protected override void OnPreInit(EventArgs e) { SomeControl.SkinID="TuboSkin"; ...
    Posted to Righthand blogs (Weblog) by Miha Markic on junij 1, 2007
  • WPF/E at work

    I know I am bit late, but nevertheless, if you want to see a nice and cool example of WPF/E driven web pages then you must navigate to www.windowsvista.si. Even if the page(s) are in Slovene you should understand much of what you'll see. NOTE: WPF/E February CTP is used. If you don't have it installed then click on the top icon on the front ...
    Posted to Righthand blogs (Weblog) by Miha Markic on marec 22, 2007
1 2 Next >
Powered by Community Server, by Telligent Systems