Unable to cast object of type 'System.Web.UI.WebControls.DataControlLinkButton' to

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • p venkataramana
    New Member
    • Jul 2011
    • 1

    Unable to cast object of type 'System.Web.UI.WebControls.DataControlLinkButton' to

    Unable to cast object of type 'System.Web.UI. WebControls.Dat aControlLinkBut ton' to type 'System.Web.UI. WebControls.Tex tBox'.
  • Paul Johnson
    New Member
    • Oct 2010
    • 97

    #2
    How are you currently trying to do this?

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Stop casting an object to the wrong type?
      You are trying to get a reference to a textbox by using a button.

      Comment

      Working...