$ # = In ASP. NET

Source: Internet
Author: User

<% $ %>

Obtain the message in app_globalresources. <asp: button id = "btnexecute" runat = "server" cssclass = "pressedbutton" font-bold = "true" text ="<% $ Resources: Message, b0011 %>"/>

retrieve *** from app_localresource ***. aspx. string <% $ resources: shoriym %> ">

Obtain the database connection string in the web. config file<ASP: sqldatasourceID= "Sqlperformance1"Runat= "Server"Connectionstring= "<% $ Connectionstrings: pubs %>"Selectcommand= "Select * From catalog"> </ASP: sqldatasource>

<% # %>

Data Binding

<Asp: Label id = "lblid" runat = "server" text ='<% # Eval ("menubig_id") %>'Visible = "false"> </ASP: Label>

<% = %>

Is to get the server variables on the client side, and pass the values to the foreground in the background
<Asp: Label id = "label2" runat = "server" cssclass = "label" width = "255px"> <% = Teststr %></ASP: Label>

 

 

There is a <% =... %> after this = sign, you can also call the C # method and write a mathematical expression. It differs from <% #... %> that the content in <% #... %> must be in the background.CodeIs displayed only after the databind () method is executed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.