saumya321

Stories kicked 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

The Basics of .NET Framework Interoperability(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service. read more...

add a comment |category: |Views: 243

tags: another

Forms Authentication with Active Directory(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 6 months ago

This article and sample code explains how you can take advantage of Active Directory in Web applications for authenticate and authorize the Web site users. read more...

add a comment |category: |Views: 328

tags: another

Integrate the web Webcam functionality using C#-.Net and COM part VIII(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, I will demonstrate a totally different technique to integrate the web cam functionality. read more...

add a comment |category: |Views: 48

tags: another

Catch a Snapshot via your webcam using C#: Part VII(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

In this article, I will show how to catch a snapshot view from your personal web cam. read more...

add a comment |category: |Views: 31

tags: another

Remote Desktop using C#.Net(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 6 months ago

Remote Desktop Services is one of Microsoft Windows components to access a remote computer through network. Only the user interface of the application is presented at the client. Any input is redirected over to the remote computer over the network. read more...

1 comment |category: |Views: 647

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

Kiss your databse only once!!!(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

This article explains about how to update the multiple records in the data controls to the server in a single transaction. read more...

add a comment |category: |Views: 601

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

Monitoring Database Connections using Performance Counters(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

Monitoring Database Connections using Performance Counters By Chandramouli Muralidaran October 14, 2009 ADO.NET performance counters can be used to monitor the status the connection resources that the application uses. This article concentrates mainly on monitoring database connections. read more...

add a comment |category: |Views: 258

tags: another