|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Clearing textbox controls after postbackI have a registration page that uploads customer information to the database. The information is uploading ok but the customer information stays in the textboxes after the information is uploaded. Can anyone tell me how to clear this information For reference the code is Sub btn_Click(sender As Object, e As EventArgs) If Page.IsValid then customers.AddCustomer( firstName.Text, lastName.Text) Dim customerID As Integer Context.Session("worldshop_CustomerID")= customerID End If End Sub many thanks martin I think after update the user information, you can Response.Redirect to
this page. I think this method is without fail. Bobby wrote:
>I think after update the user information, you can Response.Redirect to thank you for your help>this page. I think this method is without fail. martin -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-web-controls/200601/1
How to deselect item on single select listbox?
Where in the viewstate is a GridView's rows? Dynamically load webcontrol I really need to get this working...... dropdownlists, their items and viewstate control exposing collection. link on an entire row in a datagrid Customizing a TreeNode's viewstate HTML editor for Safari browser DynamicMenuItemStyle override style (cursor:text) |
|||||||||||||||||||||||