Bind to the front-end js to obtain the global bool variable of the backend

Source: Internet
Author: User

BackgroundCode:
// Define a global bool variable ^-^ <br/> protected bool isuser = false;

 

Front-end:

$ (Document ). ready (function () {<br/> // $ ("# Language "). change (function () {<br/> // var lang = $ ("# Language "). val (); <br/> // location. href = "default. aspx? Writelanguager = "+ <br/> //}); </P> <p> // access the global bool variable in the background <br/> If (<% = This. isuser. tostring (). tolower () %>) <br/>{</P> <p >}< br/> else <br/>{< br/> $ ("# myaskbut "). hide (); <br/>}</P> <p> var def = "<option value =''> select </option> "; </P> <p> $ ("# Language "). prepend (DEF); <br/> $ ("# Language "). val (""); <br/> });

 

In fact, I just want to say that if the isuse variable value in the background is directly in the foreground <% = this. isuser %>

If the actual value is false (or true), it cannot be used as the basis for the if condition judgment and must be converted

False (or true) ^-^

Related Article

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.