Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello all
I am delvoping project in c#.net with sql datasource...my problem regarding out
put of the charecter.
In project taking input from user in texbox like...

Name: NITIN KUMAR( Input via :TEXTBOX)

and i want to take out put like below ON printing page...

NAME: N I T I N K U M A R

Charecter spacing appro. 1 cm...
plz suggest me solution via code or any method...

THANK YOU

REGARDS
Posted
Updated 2-Jun-11 2:13am
v2

use in the style sheet letter:spacing:3px;

otherwise use style='Letter:Spacing:3px;' whatever space u want u replace 3px

and call css at wanted control
 
Share this answer
 
just use a css on text box as

style='letter-spacing:1px;'
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900