|
|
Browse by Tags
All Tags » ASP.Net
Showing page 1 of 2 (15 total posts)
-
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 ...
-
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 ...
-
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 ...
-
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.
-
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 ...
-
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 ...
-
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>
...
-
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 ...
-
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";
...
-
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 ...
1
|
|
|