W
walanta
Hi,
I have a ListBox that bind to a sql source with managed code?
I know how to print ListBox1.SelectedItem and ListBox1.SelectedValue.
to print two fields from the following select statement.
But how can I print other fields in my select statement? I guess it
should be ListBox1.something...??
Suppose my select statement is like :
"select custid, name1 as firstname, name2 as lastname, address2 as
address from customer where custid=@custid"
I have a ListBox that bind to a sql source with managed code?
I know how to print ListBox1.SelectedItem and ListBox1.SelectedValue.
to print two fields from the following select statement.
But how can I print other fields in my select statement? I guess it
should be ListBox1.something...??
Suppose my select statement is like :
"select custid, name1 as firstname, name2 as lastname, address2 as
address from customer where custid=@custid"