|
-
Sep 20th, 2002, 03:44 AM
#1
Thread Starter
Hyperactive Member
Clear the Form control values
hi
I have created a form with 5 textboxes and Two Buttons like Save and Cancel.
When i Click the Save Button it refers to the Save routine in Server side like
<script runat=server>
Sub SaveClk(................)
..........
............
End Sub
</script>
now the problem is i need to Clear the all Textbox values after finish my Save Routine. If i have RESET button i can use that. But i need to clear after my save routine finished..
Any idea?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|