Hi,
i need to display a query result in textbox. can you please show me how to do this, here is the query:
Dim CouponDes As String = Convert.ToString(Me.cboDescription.SelectedValue)
Dim sql As String = "select Code from QueAns where Description = '" + CouponDes
thanks