Drut's Activity RSS Feed
Viewing item 1 to 3 (of 3 items)
-
Drut started the forum topic I can't cast my element in the group MOSS 2007 Help and How To: 1 year, 10 months ago
Hello,
I have a webform in which I have a component
<Sharepoint:InputFormTextBox ID="iftxtArg" RichText="true" RichTextMode="FullHtml" runat="server" TextMode="MultiLine" Rows="20" Font-Size="12px" />
In my site I have a column that is named argument, improved rich text, and to store information
I do:
SPList listDemand _spweb.Lists = ;
SPListItem itemDemand listDemand.Items.Add = ();
itemDemand = iftxtArg.Text;
itemDemand.Update ();According to recover my form in the data [...]
-
Drut joined the group MOSS 2007 Help and How To 1 year, 10 months ago
-
Drut became a registered member 1 year, 10 months ago
