hi.

how to clear textbox when user refreshes page or clicks the refresh button on browser when the page hangs?

thank you.

how to clear textbox when user refreshes page or clicks the refresh button

in your page load procedure...

 TextBoxId.Text = String.Empty;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.