0
votes
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=" ...
