C
Cor Ligthert [MVP]
No scott I am not talking about that.
I had the expirience that in ASPNET this was happening
Select MyField from X.
In Windowsform I "had to" (must) use this when using a non strongly typed
datatable
dim myfield as string = thedatatable.rows(0)("MyField")
in ASPX i could use it as
dim myfield as string = thedatatable.rows(0)("mYfIELD")
You understand that I was confused about that. It was in 1.1
Cor
I had the expirience that in ASPNET this was happening
Select MyField from X.
In Windowsform I "had to" (must) use this when using a non strongly typed
datatable
dim myfield as string = thedatatable.rows(0)("MyField")
in ASPX i could use it as
dim myfield as string = thedatatable.rows(0)("mYfIELD")
You understand that I was confused about that. It was in 1.1
Cor