Access DB Record Count

tate

Centurion
Joined
Nov 10, 2003
Messages
116
I'm really confused! I created an ASP.NET project using Visual Studio that grabs data from an Access database to populate calendar cells. Everything worked great, only one data row reported per database record. Then my client asked to have the same calendar output to an existing *.htm legacy page. So, I archived all of the Visual Studio code behinds and modified the current *.htm page by adding the same scripts and asp controls then saved it as *.aspx. The page renders fine except now I have 2 rows (1 origianal & 1 copy) for each database record.

Anybody have an idea why I get a copy of each record? I have verified that when the dataset fills there are twice the number of rows. Doesn't appear to be a postback issue since I have tried a version that accounts for the postback.


Thanks
Tate
 
Back
Top