March 11, 2010 at March 11, 2010 · Filed under enart.nnxj.comedit
I wanted to access the textbox control "TB_firstName", but the Page is
not letting me because "TB_firstName" is embeded in the "DetailsView1"
(local varible scope i suppose).
I tried doing (TextBox)DetailsView1.findControl("TB_firstName") but
that does not let me access it either.
The reason i am using instead of
because i wanted to use the
Any suggestion would be appriciated.
<%#DataBinder.Eval(Container.DataItem, "FirstName")%>
'/>
I don't have time to review this fully... but maybe this link will help:
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=795788Sadly, that's what i suspected also. Microsoft is such a pain sometimes.
Thank you very much for your help.#If you have any other info about this subject , Please add it free.# |
|