Posted on: 8/4/2012 11:08:29 AM | Views : 1121

Hi Folks,
Here is the scenario. I have Wizard control. On Winzrd step1 I have a textbox. Now on Wizard Step3 I want to use the this Textbox's Text property to display simple message to the user. Something like this but which is not working.
<p>Thank you <%# txtbxName.Text.ToString() %> for your feedback.<br /> It will sent over email to our administrator.</p> I considered using DataBinder.Eval but I am not sure how to use it if we do not have DataSource.
...

Go to the complete details ...