Click here to Skip to main content
15,886,963 members

Comments by purvivani (Top 7 by date)

purvivani 22-Jul-14 0:59am View    
u can use .trim for avoid space when checking with any string.
if (document.getElementById(elemArray[i].id).tostring.trim == "")
purvivani 15-Jul-14 1:31am View    
I just give u hint for this.
you can pass productName instead of @productName variable. and declare productName as below way
string productName = grdCart.Rows[e.RowIndex].Cells[1].Text
after your line
Profile.SCart.Items[e.RowIndex].Quantity = Quantity;
I do not find the value you want to pass in @username from your code.
hope ,this will help you.
purvivani 5-Jul-14 11:48am View    
in C# u can do as
s1 == Strings.Mid(s1, 2)
purvivani 5-Jul-14 11:23am View    
wc
purvivani 5-Jul-14 7:35am View    
which is error?