dbmsconnectivity.blogspot.com
Crystal reporting and database connectivity: Creating Crystal Reports
http://dbmsconnectivity.blogspot.com/2009/08/creating-crystal-reports.html
Crystal reporting and database connectivity. Sunday, August 30, 2009. Making a Crystal Report. Make a new windows application. Click on Project - Add new item - Data - DataSet. Right click on the empty space in the dataset - Add - Data Table. Write any name of that new Data Table. Right Click on that data table and add a new column. Click on Project - Add new item - Reporting - Crystal Report. The crystal report template will open. You can now format it according to your needs. Make a new dialog Box.
dbmsconnectivity.blogspot.com
Crystal reporting and database connectivity: Database Connectivity in C#
http://dbmsconnectivity.blogspot.com/2009/08/database-connectivity-with-c.html
Crystal reporting and database connectivity. Sunday, August 30, 2009. Database Connectivity in C#. Connect with an Oracle Database. Add the following Reference:. 8220;System.Data.OracleClient” / Help is given at the end on how to add a reference. On top of the page, write down:. Using System.Data.OracleClient;. To execute “select” type queries, use the following code:. DataSet ds = new DataSet();. OracleDataAdapter da = new OracleDataAdapter(“QUERY”,@”Connection String”);. DaFill(ds,”abc”);. In the solut...
touseefrehan.blogspot.com
Touseef Ahmad Rehan's Blog: HITS Real Estate
http://touseefrehan.blogspot.com/2011/04/hits-real-estate.html
Touseef Ahmad Rehan's Blog. A Blog which will help Software Developers in their work especially those working in Microsoft .Net. Tuesday, April 5, 2011. Is a project dealing with Real Estate property. The link of this project is HITS Real Estate. This website was developed in ASP .NET C#. With backend database in SQL Server. Labels: ASP .NET. Subscribe to: Post Comments (Atom). Brave and fearless, always making friends, . Unpredictable and EXTREMELY SMART. View my complete profile. Making Threads in C#.
touseefrehan.blogspot.com
Touseef Ahmad Rehan's Blog: SSL
http://touseefrehan.blogspot.com/p/ssl.html
Touseef Ahmad Rehan's Blog. A Blog which will help Software Developers in their work especially those working in Microsoft .Net. Steps to Enable SSL in IIS. Enabling SSL in IIS. Is not as simple as clicking checkbox setting, especially on Windows XP. In this case I will demonstrate how to use OpenSSL to create a self-signed certificate that will freely enable ssl encryption for testing and private purposes. Installing IIS on Windows XP. Requirements for installing Self-Signed Certificate. Click on Start ...
touseefrehan.blogspot.com
Touseef Ahmad Rehan's Blog: PayPal
http://touseefrehan.blogspot.com/p/paypal_31.html
Touseef Ahmad Rehan's Blog. A Blog which will help Software Developers in their work especially those working in Microsoft .Net. PayPal Integration with ASP .NET. In this article I will explain how to integrate your website developed in ASP .Net to PayPal. Setting up a Test Account. Since you do not want. To test and play with real money, you will need to create a test account. You can create a test account from. Signing up for Sandbox Account. Filling in the details of your Sandbox account. Once done wi...
haroonalvi.blogspot.com
Distributed development in C#: Making Threads in C#
http://haroonalvi.blogspot.com/2009/08/making-threads-in-c.html
Distributed development in C#. Monday, August 17, 2009. Making Threads in C#. Threads are means of splitting your program into two or more programs that execute parallel to each other. A simple code for making threads in C# (.NET) is written below. When we write this code, our main program will continue its execution from the end of this code, but before that it will create another process/program that will execute a function whose name will be written as explained below. Using System.Threading;. Very in...
touseefrehan.blogspot.com
Touseef Ahmad Rehan's Blog: Creating PDF Docs
http://touseefrehan.blogspot.com/p/creating-pdf-docs.html
Touseef Ahmad Rehan's Blog. A Blog which will help Software Developers in their work especially those working in Microsoft .Net. Creating PDF Documents in. In this article I will explain how to create PDF documents in ASP .NET. First of all, I will create a simple "Hello PDF". Next, I will create a more complex PDF document with tables. To start creating PDF documents, you need to download the iTextSharp library. We have to use the following using directives:. Using System.IO; System.IO;. Place another b...
touseefrehan.blogspot.com
Touseef Ahmad Rehan's Blog: Authorize .Net
http://touseefrehan.blogspot.com/p/authorize-net.html
Touseef Ahmad Rehan's Blog. A Blog which will help Software Developers in their work especially those working in Microsoft .Net. Authorize .Net Integration with ASP.NET. Online Payments is a common way of accepting payments these days. In this article i will explain how to Integrate Authorize .Net with C# ASP .NET and accept Payments online. Setting up a Test Account. Fill up the form and press the Sign Up. Payment through Your own Website. Div style="text-align: left;". Asp:RegularExpressionValidator ID...
touseefrehan.blogspot.com
Touseef Ahmad Rehan's Blog: KCPM Property
http://touseefrehan.blogspot.com/2011/04/kcpm-property.html
Touseef Ahmad Rehan's Blog. A Blog which will help Software Developers in their work especially those working in Microsoft .Net. Tuesday, April 5, 2011. Is a real estate project. Developed for the benefit of real estate property business owner. Its features included scrolling text news. Through dynamic data with option to view more. Search property functionality. Where there property is located. This location on google map. This website was developed in ASP .NET C#. With backend database in SQL Server.
touseefrehan.blogspot.com
Touseef Ahmad Rehan's Blog: Datalist Paging
http://touseefrehan.blogspot.com/p/datalist-paging.html
Touseef Ahmad Rehan's Blog. A Blog which will help Software Developers in their work especially those working in Microsoft .Net. In this post i will explain how to implement paging in DataList C# ASP .NET. Paging in DataGrid is provided by ASP .NET but when in some cases we need to use DataList to show data and also implement paging in that (like a google paging. We have to write code to implement such functionality. In this post I will explain how to implement paging. Int CurrentPage = 0;. LastIndex = 0;.
SOCIAL ENGAGEMENT