𓀠𓀒𓀡𓀬
𓀠𓀒𓀡𓀬
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
That doesnt exist in c#
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
nvm
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
Console.WriteLine("Image clicked");
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
class
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
what is Click in ImageButton
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
nvm its a field.
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
mybe that function requires you to click twice
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
i assume
14 replies
CC#
Created by AideedSS on 2/28/2025 in #help
C# ASP.NET, Why do I have to press button twice to make it works
prob img.Click
14 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
@Lupusregina Beta
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
if you play arround with it you may get what you want
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
No description
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
grid-column-start: 4; grid-column-end: 7; grid-row-start: 1; grid-row-end: 6;
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
grid-column-start: 1; grid-column-end: 5; grid-row-start: 1; grid-row-end: 5; and this for each item
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
use this
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(8, 5vw); grid-gap: 15px; text-align: center;
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
.gallary { display: grid; position: relative; padding-top: 110px; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(8, 5vw); grid-gap: 15px; text-align: center; border: 50px solid; border-radius: 50px; border-color: blue; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); top: -1500px; }
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
or use grid
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
css
20 replies
CC#
Created by Lupusregina Beta on 2/26/2025 in #help
How do you kill off left padding/margin in DataGridView headers?
margin-left: 100px;
20 replies