C# ASP.NET, Why do I have to press button twice to make it works
I make a button, and I put
PageLoad
This is the imagebutton that requires me to click twice. If I click only once, it does not run
populatePage()
5 Replies
prob img.Click
i assume
mybe that function requires you to click twice
nvm its a field.
what is Click in ImageButton
class
Console.WriteLine("Image clicked");
nvm
probably, hurmmm, any idea how to assign its click event in much proper way? I mean, the ImageButton was generated by c# tho
wait, how do you see console log in ASP.NET WebForm?
That doesnt exist in c#
Web Forms runs on the server.
hurmm, I meant, the name of framework is ASP.NET..the old one