Embeded control. Suggestions?
-
So I'm writing a web app that surveys users. A checklist basically. I'm planning on accessing a database to get the questions and haven't decided on how to present the data to the user. I was thinking about using an ActiveX control written in C# but can't quite figure out how to pass session/login data to the control from the server without exposing the information to the client. Since there doesn't really seem to be much support out there for C# ActiveX controls, does anyone have any alternative solutions that would avoid using postbacks?
-
So I'm writing a web app that surveys users. A checklist basically. I'm planning on accessing a database to get the questions and haven't decided on how to present the data to the user. I was thinking about using an ActiveX control written in C# but can't quite figure out how to pass session/login data to the control from the server without exposing the information to the client. Since there doesn't really seem to be much support out there for C# ActiveX controls, does anyone have any alternative solutions that would avoid using postbacks?
Why activeX? Have you considered one of the AJAX frameworks to eliminate your need for postbacks?
-
Why activeX? Have you considered one of the AJAX frameworks to eliminate your need for postbacks?