G
Guest
HI Steven
Sorry for getting back late. Thanks a lot Steven. Finally it is working fine after setting the Full Trust under Adjust Security Policy. Once again Thanks a lot for your patience and continuous supprt
Now it is working fine. But I have some more queries on the same
1. We are opening the webform containg Webbrowser Control in a popup window. On click of a button in the User control I am opening the external URL. Now our external URL needs User name and password inputs to login to their system. I am using Navigate2 method of axwebbrowser control, which returns void. I want to check whether the navigation to the external URL is successfull or not. How can do this check
2. Inside the UserControl I am saving some data to a file. Now I want to give the path where I want to save that file. I don't want to hard code the path inside the User Control. Also since this user control runs on client's system, I want to save the file on the server where the application is running, not on the client's system. So I want to pass the server Folder Path where I want to save this file. Also I need to connect to the Database on the application server from the user control, How can I do this
3. I want to close some of the objects on unload of this user control, how can I do this, Can I do it on Dispose
If you want to create this in a different thread let me know.
Thanks
Vani
Sorry for getting back late. Thanks a lot Steven. Finally it is working fine after setting the Full Trust under Adjust Security Policy. Once again Thanks a lot for your patience and continuous supprt
Now it is working fine. But I have some more queries on the same
1. We are opening the webform containg Webbrowser Control in a popup window. On click of a button in the User control I am opening the external URL. Now our external URL needs User name and password inputs to login to their system. I am using Navigate2 method of axwebbrowser control, which returns void. I want to check whether the navigation to the external URL is successfull or not. How can do this check
2. Inside the UserControl I am saving some data to a file. Now I want to give the path where I want to save that file. I don't want to hard code the path inside the User Control. Also since this user control runs on client's system, I want to save the file on the server where the application is running, not on the client's system. So I want to pass the server Folder Path where I want to save this file. Also I need to connect to the Database on the application server from the user control, How can I do this
3. I want to close some of the objects on unload of this user control, how can I do this, Can I do it on Dispose
If you want to create this in a different thread let me know.
Thanks
Vani