Hi,
I executed a query where I count rows from 2 table. And it gives me the right data in mysql database sql query area. But the same query if i write in my .net form it is not giving me all data in gridview. it shows only 1 row. actually there are multiple records. I don't understand how and why? I used the iner join with group by clause
thanks
Instead of depending on GridView, place a breakpoint and check the data that is returned from database
check your query in your software to in sure your inserting after that go to web application , and test that , i'm sure it's will help you ,all the best
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.