Hi, I would like to know if it is possible to change the code "DefaultValue" in the C# file that is used by "example.aspx" by using a few button controls.
SqlDataSource1.SelectParameters["id"].DefaultValue = "value";
As you can see I already have part of what I need. I would just like to be able to insert different numbers (e.g. 14) into where it says "value" according to different buttons. If you dont understand what I am trying to say please refer to: Change the property “DefaultValue” of the asp.net “ControlParameter” control with javascript.