Web Control Deployment |  |
This page is
intended for more experienced users who like to customize the survey ASP.net control
and integrate it inside their ASP.net pages. Note that we can integrate as many
survey controls on the same page as we want.
In order to integrate the ASP.net web control code that is provided on the deployment
page inside our own ASP.net pages we must follow following steps :
- Open the ASP.net page that should
integrate the survey web control in a text editor like notepad
- Add following code
on the next line after the <%@Page ... %> page directive :
<%@ Register TagPrefix="vts" Namespace="DataIllusion.Feedback Server.WebControls" Assembly="DataIllusion.Feedback Server.WebControls"
%>
-
Once we have added
this piece of code all we need to do is to cut & past the code provided in the
Survey asp.net code section and place it anywhere in our page as long as it is after
a <form>.
- lf the page is in a separate
web application than the original Feedback Server installation we must also copy the DLL's
from the Feedback Server web application Bin directory to the Bin directory where the page
that contains the ASP.net page.
Related Topics
Survey Popup Window
Deployment
Deployment Introduction
Survey Link
Deployment
Email
Distribution
©2006 Data Illusion. All Rights Reserved.