Click here to Skip to main content
15,909,437 members

Comments by Subhabrata Bose (Top 17 by date)

Subhabrata Bose 6-Jun-16 7:53am View    
why asp.net table, you can export from datatable to excel file directly.
Subhabrata Bose 6-Jun-16 7:50am View    
why are you using both client side and server side code. it can be done either by client side or server side.
Subhabrata Bose 18-Sep-13 14:07pm View    
check sql server inbound firewall rules
Subhabrata Bose 18-Sep-13 14:03pm View    
domain name is not possible in local host. if you can configure iis then url will be

localhost/login.aspx
Subhabrata Bose 18-Apr-13 11:55am View    
hi,
you can create a cart either in session values or in cookies
firstly create the cart program and complete the following steps
a. add a new item when cart is empty
b. add a new item when there is already items in the cart
c. update the quantity of an item if it is already in the cart or added again in same case
d. remove item from cart
now use a parameter to add items in cart.