Asp.Net with Oracle
Hi Everybody...
I am new to Oracle 9i. I created a table sampleguid
create table sampleguid (
samID raw(16) default sys_guid() primary key,
samname VARCHAR2(100));
Using ASP.Net I connect the table and load the table in a GridView, I can able to load only the SAMNAME column, SAMID is not bind in the gridview... Why it is happening... when i retrieve the SAMID in Label,it return as System.Byte[].
Please Help...
Thanks,
PriyadharshiniVenugopal.
|