Hallo,

> 
> 'Wechelst im Datagrid in den Editor-Modus
> Sub DoItemEdit(objSource As Object, objArgs As 
> DataGridCommandEventArgs)
>     myGrid.EditItemIndex = objArgs.Item.ItemIndex
>     Datenlesen()
> End Sub
> 
> aufgerufen.

geh ins ItemDataBound, pr�fe ob 
e.Item.ItemType == ListItemType.EditItem, wenn
ja checke Deinen Max-Value und trage ihn ein.

Gruss

Alex


_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an