I wrote a class library. The library includes a shared method that searches a database and returns a dataset. When I execute that method via a vb.net client, everything works fine. But when I execute the same method via the asp.net, weird errors happen. Are the any known issues with a dataSet hooking into a webDataGrid and a formsDataGrid or anything of the nature? Or is my code just buggy and I must simply re-write the whole thing from scratch?
<BR><BR>TIA
