Re: Events not available in aspx.net?

  • From: "RicksPlace" <ofbgmail@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 17 May 2010 18:18:42 -0400

OK, I just expanded the asp page and hit enter on the MyPage.asp.vb page or 
whatever, just mention it because that is an easy way to open the code editor. 
I hit ctrl+f2 and my button appeared in the list of objects while it did not 
appear when I hit ctrl+f2 from the html editor so give that a try. If one of 
the methods I mentioned does not get the job done post up again and I will get 
some info from you and do a step by step to ensure you have access to the 
events.
  Note, I am playing in VWD but don't remember if you were working in a 
Website, using VWD, or if you were just building a Windows Project to run on 
the DeskTop. The form1 entry in one of your posts make me think I should be 
testing in Vb.net instead of VWD but then the ClientScript entry makes me think 
it should be VWD. Which are you doing? A Website or a Windows App?
  Rick USA
  ----- Original Message ----- 
  From: Christy Schulte 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Monday, May 17, 2010 3:49 PM
  Subject: Events not available in aspx.net?


  Well, I'm making some progress. I've done as some of you have suggested and 
am working in the html editor, not messing with the forms designer at all. 
HOwever, now I've discovered another problem.

  I've added a button to a page, and the button shows up when I run the 
program. I even get a navigation sound when I press enter on the button. 
However, I see no way to select an event to code for it. Placing my cursor on 
the tag and pressing f4 brings me into the property window, but the events tab 
is not active or invisible. Pressing f2 gives me a list of objects like form1, 
window, client script, etc. But none of my controls are in the list, including 
my button which is called btnAdd. Any hints?

Other related posts: