DisplayASP.NETInHTML

G

gh

I have an ASP.NET page with a grid and some combo boxes on it, that get
filled form data sources, for the user to make selections from. My
client has a content designer\developer that would like to call this
page from my website and and have it display in his web page. He has
been doing this for his other clients using php, he claims, and would
like to do the same with asp.net. Is it possible for him to add tags to
his html, so my asp.net controls will render in his html page? I am
thinking this would be like a java servlet, but I am not sure.

TIA
 
M

Mark Fitzpatrick

Easiest way is for him to call your page from within an iframe (need to
remove additional decoration though so it's only the and not things like
navigation menus and such). That way it's running on your site but the
resultant page is being embedded into his.
 
G

gh

Mark said:
Easiest way is for him to call your page from within an iframe (need to
remove additional decoration though so it's only the and not things like
navigation menus and such). That way it's running on your site but the
resultant page is being embedded into his.
Mark:

Are IFrames compatable with any browser? I have a lot of MAC users.

TIA
 
M

Mark Fitzpatrick

They should be as they've been supported in HTML for a long time and serve
some very good use cases such as the one you're describing. They aren't the
same as regular framesets, which HTML has been trying to get rid of for
ages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top