Forum: ASP.NET |
Thema:
Re: Properties vom ADSchema welche Null sind |
Von:
G. Guest (
15.03.2004 13:46) |
hallo, das problem hab ich schon gelöst :
für jene dies interresiert:
dim counter = 0
dim position = 0
dim eintrag as string
eintrag = textbox1.text
for each item in datagrid1.items
if eintrag = item.cells(1) then
dim var2
var2 = item.itemindex
end if
next
Betreff |
Von |
Datum |
|
|
Jörg
Wiedmann
|
15.03.2004 14:08 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!