Select evet fires twice using ObjectDataSource GridView [modified]
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello! I have a page with rezult of big query, I use GridView & ObjectDataSource to display them, but unfortunatly I found that ObjectDataSource fires Seletc twice :( I don't know why it happens. There is no databind on the page. Page has masterpage. While debug it looks as PageLoad of page is finished and fires first Select, than the second Select fires after the MasterPage PageLoad finishes. :confused: Thank you for help