G
Guest
Hey All
I have an interesting question. I have a WEB application that requires an "Active" data connection. For example, the client application makes a request to the database. Throughout the "Session", if any changes are made to the data that the user has, the server should force a PostBack
In ADO, adOpenDynamic recordset is the behavior I am trying to mimick. I know that with ActiveX, J# and java this is not that hard, what about ASP.Net via C# or VB
Any ideas would be great
Thanks
VB Tester
I have an interesting question. I have a WEB application that requires an "Active" data connection. For example, the client application makes a request to the database. Throughout the "Session", if any changes are made to the data that the user has, the server should force a PostBack
In ADO, adOpenDynamic recordset is the behavior I am trying to mimick. I know that with ActiveX, J# and java this is not that hard, what about ASP.Net via C# or VB
Any ideas would be great
Thanks
VB Tester