Welcome to AspAdvice Sign in | Join | Help

June 2005 - Posts

Atlas

Interested in AJAX-type client-side library which would integrate with ASP.NET 2.0? If yes, then you need to see what Scott Guthrie has to say . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under:

How to get ClientID of a Control contained in databound control's template (like dg)

I just ran into this question. A User needed a way to generate js call for a control contained in DataGrid's ItemTemplate, and therefore needed control's ClientID (for a script that takes the ClientID) . There certainly are multiple way to do this like
Posted by joteke | 3 Comments
Filed under:

ASP.NET: How to create a postback on a main page from a popup window

EDIT: Updated for ASP.NET 2.0 First: you have main.aspx which is the main page having the stuff you want to attach to a postback caused from a popup, for example filtering or updating a DataGrid etc etc. In this example however, there is a Label which
Posted by joteke | 10 Comments
Filed under:

@ASP.NET Forums: Played a bit with generics

I love a good question when such comes to me. :-) At forums a person asked how to get around generics method restriction that when generic method overrides a generic method (in a base class or implements a method in base interface), the constraints given
Posted by joteke | 0 Comments
Filed under:

Another rant about the code model (related to VS2005)

Timo Kiander , one of the Finnish bloggers links (in Finnish) to a great article "The Code Models of ASP.NET 2.0" by Scott Allen (which extends the discussion in my previous post today). I have to say that I've always thought that the tool should not
Posted by joteke | 0 Comments
Filed under:

Interesting detail in ASP.NET 2.0 beta 2 code-behind model

You've probably seen this about changes from ASP.NET 2.0 beta 1 to beta 2. It details a few changes in the code-behind model such as there are now codefile and inherits directives. And you of course note that the doc tries to say that there is again the
Posted by joteke | 1 Comments
Filed under:

Local DevDays - done!

I just arrived home from local MS DevDays (event took place in Tennispalatsi, Helsinki ). Bit tired, 4 hours driving total as I left home at 6.00AM and was back at 8.00PM, but very happy. It was well-arranged event and definately worth the "trouble".
Posted by joteke | 1 Comments
Filed under: ,

SQL 2005 and VS2005 release dates published

From Jason Gaylord's post Paul Flessner, senior vice president of Server Applications at Microsoft , announced that SQL Server™ 2005, Visual Studio® 2005 and BizTalk® Server 2006 will be formally launched during the week of November 7.
Posted by joteke | 3 Comments
Filed under:

Planning to upgrade your v1 app to v2? Check this guide out.

Those who plan to migrate to v2 from v1, should find following document on MSDN to be quite interesting. Microsoft .NET Framework 1.1 and 2.0 (Beta) Compatibility Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponso
Posted by joteke | 0 Comments
Filed under: