Community discussion forum

"help me " i ve small problem in shoping cart project

Tags: India
  • 4 months ago

    **My Problem is this....... --->I have a datalist which display's Image with its details like quantity etc... from database...(That part is working just fine)

    -->What i exactly need is when user purchase that cd(click's tat buynow button) -->I need to add that into his cart...

    -->ie, i need to store those details(with image) in a datatable first and then to display it in another grid/datalist... for that my code is..... Dim objDataTable As New DataTable Dim objDataRow As DataRow Dim productImage As New System.Web.UI.WebControls.Image objDataTable.Columns.Add("images", GetType(Image)) objDataTable.Columns.Add("Quantity", GetType(System.Int32)) objDataTable.Columns.Add("ItemRate", GetType(System.String)) objDataTable.Columns.Add("ItemValue", GetType(System.String))

        * productImage.ImageUrl = "GetImage.aspx?id=" & cc_product_id* /trying to /Pass id to getImage.aspx to convert as byte
                productImage.DataBind()
    
    BUT I COULD NOT PASS VALUE TO THAT PAGE ....
    
    Post was edited on 02/07/2009 11:28:02 Report abuse

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!