Hello everyone,all my data uploaded in datagridview 2 is for easy viewing just need to get information. actually not uploaded. What to do after I book the meeting room in another form with the time column data: start, stop, roomname will display on datagridview1 which means that after you book...
I want to look at the datagridview to know what time of the meeting is as shown in the picture. after selecting the start time and end time and choose the room
will automatically fill in the datagridview and have the background as shown. but the following code does not get that position, hope...
Hello everyone, I have a datagridview like the left column is the meeting room I took from the database and the hour column from 08:00 to 18:00 is that I add a new column in the datagridviewcolumn and I set Name="column1", Headertext="08: 00" to..... end of....Name="column18, Headertext="18:00"...
Hello everyone, can I ask how to show the meeting time and meeting room as shown in the picture, how can I do it on the C# datagridview after I set the schedule and the room will show up on the gridview. Design a j-style interface and automatically map the registered time frame.
Hello everyone, I have a function to load data into the combobox like this, but it fails to get
the data, hope you guys see how wrong the error in the above 2 lines is without getting the data:
private void getlistVendor()
{
VendorIndexRS vendorIndexRS = apiDocument.GetVendor(new...
I am a person who does not understand as deeply as you say because my knowledge is not much. So I hope you can help me write the code, thank you very much
i create dynamic textbox and button save app windows form, but i can't insert data to dynamic textbox after i create event button click save
private void Createtextbox()
{
TextBox textboxUsername = new TextBox();
textboxUsername.Location = new Point(420, 50);
textboxUsername.Size = new Size(500...
I want to insert data into sqlserver but when I click on each textbox such as: First Name, Last Name, Gender ... instead of typing, I finished reading and then press the insert button will save SQLServer, working on C # . thanks
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.