This is a migrated thread and some comments may be shown as answers.

[Solved] Executing a stored proc with a passed parameter

0 Answers 92 Views
Window
This is a migrated thread and some comments may be shown as answers.
Brad
Top achievements
Rank 2
Brad asked on 25 Jun 2009, 06:20 PM
I am correctly receiving a parameter passed to a RadWindow using:

    protected void Page_Load(object sender, EventArgs e)
    {
          WORDC.SelectParameters["WORID"].DefaultValue = Request.QueryString["WORID"];
    }


How do I get the stored proc, WORDC to execute? It is in a RadTabStrip control:
        <telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="Outlook"
         MultiPageID="WORDetails" DataSourceID="WORDC" SelectedIndex="0" AutoPostBack="true">

TIA,

Joe B
 

No answers yet. Maybe you can help?

Tags
Window
Asked by
Brad
Top achievements
Rank 2
Share this question
or