User Profile
Collapse
-
Frinavale, thank you! -
-
Access to the control in FormView
Hi! Can I get access to the TextBox control (that is included in FormView) from code behind?
...Code:<asp:FormView ID="formview_NewsFull" runat="server" DataSourceID="ds_NewsFull"> ... <EditItemTemplate> <asp:TextBox ID="newstitle" ClientID="blahblahblah" runat="server" Text=<%#Bind("newstitle_ua")%>></asp:TextBox> -
DOM ID Property
Hi there! Can I define manually server control DOM ID property? I want to get the following HTML:
insteadCode:<input name="name" type="text" value="..." id="news_title" />
Code:<input name="name" type="text" value="..." id="ctl00_ContentPlaceHolder1_formview_NewsFull_newstitl" />
No activity results to display
Show More
Leave a comment: