i have a textbox , image, a dropdown and a submit button
Now the idea is to allow Admin to insert a web address into the textbox and then select the call to action
in the dropdown box for sample Select buy Now, Read Now, Register Now.
So on the view page the only thing that will show is the image and buttonLink which shows action inserted by the admin,
so when users click the button it will direct the user to the web address inserted by the admin
<asp:LinkButton ID="LinkButCallToAction" runat="server">
<asp:Label ID="lblCallToAction" runat="server" Text='<%#Eval("CallToAction") %>' Font-Bold="True " ForeColor="" Font-Size="" />
</asp:LinkButton>