Hello Steve,

Thursday, June 13, 2002, 6:15:39 PM, you wrote:

S> public void CMB_Speichern_Click(object sender, System.EventArgs e)
S>             {
S>                   string Titel = TXB_Titel.Text;
S>                   string Vorname = TXB_Vorname.Text;
S>                   string Zuname = TXB_Zuname.Text;
S>                   Insert();

Insert(Titel, Vorname, Zuname);

 
S> public static void Insert()

public static void Insert(string title, string vorname, string zuname)




-- 
Best regards,
 Jens                            mailto:[EMAIL PROTECTED]



| [dotnetdecsharp] als [email protected] subscribed
| http://www.dotnetgerman.com/archiv/dotnetdecsharp/ = Listenarchiv
| Listenregeln, sowie An- und Abmeldung zu dieser Liste:
| http://www.dotnetgerman.com/listen/dotnetdecsharp.asp

Antwort per Email an