I assume that you want to display something like this:
xxxx 12/16/02
yyyy 12/15/02
If so,
In the sql statement, try this:
objDapter=New SQLDataAdapter("SELECT CName + ' ' + FDate as NameDate FROM Company ORDER BY CName,FDate",objConn
Try this in the DropDownList section...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.