Click here to Skip to main content
15,899,313 members

Comments by Avenger1 (Top 116 by date)

Avenger1 23-Aug-15 11:04am View    
yes, one product can be has multiple carts and "id" in Product table is primary key and i want to add "one to many" relationships
Avenger1 10-Apr-15 16:59pm View    
thanks for helped me
but after i tried a lot to find whats problem, i fixed the problem
With Respect
Avenger1 10-Apr-15 13:46pm View    
bp is "BitmapImage" and its local and first i open the image with "bp" then in another method i try to save it and this is what i m doing in winform and its correct but in wp8 it doesn't
Avenger1 7-Apr-15 14:48pm View    
the number has "*" +5 like this
4+5
13+5
7+5
4+5
.
.
.
Avenger1 7-Mar-15 10:57am View    
can you help me to fix my string.format please

string write = string.Format("{00000}", "{000010}", "{000100}", "{001000}", "{010000}", "{100000}");
g.DrawString((write + q.ToString()), label2.Font, Brushes.Black, rec);