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 Rhinorhino 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 sirisai

  1. sirisai

    binding a controle to datalist

    I am trying to display products through datalist and I want to display one order button along with each product which upon clicking generates some event. I tried adding button template in item template but it did not worked. Please help me out with an answer weather I am doing it correct or...
  2. sirisai

    Procedure 'pt3' expects parameter '@ptype', which was not supplied

    hi, I am trying to populate datalist with a dataset using parameterised procedure, here is my code string str=Request.Params["producttype"]; SqlDataAdapter da=new SqlDataAdapter( "pt3",this.sqlConnection1); da.SelectCommand.CommandType=CommandType.StoredProcedure...

Part and Inventory Search

Back
Top