rv77777
rv77777
CC#
Created by rv77777 on 8/2/2024 in #help
✅ (beginner) Align child to left, parent to the middle
Could you please help me make "logo" in the middle of the page, and icons to the left? Keeping them at the same height, everything horizontally
<div>
<div class="header">
<div class="logo">
<AppLogoIcon
width="200"
height="200" />
</div>
<div class="icon-buttons">
<AddNewDiagramIconButton
width="100"
height="100"
onClick={() => addNewDiagram()}
className="btn btn-link"
label={<AddNewDiagramIconButton />}
/>
<ChooseSchemaIconButton
width="100"
height="100"
onClick={() => chooseSchema}
className="btn btn-link"
label={<ChooseSchemaIconButton />}
/>
</div>
          </div>
<div>
<div class="header">
<div class="logo">
<AppLogoIcon
width="200"
height="200" />
</div>
<div class="icon-buttons">
<AddNewDiagramIconButton
width="100"
height="100"
onClick={() => addNewDiagram()}
className="btn btn-link"
label={<AddNewDiagramIconButton />}
/>
<ChooseSchemaIconButton
width="100"
height="100"
onClick={() => chooseSchema}
className="btn btn-link"
label={<ChooseSchemaIconButton />}
/>
</div>
          </div>
6 replies
CC#
Created by rv77777 on 5/6/2024 in #help
✅ Creation of a database (EF/CF)
No description
54 replies
CC#
Created by rv77777 on 5/5/2024 in #help
.net updating values issues
Hi, could you help me update the student's values, please? The error is: warn: ManageStudents.Pages.EditStudentModel[0] Validation Error for Student.Group: The Group field is required. Code (all important files): https://paste.mod.gg/uqtfeztepwnx/0
1 replies
CC#
Created by rv77777 on 4/21/2024 in #help
✅ Reading .txt files in C# .net
After choosing a folder and then clicking to read all the .txt files in this folder, my program freezes when it's trying to put the data into listBoxes.
11 replies