Click here to Skip to main content
15,867,453 members

Comments by Meer Wajeed Ali (Top 53 by date)

Meer Wajeed Ali 18-Nov-16 8:09am View    
how do I find out what is referencing System.Web.WebPages.Razor v3.0.0.0?

In ASP.NET MVC 4, the namespace is not System.Web.WebPages.Razor, but System.Web.Razor

Meer Wajeed Ali 23-May-16 1:04am View    
Yeah got it but in the above PRn Code is 19 lines respectively, in the 2,3,9,10,11,12,13,14 and 16 line I coated text between "" (double quotes), what my actual requirement is within the "" the text will be change remaining code is static.
Below is my method....
private void button1_Click(object sender, EventArgs e)
{
string[] lines;
var list = new List<string>();
var fileStream = new FileStream(@"c:\srctxt1.txt", FileMode.Open, FileAccess.Read);
using (var streamReader = new StreamReader(fileStream, Encoding.UTF8))
{
string line="";
while ((line = streamReader.ReadLine()) != null)
{
list.Add(line);
}
}
lines = list.ToArray();

}
Meer Wajeed Ali 14-May-16 5:16am View    
ODFK"*"
FS"*"
q856
Q140,34+0
S3
D12
ZT
A670,165,2,2,1,1,N,"K-22 S-2"
A670,140,2,2,1,1,N,""
B670,65,2,3,1,2,32,N,"5050001104"
A670,26,2,3,1,1,N,"5050001104"
A670,110,2,3,1,1,N,"112.CZ ODMB CLR"
A670,90,2,2,2,2,N,"12.000"
FE
FR"*"
?
P1
N


The above is the format of to generate the barcode, here is my requirement is to generate this file.
Meer Wajeed Ali 10-May-16 7:10am View    
ok thanks, please give some referneces to work on it.
Meer Wajeed Ali 10-May-16 6:40am View    
A PRN file is a special type of file which contains instructions for a printer, it tells the printer what to print on the page and where as well as which paper tray to use, what the paper size is and a number of other controls.