Results 1 to 1 of 1

Thread: javascript in ascx file

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2002
    Location
    Mesa, Arizona
    Posts
    45

    javascript in ascx file

    Is there any limitations in using javascript in .ascx files (user controls) I got it working just fine but some of the properties for objects, ie form.item property isn't coming up. I want to set a boolean var, set that to a hidden html element, then test it in the code-behind. I have attached the ascx file for reference.

    What this is all coming down to is so I can have the user confirm a deletion in the web site, and then test for the boolean value. And since you can't use message boxes in ASP.Net this is the root I'm taking. Thought if there is a better solution in displaying a message box, I'm all ears, thanks.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width