Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Jeff Cunningham   on Aug 10 In Asp.net Category.

  
Question Answered By: Muriel Dunn   on Aug 10


Don't use the button...

<asp:calendar id="myCal" runat="server" ... OnSelectionChanged="DoStuff"
/>


protected void DoStuff(object sender, EventArgs e)
{
// Do My Stuff
}

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 


Tagged: