C
Christian Dokman
Is it possible to interact between client-side code and ASP.NET
(server-side) code and how is this done? For example, I have a
html-table that shows a column with html-buttons. When I click on a
button, I want to handle the click event with ASP.NET. I now handle it
with Javascript. Is it possible to 'do something' in the javascript
function to make values etcetera accesible in ASP.NET code?
(server-side) code and how is this done? For example, I have a
html-table that shows a column with html-buttons. When I click on a
button, I want to handle the click event with ASP.NET. I now handle it
with Javascript. Is it possible to 'do something' in the javascript
function to make values etcetera accesible in ASP.NET code?