Articles (2414) - Page 152

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
Consuming ASP.NET Web Service in Silverlight 
Last updated on: 13 Jan 2009 07:46:31 PM by SheoNarayan | Views: 46295 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
This article describes how to consume ASP.NET web service in Silverlight in easy to follow steps.
Amit.jain
Creating AutoComplete TextBox in Windows Froms using C# 
Last updated on: 13 Jan 2009 06:53:10 AM by Amit.jain | Views: 181547 | Category: C# |
In this example i am explaining how to create AutoComplete TextBox or ComboBox in winforms using C#
Amit.jain
Implementing autocomplete textbox in gridview using Ajax autocomplete extender 
Last updated on: 11 Jan 2009 10:05:43 AM by Amit.jain | Views: 94057 | Category: ASP.NET AJAX |
In this example i am implementing the AutoComplete functionality to textbox in the EditItemTemaplate of GridView using AJAX autocomplete extender, for this we need to create a web service which calls the method to fetch data from database and display results as suggestions for textbox
Amit.jain
Multiple DetailsView using DataKeyNames of a GridView 
Last updated on: 08 Jan 2009 05:27:53 AM by Amit.jain | Views: 15313 | Category: ASP.NET |
This is a example of populating three different DetailsView based on selection of of record in a GridView using Multiple DataKeyNames in C sharp and ASP .NET In this example GridView is populated from a table called Website using SqlDataSource, on GridVies i have defined multiple (3) DataKeyNames separated by comma, which will be used to fetch the record related to those DataKeyName from 3 tables in 3 DetailsViews
Amit.jain
Implementing search in GridView and highlight results 
Last updated on: 08 Jan 2009 05:22:39 AM by Amit.jain | Views: 60948 | Category: ASP.NET AJAX |
Votes: 1 | Rating: 5 out of 5
In this example i am populating gridview by creating Sqlconnection and SqlCommand, i've put a textbox for text to search in footer of gridview using footer template , and the search results are highlighted using regular expression, i m using AJAX for partial postback and update progress template to show search progress
Questpond
Windows Communication Foundation FAQ quick starter - Part 2 
Last updated on: 07 Jan 2009 01:32:18 AM by Questpond | Views: 26253 | Category: WCF |
In this section we will run through a quick FAQ for WCF. I am sure after reading this you will get a good understanding of the fundamentals of WCF.
Questpond
Windows Communication Foundation FAQ - Part 1 
Last updated on: 07 Jan 2009 01:05:55 AM by Questpond | Views: 274215 | Category: WCF |
Votes: 7 | Rating: 4.86 out of 5
In this section we will run through a quick FAQ for WCF. I am sure after reading this you will get a good understanding of the fundamentals of WCF.
  • Amit.jain
    Redirection to Login page after session time out 
    Last updated on: 05 Jan 2009 07:49:14 AM by Amit.jain | Views: 43363 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    In this example i'll show how to detect the session timeout which occurs when user is idle for the time specified as Session.Timeout,using C# asp.NET and if it is than redirect the user to login page to login again, for this i've set time out value in web.config file to 1 minute
    SheoNarayan
    How to work with multiple xaml file in a single Silverlight application 
    Last updated on: 05 Jan 2009 01:40:52 AM by SheoNarayan | Views: 47058 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    In this article, I shall try to explain how to work with multiple .xaml file in a single Silverlight application.
    Questpond
    Crystal and Reporting Services Interview Questions - Part 2 
    Last updated on: 31 Dec 2008 06:30:54 AM by Questpond | Views: 9306 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    This Interview Questions is Part 2 and it will give you a quick start for two report giant’s crystal and reporting services.
    Amit.jain
    Cross page posting, Submit Form and Server.Transfer methods in ASP .NET for data transfer 
    Last updated on: 30 Dec 2008 09:59:10 AM by Amit.jain | Views: 22759 | Category: ASP.NET |
    To transer data using cross page posting, we need to use FindControl method. We can write code like this
    Amit.jain
    Data Transfer to other aspx pages using Query String Session cookies and cross page posting 
    Last updated on: 30 Dec 2008 09:44:45 AM by Amit.jain | Views: 14580 | Category: ASP.NET |
    Several time while developing asp .NET applications we need to transfer daa from one page to another, we can achieve this by several methods , some of them are 1. Using Query String 2. Using Cookies 3. Using Session Variables 4. Using Cross Page Posting 5 . Using Server.Transfer
    Amit.jain
    Populating dropdown based on the selection of first drop down in DetailsView using FindControl and ItemTemplate 
    Last updated on: 30 Dec 2008 12:59:45 AM by Amit.jain | Views: 12852 | Category: ASP.NET |
    Here is the code for populating a DropDown based on selection of another drop down list in Details view control of ASP .NET , in this example i've added two DropDowns in DetailsView control using TemplateField and InsertItemTemplate The Second DropDown (ddlProducts) is getting populated based on Category selected in Category DropDown , For this i've used SelectedIndexChanged event and findControl method to find the control and sqldataSource is used as datasource for the dropdowns and DetailView
    SheoNarayan
    Before sending an official email 
    Last updated on: 29 Dec 2008 11:29:02 PM by SheoNarayan | Views: 18111 | Category: Others |
    Here are few things that should be considered before sending an official email.
    Questpond
    Crystal and Reporting Services Interview Questions - Part 1 
    Last updated on: 27 Dec 2008 05:36:16 AM by Questpond | Views: 43200 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    This Interview Questions will give you a quick start for two report giant’s crystal and reporting services.