Hallo, > Ich kann mir es also sparen, die Felder selbst fortlaufend zu > benennen, und wenn ich nun w�sste, dass der Zusatz _ctl1_ > verl�sslich immer so aussieht, dann k�nnte ich mich mit > meinem javascript:document.forms[0]. u.s.w. darauf einstellen. > Weiss jemand, wie es damit ausschaut? > Gru�, Matthias >
Du kannst Dir entg�ltige ID des Controls auch per .ClientID ausgeben lassen. Aus der MSDN "ASP.NET automatically generates a ClientID for a server control regardless of whether you have specified an ID property for it or not. This property is used to identify a control for client-side operations, such as ECMAScript functions." Gruss Alex _______________________________________________ Asp.net Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/asp.net
