nate Posted November 16, 2011 Posted November 16, 2011 I want to create a web page essentially that others can utilize in their sites but pass vars back too. I know I can use a web service and allow others to call my functions and use the data but I want to create the page data for them as well. I know I can use I frames, but then I can not pass variables back. Can I create a control/aspx page and host it so someone else can use it within their aspx page? how do I do this, where to begin? I have done the image from aspx page emulation but not the same as it is only a display page/image. I want to allow interactive features in my page. Any help or direction would be much appreciated. Quote Ignorance begins with I.
joe_pool_is Posted November 18, 2011 Posted November 18, 2011 You can't get around the fact that you are going to have to create your web service first. After the web service has been created, you can build your web page to interact with the web service. If your web service is public on your server, someone else can use it within their aspx page the same way your aspx page uses the service. Quote Avoid Sears Home Improvement
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.