Videos (513) - Page 35

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

513 records found.
 
How to configure & use State Server session management? 
Last updated on: 04 Oct 2011 06:13:52 AM by SheoNarayan | Views: 5394 | Category: ASP.NET
To save session in 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. To view the video, please go to below url
Video :- c# and .NET interview question :- What are anonymous methods in c#? 
Last updated on: 04 Aug 2011 08:27:02 AM by Questpond | Views: 13879 | Category: .NET Framework
In this .NET and C# video we will see a small sample for Anonymous methods and in what situations to use anonymous methods.
Video : asp.net ImageButton, Hyperlink, and Image tips and tricks 
Last updated on: 26 Jul 2011 03:19:43 AM by SheoNarayan | Views: 7393 | Category: ASP.NET
In this video, we shall cover following How to's For more videos, visit [LINK]http://www.itfunda.com/Howto[/LINK] How to specify image as a button and fire server side event? How to fire JavaScript function on click of the asp:ImageButton? How to apply CSS style from the server side to the asp:ImageButton control? How to specify the alternate text of the Image button so that if image is not available, the text displays? How to fire JavaScript function on click of the image? How to apply CSS style to the image? In case I just need to display the image, should I use asp:Image control or html img tag? In which scenario asp:Image control should be used to display the image? How to specify the hyperlink to another page or website in asp.net? How to decide I should use either html anchor tag or asp:Hyperlink control on my page? How to specify an image as HyperLink in ASP.NET or HTML? How to remove the border that by default comes when an image i ...
Video :- Learn SharePoint 2010 step by step ( Full portal created end to end) 
Last updated on: 22 Jul 2011 05:47:57 AM by Questpond | Views: 73893 | Category: SharePoint
In this tutorial we start form basics of what is sharepoint 2010 and the different versions of sharepoint 2010. We will also create a complete intranet portal with HR and account sub section using sharepoint 2010. While doing this practical we will understand various concepts of sharepoint 2010 like sharepoint 2010 list,sharepoint 2010 site,sharepoint 2010 content types and custom fields.
Video - ASP.NET Button Tips and Tricks 
Last updated on: 20 Jul 2011 05:16:05 AM by SheoNarayan | Views: 6295 | Category: ASP.NET
In this we shall cover following How to Tips and Tricks How to fire JavaScript function on click on the Button and prevent the Form submission? How to avoid multiple clicks while submitting the form on the server? How to post a page to another page in ASP.NET? How to specify the Tab index for the TextBox, Button or any other asp.net form control? For more Tips and Tricks video, visit .NET Tips and Tricks - http://itfunda.com/Howto
  • SharePoint interview questions: What is sharepoint 2010, sharepoint foundation 2010 and sharepoint server 2010? 
    Last updated on: 06 Jul 2011 10:59:39 AM by Questpond | Views: 17048 | Category: SharePoint
    In this video we will understand what is sharepoint 2010 , differences between sharepoint foundation and sharepoint server 2010 and finally we will try to understand the different software and hardware requirements for sharepoint 2010.
    WCF interview questions - What is WCF One way contract? 
    Last updated on: 26 Jun 2011 04:46:31 AM by Questpond | Views: 10594 | Category: WCF
    In this video we will see first go through the theory of WCF one way and WCF two way duplex contract. Once the theory is done we will see a simple practical code of how to implement WCF oneway contract in WCF services.
    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: 4805 | 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: 8110 | 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.
    C#/.NET interview questions: What are Generics? 
    Last updated on: 04 Jun 2011 06:31:02 AM by Questpond | Views: 20872 | Category: C#
    In this video we will try to understand the concept of generics and how they help us to seperate the logic from the datatype. We will also see a small demonstration of how generics can be implemented in c# and .NET.
    Demo of Button and LinkButton control in ASP.NET 
    Last updated on: 03 Jun 2011 07:39:00 PM by SheoNarayan | Views: 6522 | 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: 6168 | 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.