I want to populate text for the label using Eval or Bind in the InsertItemtemplate of FormView. FormView is binded to the EntityDataSource.
I used datbound event of formview to do that in Insert mode. As no data is present in the Insert Mode. Not able to get the DataItem value. Its value is null in Insert Mode.
shirishmanda
Member
4 Points
48 Posts
Eval or Bind in InsertTemplate
Apr 26, 2012 10:41 AM|LINK
HI,
I want to populate text for the label using Eval or Bind in the InsertItemtemplate of FormView. FormView is binded to the EntityDataSource.
I used datbound event of formview to do that in Insert mode. As no data is present in the Insert Mode. Not able to get the DataItem value. Its value is null in Insert Mode.
Can any one suggest me .
Regards,
Shirish .M
kelviyean
Member
228 Points
54 Posts
Re: Eval or Bind in InsertTemplate
Apr 26, 2012 11:46 AM|LINK
Hello,
Can you please post some code so that we can help you better.
shirishmanda
Member
4 Points
48 Posts
Re: Eval or Bind in InsertTemplate
Apr 26, 2012 11:54 AM|LINK
Its solved , used ajaxcontrol "reordered list" for populating the text .Using same datasource as formview.
Thanks & Regards,
Shirish Manda