[karsten samaschke]

ASP.NET daily. Or weekly.

Browse by Tags

All Tags » C# (RSS)
Useful article on XML-Serialization
Read it once, read it twice and still find it very useful: http://msdn.microsoft.com/msdnmag/issues/03/06/XMLFiles/
Posted: Jul 12 2004, 11:18 PM by xxxkarsan3020 | with no comments
Filed under:
Is Microsoft going to drop C#?
As Hannes Preishuber reports in his weblog, MS is going to drop C# . It sounds like a joke. Or is it serious? Ask Hannes , if you want to know more... :-)
VS.NET 2005 Express
At TechEd Europe, Microsoft is announcing some new products targeting beginners, enthusiasts, hobbyists and students: The VS.NET 2005 Express products. These products consist of: Visual Web Developer 2005 Express Edition , a lightweight tool for building...
Hijack a session on the server-side
Just discovered this great article by Robbe D. Morris: http://www.eggheadcafe.com/articles/hijacksession.asp . Worth a read if you're having trouble with your customers or if undefined errors appear.
Want to improve C# in the 2005 release?
If you are interested in having some sort of influence in the feature-list of C# in .NET 1.2, then you should check out this: http://weblogs.asp.net/cyrusn/archive/2004/06/20/160441.aspx
Posted: Jun 20 2004, 03:37 PM by xxxkarsan3020 | with no comments
Filed under:
Good article about using ASP.NET's Cache API
Take a look: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/cencachv3.asp . A bit basic, but interesting.
Recreate the controls!
Two very important rules if you work with dynamically added controls: Recreate the controls! Recreate every single control on PostBack if you want to react on any events. If you "forget" just one control, your ViewState may become invalid and no event...
How to change the text in a panel
A tricky question is this one: How can I change the text in an asp:Panel? Let's assume, a panel like this is given in your ASPX-page: <asp:Panel ID="thePanel" runat="server">Hi, this is some text</asp:Panel> Usually, you would start searching...
More Posts