Browse by Tags
All Tags »
ASP.NET (
RSS)
While a was at Teched2009 and watching Tim Heuer presenting Silverlight 3 I noticed a new cool feature named Local Messaging! When I saw this new feature, a crazy idea crossed my mind. Could this be used in order to allow the user to open my website in...
N2 CMS First of all i have to say that N2 CMS i a great Content Management System and really extensible! I discovered it a while ago and i decided to re-develop projects that were built with DotNetNuke with N2. What do i want? I want to show a page or...
I always had the question if I could add a LiteralControl via Markup code. Let's say something like that : < div class = "header" > < asp : LiteralControl runat = "server" ID = "ltrHeader" > </ asp : LiteralControl...
How about a sneak peek into the .NET Framework 4.0? At Steven Martin's blog you can see about WCF και WF improvements, Dublin etc... More to come of course at PDC.. Yeaaaaah...!
Today I ran into an excellent post of Bill Beckelman about a server side asp.net message box. More info you can find on this post . And I thought what if I wanted to use it via the client ? So I decided to extended a little further and to add a client...
Just a few hours ago the 1.2 version of the ultimate web development tool, Firebug , has been released. Several improvements and bug fixes come with this release. You can find more at John's post. Update NOW!!!!
When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is...
Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0 Let's say we have a button. We can decide what value will the properties have for different browsers...
Many times when i develop a user control i have the need to add some javascript to the header of the page. But the header doesn't have a method where you can add script and RegisterStartupScript inserts the script at the bottom of the page. So i thought...
Yesterday was released the first preview of ASP.NET 4.0. Lot's of cool stuff come with this release and with this article i will try to demonstrate the use of templates. The example is available for download Let's start... First we have to download MicrosoftAjaxTemplates...
More Posts
Next page »