No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
It seems to be because you are dimensioning "li" as a ListViewDataItem but then are trying to pass it as a string. Perhaps you should dim it as a string OR leave as is but see if this type has a "ToString()" method when you add it. (i.e. "...Collection.Add(li.ToString())
I think you'll need to be much clearer. What do you mean by report viewer? If this is a reporting application why wouldn't it access your database directly? If you are wanting some kind of reporting within your app, why not use the datagrid itself and include controls to use …
This thread has NOT BEEN SOLVED!!!! The question was how to do it in C# NOT java... I've been looking for the same thing for hours... how do I close the WEB app from the C# code behind page?!?!? It's crazy that it should take this long to find out …
The End.
RogR