When the user double clicks on one of the bookings within the grid view, i would like to transfer the Id to a text box in a separate user control. Any ideas of how could I achieve this? Thankyou
private void availableBookings_CellDoubleClick(object sender, DataGridViewCellEventArgs e)...
Hi Everyone,
I have a method which is storing values in database and after that it is print invoice. I'm printing a form for invoice printing. I want to make sure that if it's saving it should print. Otherwise rollback all chanages. Following is syntex of the method.
private...
Hye, everyone. So I am following this video to implement the crud operations using c#.
I had a discussing here too and I did the changes as they said! Still, the error is there! Please help me!
hello ,
im having a problem converting from datetime c# to datetime sql server using odbc and time c# to time(7) sql server this is my code:
command.CommandText = "INSERT INTO pointer (Nom_employe, Date_Heure , Matin, Midi, apresmidi, Soir) VALUES ( ? ,? , ? , ?, ?, ?);";
//...
Hi,
I am trying to learn database management system that exists in my company. I am new to this. So there are things that I have understood so far. I want to know what I understood is correct or not. So there is this Database which when I checked in Visual studio is of type Microsoft Sql...
im working on making an automatic OLAP cube with C# i need little help how to display an relational database schema (the database is taking from the SQL server )
My problem is I use linq with connection string instead of dbml file, so stored procedure don't show in intellisense. Is there any way to call stored procedure with linq connection string? Thanks you!
I need to call a stored procedure in one method to get the data and display it in one column of html table. the rest of columns are displayed by another methods and actionresults. (it's a mvc repository application). right now I can show the result of stored procedure in grideview, each column...
This article explains how to Backup and restore Sql Server database using C# step by step
Backup and Restore Sql Server database in C# - FreeLearningDz
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.