| | |
Manipulate asp:label through ul/li
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
I am using Visual Studio 2008 developing a web app front-end for a T-SQL DB using asp.net and vb.net.
I have a label inside a list like so:
I cannot access the label directly in my code-behind file like I normally would. (Ex. label.text = "Something")
I'm assuming I need to use FindControl in some way, but I'm obviously having no success.
I guess that means my question is: How can I expose the label control so I can manipulate it with vb?
Thank you,
J'Tok
I have a label inside a list like so:
ASP.NET Syntax (Toggle Plain Text)
<ul id="ul" class="class"> <li id="li"> <asp:Label runat="server" ID="label"></asp:Label> </li> </ul>
I cannot access the label directly in my code-behind file like I normally would. (Ex. label.text = "Something")
I'm assuming I need to use FindControl in some way, but I'm obviously having no success.
I guess that means my question is: How can I expose the label control so I can manipulate it with vb?
Thank you,
J'Tok
Last edited by J'Tok; Apr 17th, 2009 at 1:49 pm. Reason: Forgot code tags, and had minor spelling error.
•
•
Join Date: Apr 2008
Posts: 115
Reputation:
Solved Threads: 6
in code, say the page_load event you could do:
ASP.NET Syntax (Toggle Plain Text)
me.label.text = "Test Text"
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: session
- Next Thread: Web Server Path for Access DB
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax appliances application asp asp.net beginner box browser businesslogiclayer button c# c#gridviewcolumn cac checkbox child class compatible confirmationcodegeneration content contenttype control countryselector courier css database datagrid datagridview datalist deadlock deployment development dgv dialog dropdownmenu dynamic dynamically edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv form forms grid gridview gudi homeedition hosting iis image javascript jquery list menu mssql multistepregistration nameisnotdeclared novell objects opera order problem ratings redirect registration relationaldatabases rotatepage search security select serializesmo.table sessionvariables silverlight smoobjects sql ssl tracking treeview typeof validatedate validation vb.net virtualdirectory vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment wizard xml xsl





