When switching from asp to aspx, is there a new technique for binding data to a textbox control, or do we continue to use code like:
I have gone through the videos that discuss the new data controls such as grid and formview but have seen nothing on using regular textboxs outside of the formview.
Thanks
Code:
<input name="txtZip"
value='<%=oRS("zip")%>' >
Thanks