454d3e17a16836952cb76f6c54023cc7

I am trying to create a form something like this,
but inside the box container i will let the end-users to do the survery.
How to do this?
Thanks for in advanced.

Recommended Answers

All 4 Replies

Are you asking for help with CSS styling and how to make the form look like that? If yes, place your form in a div (or more than one if that works better) and either use standard CSS properties or load up a background image. Is that the kind of thing you're trying to do?

Got any CSS example to review?

The picture above can be achieved by using a fieldset HTML element.

As i doing research about fieldset in ASP.NET,
it actually the same as this code

<asp:Panel ID="Panel1" runat="server" GroupingText="Set1">
</asp:Panel>

Thanks JorgeM

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.