i have textbox ...i want whatever value (whether integer or double or string type) i give in text box it should take....or accept and then show in message box
how it is possible?????
Last edited by ankitamca85; Feb 25 '08, 09:33 AM.
Reason: to change title
double click the button on the form, it creates a new method which will handle the button click event. Use this event to extract the text from the textbox.
If you are using windows forms, use MessageBox.Show () metho
if it is an asp .net application when you would have to register a javascript (alert) to the page when the button is clicked
Comment