satheeshbabu

Stories submitted by satheeshbabu

IIS7 - making Forms Authentication to work for all the requests(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 1 month ago

If you were following all the news about IIS7, you would have heard that you can now plug-in ASP.NET Forms Authentication in the main integrated pipeline. Few of my colleagues, other friends tried doing this and claimed that it didn't work as expected. It is just protecting only the ASP.NET pages and they believe Forms Authentication is not in the integrated pipeline. read more...

add a comment |category: |Views: 22

tags: another

IIS7 - Few things to be known and to be remembered(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 1 month ago

Thought of posting this entry which would give some changes that are in IIS7 compared to IIS6, and also few new stuffs introduced in IIS7. read more...

add a comment |category: |Views: 0

tags: another

IIS7 - Backup Restore UI Module(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 1 month ago

You might see that there is no UI way to take backup, restore backup. Only available way (till Windows 2008 Server RC0) is by the AppCmd tool. read more...

add a comment |category: |Views: 10

tags: another

Export dataset to Excel with XSLT in Asp.Net (codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 1 month ago

Export dataset to Excel with XSLT in Asp.Net. read more...

add a comment |category: |Views: 149

tags: another

Typed Dataset and its usages(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 1 month ago

The word Dataset does not need introduction because it is one of most commonly used object in .net world. So proceeding with this assumption, a typed dataset is an object that derives from Dataset class and additionally it provides strongly typed access to its containing tables and columns. read more...

add a comment |category: |Views: 3

tags: another

Consuming .NET Web Services using XMLHTTP protocol(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 2 months ago

This article explains how to call a web service method using XmlHttp protocol encapsulated by javascript XmlHttpRequest object. read more...

1 comment |category: |Views: 31

tags: another

Accessing data using Language Integrated Query (LINQ) in ASP.NET (codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 2 months ago

Part 2, sequel and the last of the article Accessing data using Language Integrated Query(LINQ) in ASP.NET WebPages - Part 1 explains how to create entity classes to represent SQL Server database and tables using Object Relational Designer and display data in a web page using LinqDataSource control. read more...

add a comment |category: |Views: 10

tags: another

Accessing data using Language Integrated Query (LINQ) in ASP.NET WebPa(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 2 months ago

This article comprises of two parts; Part 1 deals with the introduction to LINQ and LinqDataSource control in ASP.NET and describes how to define and retrieve an in-memory data collection and display data in a web page. Part 2 explains how to create entity classes to represent SQL Server database and tables using Object Relational Designer and display data in a web page using LinqDataSource control. read more...

add a comment |category: |Views: 5

tags: another

ASP.NET 3.5, AJAX and WebServices (codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 2 months ago

This article explains the use of webservices in ASP.NET 3.5 AJAX environment and it tells how to call web service methods from a client-side javascript. It also outlines the new System.Web.Script namespace and explores the ways of defining the client-call to a web service method. read more...

add a comment |category: |Views: 4

tags: another

Using Custom BasePage Class in ASP.Net(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 4 years, 2 months ago

This article explains the implementation of custom BasePage class in ASP.Net projects. Also, it discusses some of the sample scenarios where it can be used like adding meta tags using basepage and error handling using basepage. read more...

add a comment |category: |Views: 181

tags: another