is it possible to store ID which is auto generated number in session?
dim ds as dataset
ds=new dataset()
session("id")=ds.tables(0).rows(0)(0)
there is a error when running...
pls help...:confused: :confused:
Thanks..
Printable View
is it possible to store ID which is auto generated number in session?
dim ds as dataset
ds=new dataset()
session("id")=ds.tables(0).rows(0)(0)
there is a error when running...
pls help...:confused: :confused:
Thanks..
Do you have this field "id " in your database ?
ya...
the error i got is the get type not correct..