I am bit new at the .Net version of everything:
This code works properly:
Button1.Attributes.Add("onclick", "vb: return confirm('Is this the location you are working?');"
What I need to know is how do I get the return value of this box? I am trying to do multiple operations depending on user selections.
Also is there an input but in ASP.Net?
Thank for all of your help
Billy Ballard
For in the past, Lies the future.
This code works properly:
Button1.Attributes.Add("onclick", "vb: return confirm('Is this the location you are working?');"
What I need to know is how do I get the return value of this box? I am trying to do multiple operations depending on user selections.
Also is there an input but in ASP.Net?
Thank for all of your help
Billy Ballard
For in the past, Lies the future.