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
Kasuni Abegunawardana
NA
211
125.1k
How to change the video height and width in grid view
Dec 23 2017 12:54 PM
Hi all,
i wanna to change video height and width in grid view. i used sql data source and called video link using <asp:Literal>.
asp:TemplateField HeaderText="V_Link" SortExpression="V_Link">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("V_Link") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Literal ID="Literal1" runat="server" Text='<%# Eval("V_Link") %>'></asp:Literal>
</ItemTemplate>
<HeaderStyle HorizontalAlign="Center" />
</asp:TemplateField>
Reply
Answers (
2
)
i want to learn MVC
I have tow seperate models and i want to show them in one vi