This is probably a stupid question but...
I have a set of Telerik (or simply ASP.Net) controls on a page.
In Visual Studio, I can assign a server side event by double clicking on the object in the Design mode view.
Now, because I want to lay all this out nicely, I organise all this within an ASP Table... and I don't seem to have access to the events of all controls within the table.
Everything seems fine if I use an HTML table instead.
Is that by design? Is it because the ASP Table grabs all the (click) events instead of the control inside?
Sorry if the question is a bit basic but this is not my main expertise...
Many thanks
Eric
I have a set of Telerik (or simply ASP.Net) controls on a page.
In Visual Studio, I can assign a server side event by double clicking on the object in the Design mode view.
Now, because I want to lay all this out nicely, I organise all this within an ASP Table... and I don't seem to have access to the events of all controls within the table.
Everything seems fine if I use an HTML table instead.
Is that by design? Is it because the ASP Table grabs all the (click) events instead of the control inside?
Sorry if the question is a bit basic but this is not my main expertise...
Many thanks
Eric