blah blah blah is here! blah blah » Close

0
votes
1 answers

I keep getting repeated output on my datagrid?

I executed the stored procedure on SQL itself and got correct output. I believe my problem is either the way I programmed the datagrid to bind or the way I made it on the form. [code] <asp:DataGrid ID="dgReport" runat=" ...

Feedback