I'm using the DAAB and only make a simple call:
I see the data fine and close the page. Then I open Internet Explorer and it locks at "Detecting Proxy Settings...". I have to end task on the aspnet_wp.exe process and it's fine.VB Code:
Dim db As Database = DatabaseFactory.CreateDatabase() Dim cmdWrapper As DBCommandWrapper = db.GetStoredProcCommandWrapper("GetCategories") dg.DataSource = db.ExecuteDataSet(cmdWrapper) dg.DataBind()
Has anyone encountered this and how did you fix it?




Reply With Quote