I have a process that inserts a new record using the InsertCommand of aSqlDataSource. As part of the process, I need to insert data the is available in a different SqlDataSource. I was trying this with the Insert Parameter:
<asp:FormParameterName="Change_Title"FormField="Change_Title"/>
where Change_Title is available on screen. Doesn't work. Is this possible?
HI
Can you see if this post helps or gives you some idea of how to achieve it.
http://forums.asp.net/p/1124558/1766373.aspx#1766373
The post though gives a way to avoid the need for two SQLDatasources but use one to handle both level updates.
Hope this helps.
VJ
No comments:
Post a Comment