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
piya p
NA
84
47.9k
How to resize image in 250 * 250 size in datalist.
Apr 15 2014 5:19 AM
In my application I am using datalist and inside it using image button.
code is like:
<asp:DataList ID="mydatalistlist" RepeatDirection="Horizontal" RepeatColumns="3" runat="server" Height="102px" Width="229px" >
<ItemTemplate>
<asp:ImageButton ID="MyImageButton" runat="server" ImageUrl='<%# Eval("value1") %>' OnClick="MyImageButton_Click" />
</ItemTemplate>
</asp:DataList>
here my images are coming from my own website.
But all images are of different size.
I want to resize them in 250 * 250 size.
Can any 1 explain me how to resize images?
Reply
Answers (
2
)
Gridview Edit form
How to get screenshot of webpage in asp.net