FormView items in a table

  • Thread starter Thread starter Peter Zolja
  • Start date Start date
P

Peter Zolja

Hi,

Is it possible to configure the FormView wizard (or any other way) to
generate the code inside a <table>? Right now, it seems to be putting each
element in a single line like "label" "asp control" <br />, what I would
like is:
<tr><td>"label"</td><td>"asp control"</td></tr>

Any ideas?

Thank you!
 
Hi,

Is it possible to configure the FormView wizard (or any other way) to
generate the code inside a <table>? Right now, it seems to be putting each
element in a single line like "label" "asp control" <br />, what I would
like is:
<tr><td>"label"</td><td>"asp control"</td></tr>

In the options screen you can configure how the tags will
appear. IIRC it's under text editor/HTML

Also, there is a setting to apply the formatting on cut and
paste, I can't recall where this is. But it handy to apply
formatting to code you've already written.



Jan Hyde (VB MVP)
 

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

Back
Top