Problem in creating navigation custom/ user control
Dears all,
This time I m working on a navigation control say there are four buttons on a user control having "First", "Prev", "Next" and "Last" operations respectively. I used the Currency manager object but there is no event I traced. That is giving me the error while using this control in Windows form. I did the database connectivity in the Windows form only. Is it necessary to create our own event and raise the same. If yes please suggest me how, if not then give me the another alternative of it.
Problem in creating navigation custom/ user control
on Windows or Web forms you should be able to just double click on the control, which would create the event handler and the necessary wiring to the control. Otherwise, I would need to know more about what you were doing. Do you have the source that you can post here?
Romel Evans