I inherited an intranet that was developed by one of our in-house developers years ago, he has since left. When he left his duties passed on to someone else and after various forms of attrition, have fallen to me. Any documentation he may have provided never made its way down to me so I'm completely flying blind. Anyway, I had managed to fix an issue with one of the other Telerik pages because I found the section in the aspx that referred to the <asp:SqlDataSource and then was followed by a bunch of SQL code so I was able to update the parts of that that needed to be updated and that one works fine now. But a new problem has creeped up with another page that looks like it pulls data from our ERP regarding timesheet data. I would assume it must be getting that from some sort of SQL statement as that is the only way into that system but there is no SQLDataSource tag on this page.
Where should I be looking in the apsx file to identify where the data is coming from for that page? Since there is no SQL call on the page itself I assume that its calling something else and that has the SQL query in it, but I can't find it for my life.
Thanks.
Hi Brian,
If there is no explicit SQLDataSource tag on the page, there could still be a few ways the data is being retrieved and displayed in an ASP.NET Web Forms (AJAX) application/website. Here are a few areas you could check in the ASPX file to identify where the data is coming from: