<asp:TextBox ID="txtDescription_Insert" runat="server" Text='<%#
Bind("Description") %>'></asp:TextBox>
<script language="javascript" type="text/javascript">
generate_wysiwyg('ctl00_cphMainContent_fvAboutUs_txtDescription_Insert','300','597');
</script>
During Insertion through ObjectDataSource i m not able to get the
value of the above txtDescription_Insert.
<InsertParameters>
<asp:Parameter Name="Title" Type="String" />
<asp:Parameter Name="Description"
Type="String" />
<asp:Parameter Name="ReturnValue"
Type="Int32" />
</InsertParameters>