how can we make a particular text empty

Posted by Sashi under ASP.NET on 3/2/2016 | Points: 10 | Views : 1828 | Status : [Member] | Replies : 1
I have attached codes below. In the codes i want a particular textbox ie- "second row departure date text box should be empty" that particular box should remain empty . how that can be done using .net c#.




Responses

Posted by: Professionaluser on: 3/2/2016 [Member] [MVP] Bronze | Points: 25

Up
0
Down
refer this link
http://www.c-sharpcorner.com/forums/how-to-clear-textboxes-on-button-click-in-asp-net

In this link, they are making all the textbox EMPTY. Tweak this code to make only single textbox empty...

Sashi, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response