How Html5 Work In Application
Apr 1, 2011Please give an example how I can integrate HTML code of offline caching in my ASP.Net application?
View 2 RepliesPlease give an example how I can integrate HTML code of offline caching in my ASP.Net application?
View 2 RepliesI'd like to get an HTML5 video player working in my mvc 2 project - specifically Kaltura video [URL] , so im trying to integrate their demo html into my Index.aspx..and i get a "Validation (XHTML 1.0 Transitional): Element 'video' not supported"
[Code]....
Here is my Site.Master, in case im missing something there
./Content/Skins/jquery.ui.themes/redmond/jquery-ui-1.7.2.css");
</style>
<style type="text/css">
@import url("../../Content/Skins/mwEmbed-player-static.css");
</style>
</head>
And im basically just copying their example.html here: Is it becasue of <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" [URL] in my Site.Master? I'm guessing maybe the word "Strict" is not allowing video tag since HTML5 isnt W3C complaint?
I am new to mvc I want devlop a small application in mvc using html5 for that I have downloaded html5 toolkit for mvc and add refernce system.web.mvc.html5 but i am unable to get html.html5Textbox please help me how to get html5 controls.
View 8 RepliesIf I need to build a silverlight application and have it work under my asp.net application!
Does that mean I have to create two different vs projects?
One for silverlight the other my asp.net application? Or I can have one in 1? What do I do?
Is anyone using HTML5 notifications in practice, and is there any value in doing so? From my understanding it's limited only to Chrome, and so I can't imagine people jumping on this thing.
View 1 Repliescan any one please tell how to use html5 in asp.net framework 2.0. My need is If internet gets disconnected, my page(aspx) should able to work in offline.
View 9 RepliesHTML5 is just an updating to XHTML 4.1 or it brings some thing different and new to the web world ,, what are the major differences between it and its predecessors..
View 1 RepliesThis question actually refers to a classic ASP page I'm working on, but I'm assuming that app variables work the same in both ASP and ASP.NET Let's say we have a bunch of websites, owned by different people. The sites are all different, but the common theme is they are car enthusiast websites. Each of these websites has their own unique index page (of course), but also "common" pages, which are pages shared by all the websites.
One of the common pages, checks for the value of an application variable, which may or may not exist. For example, lets call this page luxurycars.asp, which is a simple page that shows the top 10 luxury cars of this year. This common luxury car page will pull and use the app variable like so:
[CODE]
Dim SiteOwner
SiteOwner = Application("OwnerName")
Response.Write("This site is managed by " & SiteOwner)
[/CODE]
This app variable is set uniquely in each clients index.asp page like so:
[CODE]
Application("OwnerName") = "John Doe"
[/CODE]
Will this work? I just started learning classic ASP (for my job), and I'm reading that application variables are universal and only one copy of the variable will exist. So does this mean if John Doe sets Application("OwnerName") to "John Doe" in HIS index.asp page, will everyone that visits the common luxury car page see John Doe's name? Regardless of whether they got to that page via John Doe's page or someone elses? And if so would using a Session variable instead solve this problem? Sorry if this sounds confusing, let me know if I need to re-word it or give more detail...
I'm starting to think about and develop an architecture for a big web application, and I wanted to get suggestions and/or recommendations on which technologies and/or frameworks to use.The application will be an Intranet-based web site using Windows authentication, running on IIS and using ASP.NET. It'll need to be structured as a main web application with sub-web applications. Essentially, the entire scope is a composite browser-based, Intranet application that is composed of discrete, functionally complete modules or sub-applications.
View 2 RepliesWill linq to sql work in an asp.net 2.0 web applicationJust realized the server doesnt' support asp.net 3.5 (no control over it
View 3 Repliesusing visual studio 2008 and asp.net 3.5 and DB2. my project will give some of the records to the DataAccess layer to add the data into datbase. Untill the process end i have to wait(it's a big operation) for a long period, what i expect is, i'll hand over the data to DAL and my application will continue further works, how to do that?
View 14 Repliesi use visual studio 2010, SQL express 2008 on win server 2008
after running the wizard of security (created single user, set permissions like deny anonymous and allow the created user) and pressing F5 --> the site works just fine.
when i move the folder to IIS 7 and "convert to application" the login page appears but it wont accept the password i provided.
i was told that only Stackoverflow geniuses will answer this question.
i am using .Net 4, manged pipleine mode --> inegrated
IIS settings:
Anonymous Auth. --> Enabled
Forms Auth. --> Enabled
ASP.Net Impersonation, Basic Auth, Digest Auth, Windows Auth--> Disabled
web.config
<configuration>
<connectionStrings>
<add name="ApplicationServices" connectionString="data source=.SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
[Code]....
the username exists in aspnet_Users table and the username "encrypted" in aspnet_Membership table
I have the following simple code:
<asp:UpdatePanel runat="server">
<ContentTemplate>
<asp:LinkButton runat="server" Text="Refresh"></asp:LinkButton>
</ContentTemplate>
</asp:UpdatePanel>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Label ID="LinkButton1" runat="server" Text="<%# DateTime.Now.ToString() %>"></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
And in the master page there is a ToolkitScriptManager. but the update panel does not work never similar to they do not exist.
Note: I use .Net 4.0.
Edit: I removed the ToolKitScriptManager and added ScriptManager and the problem still exists. Seems the Ajax functionality is disabled in my application but I do not know how.
I have a Website on IIS 7.5 configured as shown below.
ParentWebSite
---ChildWebApp
ParentWebSite is an Asp.Net 4.0 Website project.
ChildWebApp is an Asp.Net 4.0 Web Application.
When I access the following url it works fine.
http://ParentWebSite/
When I access the childWebApplication using the following Url.
http://ParentWebSite/ChildWebApp
It gives a compilation error showing one namespace (ParentWebSite.BLL) not found. But that namespace is used only in ParentWebSite and not at all referred in the ChildWebApp.
My question why is my ChildWebApp dependent on the ParentWebSite dll?
Is not the ChildWebApp when deployed as above independent of the ParentWebSite when both are using there own App Pool?
How to check browser support html5?
View 2 RepliesThere is a lot of chatter about the improvements HTML5 is about to unleash on the web development world. How will this new standard affect web dev frameworks like Faces, Struts, or even ASP.NET? How long will it take them to 'catch up' in order to emit such code? Will controls get deprecated?
View 1 RepliesIs it possible (using HTML5 Shiv, for example) to implement HTML5 on a Webforms-based platform? Will ASP.NET Webforms allow the developer to semantically mark up a page using the new HTML5 elements?
View 3 RepliesI am trying to live stream my desktop over http to one or more users. The immediate goal is just to share the desktop in real time in read only mode for several users. In future we might allow the users to control the desktop as well by mouse or keyboard. I have these queries in this context- Is HTML5 + H.264 right for this or do I need to go with Flash?In either case what are all the components/servers I need for a live streaming infrastructure? (Like desktop, encoder, streaming server, web server, media player etc)? It will help compare the options, if You can post your preferences for each of these components/servers.
View 1 RepliesI am working on word report in ASP.NET application.
In my application i do permit the user to dynamically generate the word document, so whatever changes user has made in word document.
i want back this changes in word document with that specifc user.
so how can i attach the event in word document?
what user close the opened word application then my code should execute to read the word file .
I have a stored procedure that should return an output parameter. When I run the Stored proc in SQL management studio I receive the expected return value. I cannot get this stored procedure to work from my application. I keep getting an error when I tryto build.Error: Argument 10: cannot convert from 'ref System.Guid' to 'ref System.Guid?'
[Code]....
In IIS application pool I have set 2 in maximum worker process in process model, will application object, session object and cache object will be shared by the all worker process or will all worker process have different application object, session object and cache object.
View 1 RepliesI have to render text into GDI(not GDI+) and save as image in C#.NET web application not windows application, SO for that I have chosen TextRenderer.DrawText(), to render the text into GDI, But I am getting an red lined highlight below the TextRenderer with message if mouse over "The name 'TextRenderer' does not exist in the current context" . here my code is:
Bitmap Bit = new Bitmap(1000,500);
Graphics g = Graphics.FromImage(Bit);
g.Clear(Color.Red);
TextRenderer.DrawText(graphics, myText, new Font("Ariel", 50, FontStyle.Regular), new Point(20, 20), Color.Black, Color.Gold);
Bit.Save(pathToSaveImg + "image.png", ImageFormat.Png);
Bit.Dispose();
I need to retrieve the user data from the different web application. In the web.config I can specifydifferent profiles, but I cannot figure out how can I use it in the application. This is what I did:
<profile defaultProvider="i90PartnerProfileProvider">
<providers>
<clear/>
[code]...
For now, I just want to use the <audio> and <video> tags and maybe try out the drag and drop features since these are supported by Firefox 3.6. The project will just be a test project, not necessarily for production.
View 5 RepliesI'm a MVC[3] noob trying to intergrate html5 framework in the shared [site] layout. Just getting the index page to load is not working. I started from scratch (new MVC3 project). I also compared the web.config files and the controllers to the MVC3 sample project from asp.net/mvc site. Everything appears to be in order.
View 6 Replies