Skip to content
Loading
span id value
0
  • Lakshmanan Sethu Sankaranarayan
    Hi Sarath, In your code please uncomment the lblsystem. It will work like charm
    0
  • Vithal Wadje
    set span Runtat="Server" and access span id into .cs file which give span value
    0
  • Sarath Kumar
    but it will shows error. "lblSystem" does not exist in current context.
    0
  • Kalai
    Try this code.

    test.aspx

    Sarath

    test.aspx.cs

    string lblName = lblSystem.InnerText.ToString();
    0
  • Kalai
    can u pls explain Briefly ?

    0