V
VB Programmer
I have some hidden <INPUT> HTML fields in my ASPX page.
How do I modify the value (in VB.NET) based on a web.config appsettings
setting, such as ConfigurationSettings.Appsettings("MyValue")?
Here is the HTML field:
<input type="hidden" name="bn" value="PP-SubscriptionsBF"> <input
type="hidden" name="a3" value="XXXXXXXXX">
Thanks!
How do I modify the value (in VB.NET) based on a web.config appsettings
setting, such as ConfigurationSettings.Appsettings("MyValue")?
Here is the HTML field:
<input type="hidden" name="bn" value="PP-SubscriptionsBF"> <input
type="hidden" name="a3" value="XXXXXXXXX">
Thanks!