Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In obout:superform, using asp.net, c# in vs 2010
how to pass boundfield value as parameter to sqldatasource parameter in superform_databound event.

C#
using 
OboutTextBox txtFld1 = SuperForm1.GetFieldControl(0) as OboutTextBox;
SqlDataSource1.SelectParameters[0].DefaultValue = txtFld1.Text.ToString();


Here,
txtFld1.Text is not getting any value
Posted
Updated 10-Oct-12 6:27am
v2

1 solution

Seeing as it's a third party product, you may be better off asking the question here[^] on their site. The chances of running across someone who actually uses the product is much higher there than here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900