Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,I am create web application. I am develop comment section in this web application
How to integrate these comment web application section into website aspx page?
Please tell me
Posted
Comments
Vishal Pand3y 13-Nov-13 1:27am    
can You explain what are you trying to do and what effort you have put in doing so......
Tom linker 13-Nov-13 2:10am    
Comment section is not a user control. it is different web application. and i have another different web site. but i want to use web application page in website.
please help me

1 solution

You can make that a UserControl and add that on any page.

You can also make one iFrame on the main page and load that comment page inside the iFrame.
 
Share this answer
 
Comments
Tom linker 13-Nov-13 1:38am    
But I need web application. how to use web application comment page merge into website.
As I said you can use as a iFrame. So, load that comment page inside one iFrme.
Or use one UserControl.
Tom linker 13-Nov-13 2:30am    
please send me code.
We are not here to code for you. That is you who is going to do it.
I have given you the idea. Now search on Google, how to use UserControl and iFrame in Asp.Net and try.

If you again face difficulty in coding, then add another question specifying the issue with some related codes,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900