Single Value Data Binding

clerurbalge

New Member
I am able to connect to database through datagrid, datalist objects. But i want to show the database retrieved data in a text box as we were doing in ASP just by writing the piece of code as like this<BR><input type=text name=some value=http://aspmessageboard.com/archive/index.php/"<%=recordset("Column_Name")%>"><BR>Can anybody help me in doing the same in ASP.Net ?????try this:<BR><BR><%# DataBinder.Eval(Container.DataItem, "CustomerID") %>Thanks Jorge But how to write the same in Vb.Net ? Please be brief in your statement. what should i write instead of DtaBinder,Container and DataItem ???
 
Back
Top