Click here to Skip to main content
16,019,427 members

Comments by Member 12057131 (Top 5 by date)

Member 12057131 16-Feb-18 6:30am View    
Hi All,

@Richard : But that is just object creation right.then y do i get that error.

@Ehsan : Entity class has some properties.like Name,SkU,Weight and it has Serialiazable Attribute.that entity has taken to another project by give the reference.
then i created the object like that .i.e.,
IList<entity> objItems = new List<entity>();

i passed the data to that properties of Entity.after then i added all the data to ILIST entity.
Member 12057131 12-Jan-16 4:20am View    
http://www.codeproject.com/Articles/695850/Complete-CRUD-Operations-in-MVC
see this link.
u will understand wt im asking.
Member 12057131 12-Jan-16 4:19am View    
Sorry boss.
Member 12057131 23-Dec-15 2:14am View    
i am pavan.im using ASp.in that im calling the AddLogo(gfx, invoice, "pathtoimage", 0, 0) to add a image to pdf using pdfsharp.
method is
protected void AddLogo(XGraphics gfx, string jpegSamplePath, int x, int y, int width, int height)
{
XImage xImage = XImage.FromFile("/Images/Factorh_logo.png");
gfx.DrawImage(xImage, x, y, xImage.PixelWidth, xImage.PixelWidth);
}
but im getting error at invoice like invoice is doesnt exist in the current context...i dont understand what should i do..plz help me frnds..
Thank you in advance,
Pavan.
Member 12057131 2-Dec-15 2:55am View    
can u give me any links ?.