Finding Assistance In Page Layout For Multiple Video Players?
Mar 1, 2011
Im working on a page which will display videos, on that page there will be other related videos, the requirement is to allow the user to watch up to 4 videos at a time, if you chose to watch only 1 video, then it takes up the allotted space, if you chose 2 videos then the space is divided in 2 and so on, we are still working out the specs on the size that will work..
basically i need assistance on how i can display the individual videos based on the users selection. Right now we have a page that is setup displaying charts( i know not the same thing) but those charts are
[code]....
which seem to be a decent size for the 4 smaller video clips..
View 4 Replies
Similar Messages:
Jul 16, 2010
In my application i am going to place a video player that can play the videos .flv extension videos. Present i am using jw player but it is not displaying in fire fox browser, but it playing in IE. can u tell me any player that can play .flv extension videos in both browsers (fire fox and IE).
View 1 Replies
Aug 31, 2010
Is there any method for finding the duration of an uploaded video without running any exe (ffmpeg.exe) in asp.net?
View 1 Replies
Sep 1, 2010
My asp.net(c#) method looks as follows:
[Code]....
I got the duration with the above method. But my problem is i can't delete the physical file
after my operation. I used
File.Delete(FilePath);
While performing this action i got an exception as follows:
"The process cannot access the file because it is being used by another process."
My Os is windows 7(IIS 7)
View 1 Replies
Dec 18, 2010
we are working on a portal which will have multiple websites sites loaded in same container meaning there will be a
1)Top Header showing Portals name and currently loaded app's name
2)left hand side frame having menu which will list applications which are independent of one another.Each of these application is hosted on different servers sharing same DNS name for ex .
i) [URl]
ii) [URl]
3) Righ hand frame ::this is very individual applications pages will load with there own submenu.
Now top header and left hand side menu are common across the applications while the contents in right hand frame will application specific. How can I achieve this using master page ,without requiring indivdual application to have same master page copied in there virtual directory
View 2 Replies
Oct 25, 2010
n the script below I need to add a couple of tries before the exception is thrown. The Catch statement fails to detect some exceptions and my page displays an error if an unhandled error is generated. What usually happens is that the script tries to connect to the cube while the cube db is being renamed and that generates an error. I am trying to add a loop to force the reconnection after say 30 seconds and retry the querying. I want the script to generate the error only after the second/third failure .
MyDBConn.ConnectionString = "Provider=MSOLAP.4;Data Source=core;Integrated Security=SSPI;Initial Catalog=Financials"
'Dim ex As Exception = HttpContext.Current.Server.GetLastError()
[code]...
View 2 Replies
Dec 25, 2010
At work, we've developed a custom ASP.NET Web Portal (That's very similar to iGoogle). We have "Apps" (self-contained, large web forms) and "Modules" (similar to Google Gadgets).Currently, we use a single-solution model. Right now, we have:
3 core projects
60 application projects
80 module projects
To reduce copy and pasting between projects, we're going to factor out common functionality (Data Access, Business Logic) into separate projects. I'd also like to introduce Unit Tests, which is going to increase the number of projects even more.We've already reached the point where Visual Studio is choking on the number of projects. We generally only load the 3 core projects and then whatever app's/module's project we're working on.Would a different solution structure help us out? Our number of projects is only going to increase.
In general, an app or module only references the 3 core projects. Soon, apps/modules may start referencing the Data Access/Business Logic projects. But in general, apps and modules do not make references between themselves.So to recap, what is the best practice for solution structure when there are MANY projects that use a small number of core projects?
View 1 Replies
Oct 27, 2010
I have found a very useful validation expression at http://regexlib.com/DisplayPatterns.aspx?cattabindex=2&categoryId=3 However, I want to make a couple of changes but am struggling a little!!
The expression is:
^[-]?([1-9]{1}[0-9]{0,}(.[0-9]{0,2})?|0(.[0-9]{0,2})?|.[0-9]{1,2})$
As per the link, this "regular expression will match on a real / decimal / floating point / numeric string with no more than 2 digits past the decimal. The negative sign (-) is allowed. No leading zeroes or commas. It is based on a currency regular expression
by Tom Persing."
I would like to modify this as follows:
- Not match on numbers above 999
- Allow up to 5 digits past the decimal
View 2 Replies
Jul 3, 2010
I have one grid view, similar to a Ranking, a ranking of Players registered on my created game. I added a Select button, "Play" to this grid view, and what i want to do is connect the play button with another player. Dont know if im explaining it all right but, its likeClick "Play", It goes to Ranking Table, Gets the mail of the registered player i want to play, and then i do my function about who wins the interaction.
View 1 Replies
Feb 2, 2010
I have a user control that contains an image of a product along with some product details.
If the product image is landscape, I want to render the control one way, and if the product image is portrait, I want to render the control a second way.
Example HTML Layouts (drastically simplified):
<div><table><tr><td>
<p><strong>XXXXXX</strong></p>
</td></tr><table></div>
versus
<div><table><tr><td>
<p><em>XXXXXX</em></p>
</td></tr><table></div>
Right now, both layouts are rendered. How can I conditionally render one layout and not the other?
View 13 Replies
Sep 16, 2010
I want to create a web page with a table on top and a scrollable panel. Similar layout to yahoo mail inbox page (list of inbox messages on top and the panel displaying details). Further more, the table displays general information list and the panel displays a list of detail records. when a user clicks a table row, the panel is going to jump to the specific detail row, similar to html anchors. Do you know how to implement this?
View 3 Replies
Sep 17, 2010
I've a page main.aspx. This page has a button 'Settings'. When it is clicked, I load another aspx page settigns.aspx in a popup. Now in the settings.aspx i allow the users to add controls dynamically. For example the user can create 5 textboxes. When he saves it there, I need to get that controls to main.aspx.
So i need to move all the controls from one page to another page. I'm not able to think of a solution with user controls.
View 4 Replies
Sep 16, 2010
I want to create a web page with a table on top and a scrollable panel. Similar layout to yahoo new email page (list of inbox messages on top and the panel displaying details). Further more, the table displays general information list and the panel displays a list of detail records. when a user clicks a table row, the panel is going to jump to the specific detail row, similar to html anchors. Do you know how to implement this?
View 1 Replies
Mar 27, 2010
I am new to ASP.NET development and I am running into an issue using master/content pages. I have a master file that basically defines all of the layout for my site. The only thing that the content pages are supposed to display is some very basic text/images/html, made available by one ContentPlaceHolder control in the master file.
My problem is in the display. When I view the content page, none of the layout that should be inherited from the master page is displayed -- I end up with just a 'blank' page. What seems odd, is that if I look at the Design View in VS 2005, the content page appears to show the layout that is defined in the master. Here is a sample of the source for the master and one of the content pages...
Master Page: content_pages.master
<%@ Master Language="VB" CodeFile="content_pages.master.vb" Inherits="content_pages" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
... links to CSS & Javascript files here (removed for simpler display in this post) ...
</head>
<body>
<form id="form1" runat="server">
<div id="content_holder">
<div id="content_background_top"></div>
<div id="content_background_middle">
<div id="header">
<div id="menu">... Menu Item Code (removed for simpler display in this post) ...</div>
</div>
<div id="gray_fade_bar"></div>
<div id="site_page_main">
<asp:ContentPlaceHolder id="PageContent" runat="server"></asp:ContentPlaceHolder>
</div>
<div id="footer">Footer Text Here</div>
</div>
<div id="content_background_bottom"></div>
</div>
</form>
</body>
</html>
Content Page: locations_odessa.aspx
<%@ Page Language="VB" MasterPageFile="~/content_pages.master" AutoEventWireup="false" CodeFile="locations_odessa.aspx.vb" Inherits="locations_odessa" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="PageContent" Runat="Server">
Page content will display here.
</asp:Content>
View 3 Replies
Aug 24, 2010
I am a beginner to web development and ASP.NET. I am creating a web application (not public, so SEO, bookmarking etc. is of no concern) with the typical layout of header on top, Navigation on the left, content on the right. I want the content to update without the whole page reloading when selecting something on the navigation bar. What is the typical way to implement this? MasterPage with ContentPages and using an UpdatePanel (tried this, but does not seem to work, I guess because the URL is different for each content page)? Using Frames? Using an iFrame for the content part? UserControls for the content part
View 5 Replies
Aug 10, 2010
A client of mine uses SharePoint to manage its websites, and recently asked me to build a small website for them using ASP.NET, which they would then implement via SharePoint.My skills with ASP.NET are intermediate, and I have no experience at all with SharePoint.I created a master page for the site, as well as the individual pages, but the client is telling me that they also need a page layout template in order to view and manage the site via SharePoint.
View 1 Replies
Aug 28, 2010
I am new in web development and I am designing a web based application now a days. This is my semester project and as well as my first web application. So I have designed the home page using fixed layout taking my pc's 1600x900 resolutions under consideration.I have tested it in IE, Firefox, and Chrome. But I am getting a horizontal scrollbar. And I have come to know that use of fixed layout reduce the portability of web site. I need some information/web link and help on liquid layout. I am collecting images frovarious free template provider website for my web pages and also taking concepts from that.
View 6 Replies
May 31, 2010
i developed a web application and it is working fine in local server. when i place the web application (copy paste the file of asp.net) in another local system it is working fine but the design of the page is (layout of the page) not as in the first server what could be the problem
View 1 Replies
Mar 16, 2011
Response.Write(" alert('General Settings Updated Successfully');"); statement changes the layout of my webpage i want to keep the layout as it is..
View 1 Replies
Jan 21, 2011
I have to develop a admin page in asp.net. For that I need a master page template which looks like admin panel, menu, CSS. I am seeking layout for admin panel I am not sure if this is the right place to ask this question. If it is not I request moderators to move this question to appropriate place.
View 2 Replies
Jan 21, 2010
I have a query which gets values from two tables which are in different databases.How can I write a SINGLE Connection String which connects to two databases? By the way I am using SQL Server Database
View 7 Replies
Oct 12, 2010
There seem to be a few issues in the way Razor views are designed and the code generated
1. Descendants of WebViewPage are forced to override Execute() (since it is abstract) but that method is never called. Why?
2. The virtual method ConfigurePage is never called in descendants that override this method.
3. CreatePageFromVirtualPath is no longer virtual. This was the one method that gave us access to the Layout Page (Master Page) instance. Now we no longer have this access. Why was this done?
How can one get access to the instance of a Layout page?
View 4 Replies
Feb 1, 2010
i spent a few days in creating layout of asp.net pages using the tables and found it really tough to deal with.....
now i want to have a go with the css but not the asolute positioning of the css......
so what are the tags of css which will be helpful to me for creating layouts of my asp.net pages?
View 4 Replies
Apr 28, 2010
I have a requirement to design an asp.net website that will allow non-coding staff to be able to change the layout of a page - is there any way this can be done?
View 4 Replies
Mar 19, 2010
Can someone provide a good example of multiple UpdatePanels being updated by a singe Dynamic Populate extender? Is there some way to have one UpdatePanel trigger another to make a call and subsequently update another UpdatePanel?
View 1 Replies