saumya321

Stories submitted by saumya321

Working with Parameter Fields in Crystal Reports(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 6 months ago

This article is intended to illustrate how to use Parameter Fields in Crystal Reports. Parameter fields enable the creation of reports that could be used in a variety of ways, prompting the user for all kinds of information specifically for record selection and report titles. read more...

add a comment |category: |Views: 18

tags: another

How to pass SQL query parameters to Crystal Reports using Oracle(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 6 months ago

This article shows how to pass SQL query parameters to Crystal Reports using Oracle. read more...

add a comment |category: |Views: 12

tags: another

XSD XML based Crystal Report Data Source(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 6 months ago

This article is intended to illustrate the benefits of using disconnected connection in crystal reports. read more...

add a comment |category: |Views: 29

tags: another

Crystal and Reporting Services FAQ - Part 2(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 6 months ago

This article is the continuation of Crystal and Reporting Services FAQ - Part 1. This FAQ will give you a quick start for two giant reports on Crystal and Reporting Services. read more...

add a comment |category: |Views: 2

tags: another

Go beyond the limits of ASP.NET Form(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

One of the most common hitches that ASP developers encounter when they first approach ASP.NET is that managed Web applications must be written according to a single-form interface model. read more...

add a comment |category: |Views: 7

tags: another

Authenticate a user against the Active Directory(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password. read more...

1 comment |category: |Views: 397

tags: another

Handling new line and carriage return with Textbox(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article shows how to handle newline and carriage return with Textbox while working with Databases. read more...

add a comment |category: |Views: 16

tags: another

Working with System.IO.Directory Class in C#(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article is focused on understanding the Directory class of System.IO namespace. read more...

add a comment |category: |Views: 5

tags: another

Accessing the Active Directory from Microsoft .NET(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article is intended to explain the architecture design of one application querying information to Microsoft Active Directory. Microsoft Active Directory is a directory service that provides the foundation for distributed networks built on Windows. read more...

add a comment |category: |Views: 7

tags: another

Changing User Information using Active Directory(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

If your company is one of the lucky? Ones to implement Windows 2000 Active Directory you may have been looking for a way to populate it with data. Perhaps adding people’s details from a file directly into the active directory. read more...

add a comment |category: |Views: 1

tags: another

Integrating LDAP Active Directory into your .Net Web Portal (C# or VB.(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article will guide you through the best practices and method of using LDAP Active Directory as your user store for credentials and account information in your web applications or portal that you will develop in C# or VB.Net. read more...

add a comment |category: |Views: 10

tags: another

Using Expression Property to create Columns with Dynamic Values(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article shows how to create columns with dynamic values using expression property. read more...

add a comment |category: |Views: 5

tags: another

Paging and Sorting ListViews with ASP.NET MVC and jQuery(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article provides a simple example of using jQuery along with the jQuery tablesorter and tablesorter.pager plug-ins to provide sorting and paging support for a listview within the context of an ASP.NET MVC application. JQuery has partnered with Microsoft and is now integrated within the IDE to include the availability of intellisense support. read more...

add a comment |category: |Views: 473

tags: another

An Introductory look at the ASP.Net 3.5 Model-View-Controller Framewor(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

In this article we will take a brief look at the Model View Controller Framework extension for ASP.Net 3.5. read more...

add a comment |category: |Views: 5

tags: another

Implementing the Passive View -- a Derivative of the Model-View-Contro(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 8 months ago

This article demonstrates an implementation of the "Passive View Pattern" (based on the "Model View Control Pattern") for windows user controls. read more...

add a comment |category: |Views: 216

tags: another

The Two Interceptors: HttpModule and HttpHandlers(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 8 months ago

Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler. read more...

add a comment |category: |Views: 9

tags: another