forum

home / developersection / forums / access<asp:formview> field value from code behind

Access<asp:FormView> field value from code behind

Anonymous User 2824 05-Sep-2014

I have am using an asp:FormView control with elements such as:

<asp:TextBox id="FirstName"

runat="server" MaxLength="20"

Columns="15" Text='<%# Bind("FirstName") %>' />

I cannot access the value of this field by its id -> "FirstName" in the code behind file.

Any ideas on how I can access that value in the code behind file?


Updated on 05-Sep-2014

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By