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

Browse by Tags

All Tags » ASP.Net » .net

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
Posted by Miha Markic | 2 Comments
Filed under: , , ,

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: ,

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
Posted by Miha Markic | 2 Comments
Filed under: ,

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

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
Posted by Miha Markic | 0 Comments
Filed under: ,

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
Posted by Miha Markic | 0 Comments
Filed under: , , ,

telerik switches from 4 to 3 releases per year

telerik recently announced that it will reduce the pace of releases from 4 to 3 per year. Don't be misleaded as this doesn't mean they will provide less products or updates. It is actually the inverse - they will have more time to work on their products
Posted by Miha Markic | 0 Comments
Filed under: ,

Visual Studio 2005 "kindly" starts an asp.net development server per project

I have a solution containing both WinForms and asp.net projects. There is nothing wrong with this. However, when I set a configuration that runs only a single WinForms project where all of the asp.net projects aren't even marked for build and start debugging
Posted by Miha Markic | 0 Comments
Filed under: ,

PDB files are sometimes added to Source Safe when doing asp.net 2.0 projects

This is a very annoying VS2005 bug: PDB files residing in bin folder are sometimes added to source safe when you are doing an asp.net 2.0 project. This causes problems with source safe operations (i.e. Get Latest Version) and compile process as those
Posted by Miha Markic | 0 Comments
Filed under: ,

Page fragment caching and Ajax

After finding a proper way to do page fragment caching (caching UserControls) and Ajax I wrote an how to article. Read it here .
Posted by Miha Markic | 0 Comments
Filed under: ,

Using page fragment caching and AJAX thing

I am building a project powered by Ajax ( telerik implementation, excellent stuff, highly recommended) these days. Soon I got an interesting challenge. How to enable UserControl (or page fragment) caching based on some parameters with Ajax (I won't
Posted by Miha Markic | 0 Comments
Filed under: ,