Sign in
|
Join
in
Current Tags
[karsten samaschke] (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Today's SPAM count
Bug in CommunityServer::Forums 2.0.1 fixed
ASP.NET Forms vulnerability does not only affect Forms Authentication!
Major ASP.NET Forms Authentication vulnerability found!
Got my 4th MVP award!
Tags
ASP.NET
C#
Opinion
VB.NET
ASP Links
ASP FAQ
ASP.NET Links
ASP.extra
Rene Paschold's WebLog
Shinja.NET blog
[karsten samaschke]
Bloggers
Hannes Preishuber
Klausi
Ralfw
Karsten Samaschke
Archives
January 2005
(2)
October 2004
(4)
July 2004
(11)
June 2004
(28)
December 2003
(1)
May 2003
(1)
April 2003
(4)
February 2003
(5)
[karsten samaschke]
ASP.NET daily. Or weekly.
Browse by Tags
All Tags
»
VB.NET
(
RSS
)
ASP.NET
C#
Opinion
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... :-)
Posted
Jul 05 2004, 01:24 PM
by
xxxkarsan3020
with | with
3 comment(s)
Filed under:
C#
,
Opinion
,
VB.NET
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...
Posted
Jun 29 2004, 09:21 AM
by
xxxkarsan3020
with | with
no comments
Filed under:
C#
,
Opinion
,
VB.NET
,
ASP.NET
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...
Posted
Dec 16 2003, 11:39 PM
by
xxxkarsan3020
with | with
5 comment(s)
Filed under:
C#
,
VB.NET
,
ASP.NET
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...
Posted
Feb 20 2003, 10:34 PM
by
xxxkarsan3020
with | with
5 comment(s)
Filed under:
C#
,
VB.NET
,
ASP.NET
How to handle dynamically created buttons in ASP.NET
This problem is very often discussed in Newsgroups: How can I handle clicks on dynamically created buttons? Ususally you're adviced to declare the buttons in the CodeBehind of your aspx-Page. But this is not the way to create buttons (or other controls...
Posted
Feb 18 2003, 10:10 PM
by
xxxkarsan3020
with | with
18 comment(s)
Filed under:
VB.NET
,
ASP.NET
More Posts
Terms of Use