Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 30 linkbutton in my application.The linkbutton display the value from database.some linkbutoon does not have data or show data because in database does'nt have data. some link button display data . i fixed height and width of every link button.but when page run the linkbutton which contains data has same height and width which i defined but empty link button has not fix height and width the height and width of button is so small according in compare to linkbutton which contains data. i want every linkbutton should have fix height and width wheater they data display or not.

Thanks and Regards
Manohar
Posted

1 solution

I think you need to try to set this css to your link button...

CSS
display: inline-block;
min-width: 45px;
 
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