twilitegxa 0 Posted September 17, 2009 Share Posted September 17, 2009 I need to add a Page_Load event handler that sets the contents of the Name text box to "name" if you are not posting back to the page. I have this: [ protected void Page_Load(object sender, EventArgs e) { name.Text = "Name"; } But it is still showing when posting back to the page after validation. Can anyone help? Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.