Articles (2414) - Page 114

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

2414 records found.
 
SheoNarayan
How to create a custom splash (loading) screen in Silverlight 
Last updated on: 05 Dec 2010 08:09:49 PM by SheoNarayan | Views: 20939 | Category: Silverlight |
Votes: 2 | Rating: 5 out of 5
In this article, we shall learn how to create custom splash (loading) screen in Silverlight.
SheoNarayan
How to partition Hard disk while your computer is fully functional? 
Last updated on: 01 Dec 2010 11:18:53 PM by SheoNarayan | Views: 8397 | Category: Others |
In this small article, I shall show how to partition your Hard Disk while your computer is fully functional (without formatting stuffs and doing partition at the time of installation).
Vuyiswamb
Drag and Drop in Silverlight 3/4 
Last updated on: 30 Nov 2010 12:14:34 PM by Vuyiswamb | Views: 11997 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
Welcome again to Dotnetfunda. Weeks ago one of our members here at Dotnetfunda asked a question on how to do a drag and drop and there was no answer on his question, so we realized that this type of a question will still come in the future. In this article I will give you a small hello world like demo on how to do a drag and drop in Silverlight.
SheoNarayan
Saving images into the database in asp.net and displaying to the GridView 
Last updated on: 29 Nov 2010 03:18:26 PM by SheoNarayan | Views: 121608 | Category: ASP.NET |
Votes: 3 | Rating: 4.33 out of 5
This article describes how to save an image file into the database and show them in the GridView.
Chvrsri
Restricting User To Login Multiple Times Using Same Credentials 
Last updated on: 29 Nov 2010 08:28:58 AM by Chvrsri | Views: 101489 | Category: C# |
Votes: 5 | Rating: 4.6 out of 5
Generally in many websites after you get logged in you will be redirected to home page. While this page is running if the user selects the new window and open the Login page again and if he provides the same credentials which was provided earlier then he will be automatically redirected to home page. But in this article I am going to explain how to restrict this if you consider the examples of gmail.com or yahoo.com once in a particular user is logged in they won’t restrict the user but here I will provide that feature and check whether if a particular user is logged in I will display it as already logged in.
Vuyiswamb
How to use Ajaxtoolkit ModalPopupExtender in ASP.NET AJAX 
Last updated on: 28 Nov 2010 03:20:34 PM by Vuyiswamb | Views: 87971 | Category: ASP.NET AJAX |
Votes: 1 | Rating: 5 out of 5
It is going to be full 4 years since I started writing articles. My First 4 years were a learning curve and no one could read my articles because I was just a newbie. I am hoping to write a book next year. Why I am saying that , is that I came across a book from a a reputable publisher, where an author badly explain a topic and he ended up pasting a generated that took 3 pages of his book. I will not do that and from the articles I have written before I have never done that, this means there is still room for people like Vuyiswa Maseko, Sheo Narayan and other guys like Abhi and QuestPond to write a book.
Mperdeck
Minify JavaScript on the fly 
Last updated on: 24 Nov 2010 09:44:38 PM by Mperdeck | Views: 21105 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
One cause of slow loading web pages is the time taken to load the JavaScript, CSS and image files. The software described here makes it very easy to reduce that time in any ASP.NET web site. It does this by minifying and combining the JavaScript and CSS files, optimizing browser caching, and much more. Installing and configuring the software is very easy for any site, and is described in detail in this article.
  • Questpond
    Design Pattern Interview Questions - Part 3 
    Last updated on: 23 Nov 2010 08:01:39 AM by Questpond | Views: 26508 | Category: Design Pattern & Practices |
    In this section we will cover State, Stratergy, Visitor Adapter and fly weight design pattern from interview perspective.
    DuaneM
    ASP.Net Site Performance: Speeding up Database Access 
    Last updated on: 23 Nov 2010 07:19:30 AM by DuaneM | Views: 12650 | Category: ASP.NET |
    SQL Server is a very large subject in itself. Rather than attempting to cover all aspects of SQL Server database access, this article focuses on those areas where you are likely to gain the biggest payoffs.
    Bharti
    Calender With Holiday Details in ASP.NET 
    Last updated on: 22 Nov 2010 08:15:29 AM by Bharti | Views: 13629 | Category: ASP.NET |
    Votes: 4 | Rating: 4.25 out of 5
    In this article, i will show you, how to add holiday details within control and apply some style for those dates.The purpose of this article is add India holiday details within the calendar control and apply some style to those dates.
    Questpond
    Design Pattern Interview Questions - Part 2 
    Last updated on: 22 Nov 2010 08:08:18 AM by Questpond | Views: 45556 | Category: Design Pattern & Practices |
    Interpeter , Iterator , Mediator , Memento and Observer design patterns.
    Vuyiswamb
    How to send an email in Silverlight Part 2 
    Last updated on: 21 Nov 2010 09:32:30 PM by Vuyiswamb | Views: 23784 | Category: Silverlight |
    Welcome again to Dotnetfunda. This is the last part of this series. The first part of the article , i demonstrated on how to create a wcf service that will be consumed by our silverlight application.
    SheoNarayan
    Error logging in ASP.NET 
    Last updated on: 20 Nov 2010 09:35:41 AM by SheoNarayan | Views: 72370 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    This article shows how to log error using asp.net in either a log file or in System event log.
    SheoNarayan
    Localization in ASP.NET 4.0 
    Last updated on: 19 Nov 2010 10:45:58 AM by SheoNarayan | Views: 56820 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Creating web application that serves different users with different cultures is crucial for clients who are doing business gloablly and ASP.NET helps developers to create such kind of application easily. In article I shall describe how to achive localization in ASP.NET web application. Localization helps to develop a global application that can be used by the global users having different cultures.
    SheoNarayan
    jQuery slideshow - cute and simple! 
    Last updated on: 17 Nov 2010 07:28:05 AM by SheoNarayan | Views: 24324 | Category: jQuery |
    Votes: 2 | Rating: 5 out of 5
    In this article, I shall show how to create a simple slideshow using jQuery in web page.