Does anybody know if the Avery label wizard included in Microsoft Word can be used in an ASP page? Basically I want to be able to set the content type on the ASP page to Application/MSword and fill out mailing labels using records pulled from a SQL Server DB.
I know that mail merge is available, but I need to use the extra logic provided via programming this myself. I was also thinking to just make a table and page the recordset so that each page can just be printed out. That brings me to my next point. If I set the content type to "application/msword" and use HTML is there any way to force a page break?
I am looking for an example of a wizard being implemented in ASP - for instance a wizard to allow the input of information to be stored in a database. I really dont care what sort of wizard it is - as long as it has the next, back and cancel buttons with the tabs along the top. The reason I am asking is that I want to see how someone has done it - learning by example rather than trial and error. If I find one in the meantime, then I will post the links
I need a code example on how to create Avery labels from a dynamic report.
I would like the report to open in a word doc that is embeded into the users browser window, and have the results displayed in a Standard Avery label. Has anyone does this before?
I have windows XP professional, IIS5.0, .net 2.0, .net 1.1 and visual interdev installed on same machine. When i try to create a web project using "web project wizard" I don't see the virtual directory that i have created for the project. Interestingly when i click on asp .net tab of properties windows of that project clicked by selecting properties selecting the virtual directory in IIS, i see the asp .net version set to 2.0. I am suspecting that may be its ASP .net 2.0 version thats causing the virtual directory not to list in "web project wizard".
We are running an ASP.NET app using MSSQL for the database. We would like to pull records from the database and place them into a document that prints mailing labels in the Avery 5160 format. Is there a way to do this?
A user selects a date from some select boxes on a page, an his selection is shown on a text box, so this content is changed dinamically each time the user changes the date. Can I show this text in a label instead of a text box (or text box without borders) how do I do that?How do I do labels or text boxes without borders?
I'm about to create an ASP script which will essentially parse SQL tuples (rows) into a Word file, creating labels, although would need to use the pre-defined label templates within word. Can anyone direct me in the right direction?
If you look at the code above, asp:dropdownlist is a string, but I'm not sure if asp:label is a numeric. Since I don't have the source code, how can I change the numeric value that gets to the asp:label within the aspx page.
lets say i get a number 20, and I want to add 15 to it, how can this be done.
I need to take text from a database, turn it into a barcode from the Web and print to a Zebra Z4M barcode printer. I am stuck at two separate approaches. 1. Use ZPL II (Zebra's proprietary language to command the printer) which is executed at a DOS Prompt with "COPY BarCode.txt LPT1" Is there any way to run that from the web. Also, is there any other method of sending the information in the text file to the printer?
Use some sort of ActiveX object to compile a barcode label image, then use another ActiveX object to remove the Header/Footer and Margins from the IE printout. I have found ActiveX objects that can compile the image, but have not found anything to block out the Header/Footer and Margins.
I wish to convert the message received in the text box to be replaced by the label with the same message as in the text box, After upload button is clicked this action should be carried on.
So the data in the text box is stored to the database after the button is clicked and also the textbox is converted to label with message in the text box.