Click here to Skip to main content
15,914,066 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have auto generate text in my text box control .i want to after generate text the outo generate text should be read only (not editable) and other part should be editable in text box control.How it is possible.Please help me out.
Posted
Comments
Rickin Kane 12-Sep-12 2:54am    
achieve it with div , in one div , put two textbox one is autogenerate another one is normal textbox , set border of both textbox to none and make sure that div has border , textbox to left should be right align and textbox to right to be left align

1 solution

Can you be bit clear on what you are expecting? do you want to have a part of text readonly and a part of text editable in a single textbox control?
 
Share this answer
 
Comments
Pradhan Gagan 12-Sep-12 3:03am    
yes right sir

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