Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
querystring
  •  

  • chamarajanaka
    started a topic Using Bind Function

    Using Bind Function

    I need to Bind "JobRefNo" to the query string.Below binding gives an error.what is the correct way?

    Code:
    <asp:LinkButton ID="MoreLinkButton" PostBackUrl="/real/Coordinator/Home.aspx?JobRefNo="'<%# Bind("JobRefNo") %>' runat="server">Go To Job...</asp:LinkButton>
    Link Button is inside a DataList control.Error says "Call to Bind must be assigned to a property...
    See more | Go to post

  • Paxxer
    started a topic misformed QueryString Error / ObjectDataSource

    misformed QueryString Error / ObjectDataSource

    Hi All,

    I'm using an URL?ID=F28C680E-BC0B-485D-8CFE-8BC29656BF71 as a method parameter for an objDataSource.

    That is a GUID from the query string.

    So in testing I wanted to see what would happen if a person browsed to the page without an ID field in the QueryString,

    And of course a error is thrown, "Can't covert 0000000-0000-0000-0000-000000 to a GUID"

    Which is...
    See more | Go to post
Working...