- 7
- 55 487
programming tutorials
เข้าร่วมเมื่อ 15 ม.ค. 2013
how to link chart /graph with database c#
in this video you will learn how to link chart with database for more database operations with charts subscribe programming academy
มุมมอง: 7 937
วีดีโอ
how to retrieve data in listbox from sql database in c#
มุมมอง 6K7 ปีที่แล้ว
search specific record in database using textbox as a parameter...! retrieve searched record in list box....! compiled....!
create auto complete text box connected with database values in c#
มุมมอง 19K7 ปีที่แล้ว
Link auto complete textbox with SQL database values using c# compiled........!
how to filter datagridview with checkedlistbox in c#
มุมมอง 4.9K7 ปีที่แล้ว
from this tutorial you will learn how to load data from inner joined tables to datagridivew using checkedlistbox as parameter........ check multiple items in checkedlistbox and retrive records against checked items........ compiled....
create crystal report with parameter using multiple tables
มุมมอง 10K7 ปีที่แล้ว
create crystal reports in visual studio 2015.... link multiple tables with crystal report.... search specific report using parameter... compiled.....
passing textbox value to another form in c#
มุมมอง 7K7 ปีที่แล้ว
how to transfer text box value to another form in visual studio c#
How to Create Login system in c# with SQL Server
มุมมอง 6137 ปีที่แล้ว
learn how to create a login form connected with SQL database....! like and subscribe ...
Hello , do you have a vb.net version of this?
Listbox select item show in datagridview ??? Please tell it's possible or not
Add crystal report on C# programstep by step th-cam.com/play/PL_xNJmr1763ra_1KZq8eQgxPd6v4D2Txk.html
myCollection.Add(dbReader.GetString(0)); - I want to get id (number, not string) myCollection.Add(dbReader.GetString(0).ToString()) - don't work. Help please!
Fool start from the first creation of chart how can they know how to add the chart in that you are totally waste.
Thanks so much for direction! but i have problem in selection, i have checkedListBox to select multiple items and retrieve data according to multiple item selection. for Example HBS H.Pylori RBS i have to print report of the above selected items. Can please write more direction. Thanks!
thank you!!!! very useful
shukria bhai for video,kaafi time se ye nahi solve hora tha
shukria bhai for video,kaafi time se ye nahi solve hora tha
shukria bhai for video,kaafi time se ye nahi solve hora tha
shukria bhai for video,kaafi time se ye nahi solve hora tha
shukria bhai for video,kaafi time se ye nahi solve hora tha
thank you , very helpful
Sorry to point out but code has few errors, U can Correct it bro: docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqldatareader?view=netframework-4.7.2 Thanks helped out
Thank you very much! Your tutorial is the only one that showed how to do everything properly!
using System.Windows.Forms; using System.Windows.Forms.DataVisualization.Charting; SqlConnection con = new SqlConnection(); con.ConnectionString = ""; con.Open(); SqlCommand cmd = new SqlCommand("Select vallue from val", con); SqlDataReader reader = cmd.ExecuteReader(); Series sr = new Series(); while (reader.Read()) { chart1.Series[0].Points.AddY(reader.GetInt32(0)); }
Assalm.0.Alayikum bhayi ap kaisy ho, bhayi c# chart kileai jo database connection coding hai, woh agr ap k pas data access class ya layer to us class ko yaha kaisi call krna hai aur phir chart kileai coding kaisi kringy!
its nice.but we can you sql command to show data in cryrepot in C# for multy table and parameters
GRAPH (c #) WANT YOU TO CHANGE THE COLOR OF THE DIAMONDS AGAINST SQL SERVER VALUES This sounds like a traffic light when a button is clicked on to create a table, when the code and its colors go through a certain value that turns red. String sql = "select D_type_Spend, Price from type_spend"; chart1.DataSource = Upload Data (sql); chart1.Series ["Series1"]. LegendText = "Cost per product"; chart1.Series ["Series1"]. XValueMember = "D_type_Spend"; chart1.Series ["Series1"]. YValueMembers = "Valuable";
how to use to parameter please can u send me code
This function working well but some time(means when i run two, three time my program) my program give this Error .."Attempted to read or write protected memory. This is often an indication that other memory is corrupt."... so plez help me how to resolve it plez ..........
Yes. This is EXACTLY what I am plagued with after using this code. Delete the code--no more problems.
Did you find alternative solution...? If yes please let me know...
thanks, it's helpfull
thanks sr its realy working you are great
missing assembly reference error. Can you please help me how to declare this. Thanks..
how to use crystal report with 2 parameters id and date Please tell me...
how to use crystal report with 2 parameters id and date Please tell me...