FormView Form

H

Howard

I have an aspnet form like this one

<form id="Form1" runat="server">
<asp:FormView ID="FormView1" runat="server" DefaultMode="Insert">
....
</form>

the html output always becomes
<form id="Form1" runat="server" action="insert.aspx?id=123">
I would like it to become with out the id part
<form id="Form1" runat="server" action="insert.aspx">

I tried everything, nothing seemed to change the generated form html code.

please help,
Howard
 

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
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top