3 Topics

Member Avatar for
Member Avatar for BaxterWoofus

For a Gridview: I am trying to use a stored procedure for the first time in a SQLDataSource for the UpdateCommand: <asp:SqlDataSource ID="TECT_DataSource" runat="server" ConnectionString="<%$ ConnectionStrings:OracleConnectionString %>" ProviderName="<%$ ConnectionStrings:OracleConnectionString.ProviderName %>" SelectCommand="SELECT MPID, User_Id, Last_Name, First_Name FROM Scripts.vw_Tect_Exam" UpdateCommand="P_TECT_UPD_EXAM_ID" UpdateCommandType="StoredProcedure"> <UpdateParameters> <asp:Parameter Name="MPID" Type="Int32" /> <asp:Parameter Name="User_Id" Type="String" /> </UpdateParameters> </asp:SqlDataSource> …

Member Avatar for |-|x
0
2K
Member Avatar for EricIskhakov

Hello. I have a gridview with an ImageButton that acts as an Update Command to a DataSource. and the SP works if i execute it in the server with parameters, but not through the ImageButton. I Suspect that the Parameters arn't bein sent because if i set a Default Value …

Member Avatar for EricIskhakov
0
176
Member Avatar for Farhad.idrees

Hi i want to binding data.. i have two dropdownlist 1-depart 2-Programme.. i want that when i select any depart so i get programme in my programme dropdowlist related to depart.... i know it will be from sqldatasource.. but i m not able to do it... Regards.. Farhad

Member Avatar for nebyas
0
83

The End.