ASP.NET Videos (119) - Page 9

Watch free Video tutorials by the selected registered members. If you also want to share video tutorials, please let us know for approval.

119 records found.
 
Video - How to save and retrieve regional languages data from the database? 
Last updated on: 22 Jun 2011 09:58:52 PM by SheoNarayan | Views: 4796 | Category: ASP.NET
In this video we are going to learn how to save and retrieve the regional languages data from the database using ASP.NET. For more ASP.NET How to Tips and Tricks visit http://www.itfunda.com/Howto
Video - How to configure & use State Server session management? 
Last updated on: 09 Jun 2011 01:19:34 AM by Itfunda | Views: 8068 | Category: ASP.NET
To save session in the different process or different machine (in the asp.net state process) so that crashing application doesn't destroy the session data, we can follow this approach. In order to use the State Server Session management, we need to first start the service that gets installed while installing the .NET Framework on the system.
Demo of Button and LinkButton control in ASP.NET 
Last updated on: 03 Jun 2011 07:39:00 PM by SheoNarayan | Views: 6492 | Category: ASP.NET
This How to is the part of .NET How to [LINK]http://www.itfunda.com/Howto[/LINK] How to specify the Tooltip for the ASP.NET Server controls? How to specify a default button on the page so that when user hits the Enter key that button gets clicked? How to apply CSS style from the sever side to the asp:Button control? How to fire a server side event on click of the Link? How to post the page to another page on click of the Link? How to fire client JavaScript function on click of the asp:LinkButton?
Video - How to implement Forms Authentication security in ASP.NET? 
Last updated on: 25 May 2011 10:23:12 AM by Itfunda | Views: 6118 | Category: ASP.NET
In this video, we have explained how to implement security or login mechanism or forms authentication in the asp.net website or web application. We shall also learn how to use asp:Login, asp:LoginView, asp:LoginStatus and asp:LoginName control.
How to do ASP.NET Tracing and instrumentation? 
Last updated on: 29 Jan 2011 07:02:46 AM by Questpond | Views: 5633 | Category: ASP.NET
In this video we will look in to how to do tracing and instrumentation using the ASP.NET trace attribute. When you install ASP.NET in production server we do not have visual studio IDE, this video talks about how we can use trace attribute to do debugging on production environments.
  • What are the changes in the .NET 4.0 security model & What is Sandboxing? 
    Last updated on: 23 Oct 2010 08:55:49 AM by Questpond | Views: 8880 | Category: ASP.NET
    This is a simple video where we have created a simple code marked it as security critical and then we tried calling the same from security transparent code and we get an error.
    What is CAS, evidence, permission set & code groups? 
    Last updated on: 23 Oct 2010 08:04:04 AM by Questpond | Views: 9345 | Category: ASP.NET
    This complete video which explains how we can assign permission, permission set,code group and evidence to an exe or an assembly.
    Can you expalin Optimistic locking ? 
    Last updated on: 02 Oct 2010 07:59:36 AM by Questpond | Views: 5932 | Category: ASP.NET
    This video talks about Optimistic locking ...
    ASP.NET 4.0 Web.config transformation 
    Last updated on: 08 Sep 2010 07:18:57 AM by Questpond | Views: 6414 | Category: ASP.NET
    Many times you have different config files for different environments. This video talks about how the new feature in ASP.NET 4.0 Web.config transformation helps to minimize the confusion.
    Forms Authentication and Authorization ( Windows Authentication) 
    Last updated on: 11 Aug 2010 08:50:18 AM by Questpond | Views: 7161 | Category: ASP.NET
    This windows explains the 3 different types of authentication mechanism's provided by ASP.NET. Finally this video dives in depth in explaining how windows authentication can be implemented in ASP.NET applications.
    ASP.NET Authentication,Authorization,Principal and Identity objects 
    Last updated on: 11 Aug 2010 06:33:23 AM by Questpond | Views: 6533 | Category: ASP.NET
    This video explains the four important vocabularies Authentication,Authorization,Principal , Identity objects. It then shows a sample application which shows how to display the current user using principal and identity objects.
    Multiple Files upload in ASP.NET and ASP.NET with jQuery 
    Last updated on: 11 Aug 2010 04:26:34 AM by Webmaster | Views: 10824 | Category: ASP.NET
    This article shows how to upload single and multiple files on the server using ASP.NET and ASP.NET + jQuery plug in. This articles also covers related configuration settings you need to set in order to limit the size and type of file to be uploaded.