ASP.NET Articles (487) - Page 12

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.

487 records found.
 
Sheonarayan
How to pass data from one page to another page using querystring? 
Last updated on: 10 Jun 2011 06:46:22 AM by Sheonarayan | Views: 88463 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
To pass value from one page to another page using querystring and accessing that value to retrieve database information, we can follow this approach.
Itfunda
How to avoid the Session fixation vulnerability in ASP.NET? 
Last updated on: 07 Jun 2011 01:10:28 PM by Itfunda | Views: 99910 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn how to avoid the Session fixation vulnerability in ASP.NET.
Hiremath
Reading And Updating data to XML file using C# in ASP.net 
Last updated on: 06 Jun 2011 05:54:36 AM by Hiremath | Views: 34581 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Hi, in this article you are going to know how to read data form XML file and binding into grid view and updating the new record in the same XML file. Using Methods ReadXml() and WriteXml() Methods. In this article you also come to know how to write the data from DataSet to XML file.
Questpond
How to create a simple ASP.NET MVC data entry screen? (Tutorial No: 4) 
Last updated on: 19 Sep 2011 12:41:45 PM by Questpond | Views: 206815 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Till now we have not created any screen for data entry. In this tutorial we will create a simple data entry, flourish a simple model and display the model on a simple ASP.NET view.
Sheonarayan
How to implement SQL Caching in ASP.NET (Poll based SQL Cache dependency)? 
Last updated on: 31 May 2011 09:30:08 AM by Sheonarayan | Views: 74667 | Category: ASP.NET |
Votes: 6 | Rating: 5 out of 5
In this article, we are going to learn how to implement SQL Caching in ASP.NET using Poll based SQL Cache dependency. The push based SQL Cache dependency shall be covered in other article. In poll based, SQL Cache dependency checks for the updated data after every specified duration. With the help of Caching, we can retain pages or data across HTTP requests, so that we can reuse them without recreating them.
Itfunda
How to validate a DropdownList/ListBox? 
Last updated on: 28 May 2011 12:47:34 PM by Itfunda | Views: 12823 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn how to validate a DropdownList/ListBox.
Itfunda
How to display mouseover effect in GridView rows using only CSS? 
Last updated on: 25 May 2011 10:11:44 AM by Itfunda | Views: 49331 | Category: ASP.NET |
Votes: 6 | Rating: 4.17 out of 5
This article explains how to display mouseover effect in GridView rows using only CSS. In this article, we are not going to use jQuery or JavaScript.
  • Itfunda
    How to sort the GridView data 
    Last updated on: 23 May 2011 11:06:09 AM by Itfunda | Views: 72811 | Category: ASP.NET |
    Votes: 4 | Rating: 4.75 out of 5
    In this article, we shall see how to sort columns data in the GridView.
    Hiremath
    Reading, Opening Excel File in C# Using Microsoft.Office.Introp.Excel Object 
    Last updated on: 25 May 2011 06:48:26 AM by Hiremath | Views: 188274 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    Here i am trying to help you to how to open and read the EXCEL File and bind the data to gridview server control in asp.net using C# language. Its very easy way compared to others.
    Shantanupatel
    Bill Desk Payment Gateway Integration Approach 
    Last updated on: 02 May 2011 01:03:16 AM by Shantanupatel | Views: 86540 | Category: ASP.NET |
    Votes: 5 | Rating: 4.4 out of 5
    This post is just a guide/approach for the bill desk payment gateway integration.
    Susanthampy
    Globalization implementation in Asp.net 
    Last updated on: 27 Apr 2011 07:00:16 AM by Susanthampy | Views: 32849 | Category: ASP.NET |
    Votes: 24 | Rating: 4.63 out of 5
    Globalization is the process of developing an application that funcations for multiple cultures. A web form page have 2 culture values Culture and UICulture. Culture is user for culture dependent functions like date, currency etc. So it is mainly used for date formatting, number formatting etc. UICulture is used to identify which language the resource should load.
    Prabhakar
    Configure IIS to host your website without Asp.net 
    Last updated on: 09 May 2011 06:19:04 AM by Prabhakar | Views: 11813 | Category: ASP.NET |
    Votes: 6 | Rating: 3 out of 5
    In this article I am describe you. How to set IIS on PC then Host Your Website without Visual studio Installation. If you want in such Client machine’s you don’t install Visual Studio and Host Your Website to try it. It’s a very use full for you.
    Susanthampy
    Steps to install ASP.NET Membership Services database 
    Last updated on: 26 Apr 2011 11:16:12 AM by Susanthampy | Views: 18092 | Category: ASP.NET |
    Votes: 34 | Rating: 4.85 out of 5
    SQL Membership provider is mainly using for storing and retrieving user credentials for an application. This will avoid lengthy codes for user authentication from applications. There are mainly two types of Membership providers are there, SQLMembershipProvider and ActiveDirectoryMembershipProvider. For adding users, Microsoft providing a setup wizard named ASP.NET SQL Server Setup Wizard. Here I am discussing about SQLMembershipProvider.
    Lakn2
    Dynamically Scroll to Gridview Row in Asp.Net 
    Last updated on: 25 Apr 2011 12:37:06 AM by Lakn2 | Views: 32746 | Category: ASP.NET |
    Votes: 6 | Rating: 3.83 out of 5
    We have 100 records in gridview and we want to select 90th record. But user is not intersted to scroll through mouse and see that record. So in my article I have added linkbuttons dynamically using placeholder. When I click 90th record automatically scroll to 90th record and display it.
    Questpond
    How to create a simple hello world ASP.NET MVC? (Tutorial No: 1) 
    Last updated on: 21 Dec 2011 02:02:38 AM by Questpond | Views: 327080 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this tutorial we will see how to create a first MVC application using VS 2010 and the MVC 2 template. This complete series is divided in to 50 parts with labs and video demos.