binding, parsing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravindarjobs
    New Member
    • May 2007
    • 86

    binding, parsing

    hi friends, i am using vs2008

    i have a dig tag in web form.

    i pick some value from database through this code
    <%# Bind("PropertyM anagerCellPhone ")%>

    i want to show this in the div tag.

    how can i parse this code?


    thank you
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by ravindarjobs
    hi friends, i am using vs2008

    i have a dig tag in web form.

    i pick some value from database through this code
    <%# Bind("PropertyM anagerCellPhone ")%>

    i want to show this in the div tag.

    how can i parse this code?


    thank you
    Inside the div tag you could try adding a control and try your code, unlikely to work for a div. This article should help:
    Simplified and Extended Data Binding Syntax in ASP.NET 2.0

    Comment

    Working...