shlvy Posted September 4, 2004 Posted September 4, 2004 Hi I want to change the color of the Text. I mean to the text ' Click to edit ' How can i do it? <asp:LinkButton Text="Click to edit" CommandName="edit" Runat="Server" /> Thank's. Quote
Administrators PlausiblyDamp Posted September 4, 2004 Administrators Posted September 4, 2004 You could add a ForeColor attribute to the tag like or you may want to look at CSS as an alternative and more managable method. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
shlvy Posted September 4, 2004 Author Posted September 4, 2004 Hi Thank's for your reply, another lasr queastion. Can i input a button instead of theText. Thank's. Quote
*Experts* Bucky Posted September 6, 2004 *Experts* Posted September 6, 2004 What do you mean? Do you want to change the color of the text on a button? Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
shlvy Posted September 6, 2004 Author Posted September 6, 2004 Hi I maen that instead of the text will be a button. Thank's. Quote
*Experts* Bucky Posted September 6, 2004 *Experts* Posted September 6, 2004 Oh, well, in that case, don't use a LinkButton control. Use the Button control. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.