Wednesday, March 21, 2012

Passing a string value to userb wizard control?

Hi all,

Don't really know if this is the correct forum for this post but i'll give it a try!

I am trying to find out how to pass a string value from one page to a text box on the starting step of a UserWizard control.

Does anybody know how I can acheive this or does anybody know of a similar tutorial?

Try to use a session variable to save the value of the textbox in it and retrieve it whenever you want. for more about session check below link

http://msdn2.microsoft.com/en-us/library/ms972429.aspx

HC


I'm, actually using a string value from a repeater which in turn passes the value to a textbox in the UserWizard control.

Tried a similar technique as proposed by yourself, however the wizard control does not seem to accept the method and thats why I'm confused!


Hi,

Does ViewState make sense? If so, here is reference:

Understanding ASP.NET View State
http://msdn2.microsoft.com/en-us/library/ms972976.aspx

Hope this helps.

0 comments:

Post a Comment