Thanks audiopro
ok .. so maybe I need to know the (width of paper / (width of label + gap between labels)) Any ideas how I can access this information from the report design ?
If you are using C# then you need to access the session variable using square brackets...
On webform1...
Session("Product") = "Bankruptcy";
On webform2...
lblProductType.Text = Session["Product"];
One possibility... This error can occur if the disk drives on the machine the application was compiled on do not match the target machine. i.e. If you compile this on a second hard-drive (D:) then if the target machine does not have a drive D: it will raise this exception. (No matter where you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.