Help!!!! How can I retrieve the postback value????

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have multiple calendars on a web page and want to know which calendar
was clicked on when the OnDayRender event gets called. Since it's possible
a user could click on the same day consecutively, I can't use the
SelectionChanged
event to figure this out. However if I could get my hands on the postback
value
that would be awesome!! The value I am talking about is the value of the
hyperlink
when hovering over a day on the calendar:

(e.g. "__doPostBack('myControl$_ctrl1,2129)")

I got to believe I should be able to get that data. This is my last hope as
trying to
get which WebControl had focus last seems to be an impossibility. Any tips
would
be greatly appreciated!!!!
 
Back
Top