1st Doubt----(aso.net 2.0)
how to use a table adapter in
vb.net.after we create a dataset how to call the function inside the adapter.in c# u can use it thru
imports nothwinddataadapter
and then call nothwind method name in the code.
how do u do the same in c#
im not able to see the nothwinddataadapter name in the imports statement in
vb.net.
2nd Doubt---
How do you generate crystal report in asp.net 2.0 using pull method in asp.net by generating dataset.
i duno how dataset's are accessed in the version 2.
in .net 1.x it was
adp.fill(dsname);
rpt.datasource=ds;
so wats the alternative for this in asp.net 2.0.please give me an answer.