Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by marconannini

  1. marconannini

    Passing a parameter to sqldatasource with type stored procedure

    Hi all, i sorted out the problem last night... you dont need to ADD a new parameter as this will have already been declared... The tags created are: <Asp:SelectParameters> <Asp:Parameters Name="UserID" Type"String"> etc in the Page_Load sub you simply...
  2. marconannini

    Passing a parameter to sqldatasource with type stored procedure

    I have read that article already, it addresses how to change the value of parameters in a select statement but not in a stored procedure. The code must be very similar but i couldnt get it to work. The select statement generates a tag: <asp: selectparameter name"blabla" type"string"> whereas...
  3. marconannini

    Passing a parameter to sqldatasource with type stored procedure

    Thanks, but i'm not using as sqlconnection but a sqldatasource. I need to add/change parameter value of the tag associated with sqldatasource. <Asp:parameter name="UserID" Type="String"> Cheers. M.
  4. marconannini

    Passing a parameter to sqldatasource with type stored procedure

    -------------------------------------------------------------------------------- I am developing a webpage using Visual Web Developer Express. I have created a GridView linked to a stored procedure in an SQL Database that takes one parameter. I have tested it using a default valued for the...

Part and Inventory Search

Back
Top