Tagged Questions
1
vote
4answers
1k views
Can't get no javascript to execute on an ASP.NET user control
I'm trying to do the simplest thing, to show an alert popup through javascript from my code-behind of a user control (ascx.cs).
I've tried
protected void btnSave_Click(object sender, EventArgs e)
{
...