I have a hyperlink and I need to open a modal and pass data to it to populat
e
a datagrid. I remember in asp I would call a javascript function on the
OnClick event.
how can i do this in asp.net (VB.NET)IGotYourDotNet wrote:
> I have a hyperlink and I need to open a modal and pass data to it to popul
ate
> a datagrid. I remember in asp I would call a javascript function on the
> OnClick event.
> how can i do this in asp.net (VB.NET)
>
In asp.NET is is the same as in classic ASP.
You remember the difference between client and server side code execution?
//Rutger
0 comments:
Post a Comment