Results 1 to 3 of 3

Thread: [Resolved]Cannot show data to textbox

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Resolved [Resolved]Cannot show data to textbox

    Hello all,

    DataSet ds = new DataSet();
    myAdaptor.Fill(ds, "Member");
    TextBox1.Text=ds.Tables["Member"].Rows[0]["FirstName"];

    When run this page the complier would alert that "Cannot implicitly convert
    type object to string".

    What's wrong of the code?
    Last edited by naruponk; Mar 9th, 2005 at 01:11 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width