TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
darma teja
NA
496
336.6k
Add text and image to link button
Apr 23 2013 11:09 AM
Hi,
I would like to add a text and image to my link button. I want to show text on left and image on the right side of the button.
Here is the code that i wrote:
LinkButton mybutton = new LinkButton();
mybutton.Text = "Hindhi";
mybutton
.Controls.Add(new ImageButton()
{
ImageUrl = @"c:\APPthemes\img\india.gif"
});
Many thanks,
Darma
Reply
Answers (
3
)
retrieving the store procedure result display into excel
cannot able to set row header value in datagridview