A
Alex
I am a newbie to ASP.NET...
What I was trying to do... but yet to succeed in...
I am building a customer info database... and on default,
I want to display the customer's basic information in the
TextBox on Page_Load... but, also allow user to update the
information
For example: Street1 of the home address
ASP:TextBox id=dbStreet1 value=<%=litDbStreet1%>
but also allow update all within the same form on the same
text box to do the following...
ASP:TextBox id=dbStreet1 runat=server
I tried everything I know... but not works...
Please advise
thanks
Alex
What I was trying to do... but yet to succeed in...
I am building a customer info database... and on default,
I want to display the customer's basic information in the
TextBox on Page_Load... but, also allow user to update the
information
For example: Street1 of the home address
ASP:TextBox id=dbStreet1 value=<%=litDbStreet1%>
but also allow update all within the same form on the same
text box to do the following...
ASP:TextBox id=dbStreet1 runat=server
I tried everything I know... but not works...
Please advise
thanks
Alex