Sorry, aber hast Du das vielleicht auch f�r VB?
Mit  "using System.ComponentModel;" wei� ich nichts anzufangen

Danke,
Martin





                                                                       
                              "Alexander                               
                                Zeitler"         Para: <[EMAIL PROTECTED]>
                      <[EMAIL PROTECTED]            cc:                
                                 net.de>     Asunto: RE: [Asp.net] Wert aus Html Tag
                                                                       
                            Enviado por:                               
                      [EMAIL PROTECTED]                               
                               gamoi.com                               
                                                                       
                        09/01/2004 09:36                               
                              Por favor,                               
                      responda a asp.net                               
                                                                       
                                                                       




>
> genau!
>

angenommen Du hast einen string "Vorname",
dann brauchst Du folgendes:

using System.ComponentModel;


[Browsable(true)]
public string Vorname
get
{
//sonstwas
}
set
{
//
irgendwas
}

Gruss

Alex

_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net



_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an