<fieldset> tag

G

Guest

I have made a fieldset tag on a page editable by setting the tag attribute
contenteditable="true" Is it possibel to take the information inside the
opening and closing Fieldset tag and handle it somewhat like the textarea
tag?
eg:

Html frontend

<FIELDSET ContentEditable="True" ID="FS1">I want to retire</FIELDSET>

Codebehind

public void Page_Load(object sender, EventArgs e)
{

string a;

a=FS1.Text;

Response.Write(a);
}
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top