Click here to Skip to main content
15,905,566 members

Comments by vathomas (Top 3 by date)

vathomas 3-Sep-14 5:25am View    
oh, I missed that. Would that actually matter ? I mean, why cannot I use it. It's so easy to give IDs to each row of the server table and hide them and perform other operations in the back end.
I have students who are learning .NET, now to ask them why would you use that, they would ask why can't we use that ? :/
vathomas 31-Aug-14 13:05pm View    
The only way to generate the code is to write them manually in the On____ events of the controls and in the *.cs code files. Events are not available in the properties windows or in the code view as you can see in the images.
The problem arises when we have to decide which arguments to choose.
I'm surprised that MS has not dealt with the situation yet.
vathomas 30-Aug-14 0:17am View    
But I do not want to access the table. I want to generate the events (by double clicking) related to the controls inside the table. Can you suggest an example if this is not what I understood?