yogeshraj,
You cant perform any operation with datareader result.if you want to perform any action with result then you have to use dataset and fetch result with foreach and perform action..
Thanks & regards,
rajeshk
User Profile
Collapse
-
How to give line break in panel in C# Windows application?
Hello All,
I am creating windows application in that i wan create dynamic controls so that i want to give line break after each control in panel.I had tried
panel1.Controls .Add(new LiteralControl( "<BR>"));
but it gives error like :
"The type or namespace name 'LiteralControl ' could not be found (are you missing a using directive or an assembly reference?)"
Also have tried...
No activity results to display
Show More
Leave a comment: