No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
Re: Go through the following tutorial , it will help u. [url]http://vb.net-informations.com/datagridview/vb.net_datagridview_tutorial.htm[/url] jerry. [QUOTE=sivakumarsnr;1277988]& DataGridView1.CurrentRow.Cells(0).Value & this part will show the error as below Error 1 Operator '&' cannot be applied to operands of type 'string' and 'object' C:\Documents and Settings\gts\My Documents\Visual Studio 2005\First\WindowsApplication3\Form1.cs 128 35 WindowsApplication3 please help to how … | |
Re: check this treeview sample , it will help u [url]http://csharp.net-informations.com/gui/cs-treeview.htm[/url] jerry. | |
Re: you can find some useful datagridview tutorials here : [url]http://vb.net-informations.com/datagridview/vb.net_datagridview_tutorial.htm[/url] Jerry | |
Re: Handling stored procedures in vb.net [url]http://net-informations.com/vbprj/ado.net-dataproviders/stored-procedures.htm[/url] datagridview paging with four button [url]http://vb.net-informations.com/datagridview/vb.net_datagridview_paging.htm[/url] Jerry | |
Re: check the link it will help u. [url]http://csharp.net-informations.com/communications/csharp-client-socket.htm[/url] jerry. | |
Re: c# connection [code] SqlConnection cnn ; string connetionString = "Data Source=ServerName; Initial Catalog=DatabaseName; User ID=UserName; Password=Password" ; cnn = new SqlConnection(connetionString); try { cnn.Open(); MessageBox.Show ("Connection Open ! "); cnn.Close(); } catch (Exception ex) { MessageBox.Show("Can not open connection ! "); } [/code] full source code here [url]http://csharp.net-informations.com/data-providers/csharp-sql-server-connection.htm[/url] thanks. | |
Re: try the following link , it will explain a basic Server-Client chat program in C# [url]http://csharp.net-informations.com/communications/csharp-chat-server-programming.htm[/url] thanks. | |
Re: you can deploy crystal reports in two ways. 1. Add CRRedist2005_x86.msi file to your setup file and distribute it as a single setup file with your C# application. [url]http://csharp.net-informations.com/crystal-reports/csharp-crystal-deploy.htm[/url] 2. Create a Crystal Reports installer using Merge Modules. [url]http://csharp.net-informations.com/crystal-reports/csharp-crystal-merge-module.htm[/url] jer. | |
Re: check the following link , it will show how to create crystal reports from dataset. [url]http://vb.net-informations.com/crystal-report/vb.net_crystal_report_without_database.htm[/url] jerry. | |
Re: You can select multiple tables from crystal report wizard while creating crystal report. follow the link , you can see it will create a crystal report from multiple tables. [url]http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-multiple-tables.htm[/url] jerry | |
Re: You can pass connection information dynamicall y to the crystal reports with the help of ConnectionInfo class. ConnectionInfo crConnectionInfo = new ConnectionInfo(); crConnectionInfo.ServerName = "YOUR SERVER NAME"; crConnectionInfo.DatabaseName = "YOUR DATABASE NAME"; crConnectionInfo.UserID = "YOUR DATABASE USERNAME"; crConnectionInfo.Password = "YOUR DATABASE PASSWORD"; Then it wont ask the information anymore. full … | |
Re: You can deploy crystal reports on client machine in 2 ways. 1. use CRRedist2005_x86.msi and 2. Use Merge Module. if you want to know more about this click the following link [url]http://csharp.net-informations.com/crystal-reports/csharp-crystal-deploy.htm[/url] jerry. | |
Re: you can pass the logon information dynamically to Crystal Report from C# source code, if you do like that you haven't met the problem again. see below src code ConnectionInfo crConnectionInfo = new ConnectionInfo(); crConnectionInfo.ServerName = "YOUR SERVER NAME"; crConnectionInfo.DatabaseName = "YOUR DATABASE NAME"; crConnectionInfo.UserID = "YOUR DATABASE USERNAME"; crConnectionInfo.Password … | |
Re: plz check this link [url]http://vb.net-informations.com/crystal-report/vb.net_crystal_reports_tutorials.htm[/url] |
The End.