Showing posts with label labels. Show all posts
Showing posts with label labels. Show all posts

Wednesday, March 21, 2012

Please help label text problem

i am new to ASP.net
i am making a form where der are 3 labels
EG. First name
Last name
Password

which have 3 textbox too.. now in labels the text i want it in extreme right.. like in vb.net we have textAlign right, left, center.. Rite

I want to do same in ASP.net i was looking in properties der is nothing like textalign. i tried to write <center> Firstname </center> in the html code(ASP.Net) but code dint work out.. please help me..If you are using an ASP.NET label, just move it to the desired position.
You need to look at an HTML tutorial, you should use DIVs and TABLEs to align your elements as you want.

www.w3schools.com/html
Good point, you should try using DIV's and inserting the desired text, that way you can justify it to the left, center, or right if you want.

Friday, March 16, 2012

Please help me to keep my job..(:

Hi,

Here is my scenario...I want to able to print the Labels using Label printer..we have label printer ready to roll..but I need to jump start...think is, I am not sure , how should i create a label..?

Please advice me ASAP...(:

Thanks !If you want to print you have to use window.print!!

For more info the ways to print seehttp://aspalliance.com/462

Also I could not understand your other question, how to make a label? if you make it more clear then i could helps you!
If I'm understanding it right, you want to print labels from your app using some specific label printer hardware. First step would be to check the hardware specs and API documentation if available. Following link might be able to help.

Q. Can somebody point me to some documentation or sample codes on how to
send ASCII data to a UNC printer path? The data are label printer
commands in ASCII text...

http://www.dotnet247.com/247reference/msgs/24/123518.aspx
Thanks for replying Sreedhar & Adnan .... Sorry for the confusion... I want to print labels from my application...but client don't want to use Crystal Report...

Basically it is Customer Address info pulled from DB...and it should have line feed over each customer..

so, my question was , creating a simple report with line feed and clicking on the PRINT button , should print on my label printer... right ? How about the label or page setup..?

Please advice me ASAP (if u have any Website or url for this, please tell me ..)

Thanks (:
i dont think i can help, but i have done something similiar with printing barcodes to a label printer. it uses crystal to format the page. It was not very successful. Our solution was to show the barcode on the screen and then the user can print it via the explorer menu to the specified printer.