Question : asp.net vb.net render html to component

I created a html menu with the class stingbuilder. What is the best component to render it, Textbox or other?

Answer : asp.net vb.net render html to component

is the common field betwen the table and the query this expression
[TableA].file<>[SSN]

try this query

SELECT DISTINCTROW [TableA].firstname, [TableA].lastname, [TableA].Date, [TableA].requester, Left([file],5) AS Expr2, [TableA].file
FROM [TableA] Left Join [QueryA] On [TableA].file=QueryA.[SSN]
WHERE (([TableA].type="Test") AND (QueryA.[SSN] Is Null))
ORDER BY Right([file],2), Right([file],4), Left([file],5);
Random Solutions  
 
programming4us programming4us