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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.