Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. olapol

    Role-based security in C#

    I am trying to make a role-based security in C# Web Application. And I am afraid that it not work in C# because of some VS.NET error! I cover an OnAuthenticate event in global ascx with code: HttpApplication app = (HttpApplication) sender; if (app.Request.IsAuthenticated &&...
  2. olapol

    handling in a control events raised from another control

    Thank you for your advice ;-) Details: Control A is my own Web User Control, named SearchControl. I use it to filter objects from database (by name, address, city ect.). It has a DataGrid which alows to choose one of the filtered object by clicking on hyperlink. Control B is another Web User...
  3. olapol

    handling in a control events raised from another control

    I need to put two different controls on a WebForm. Control A raises an event "SearchDone". Control B should handle this event. The problem is, that control B doesn't see control A, so I can't add event handler for event SearchDone in control B. Is it possible to make control B aware...
  4. olapol

    changing report type at runtime

    I need to change a chart type in my report at runtime - for exemple from line chart to bar chart. I would be really happy if somebody could help me - I spend a lot of time trying to do this - without any result :((
  5. olapol

    tooltips

    I need to use tooltips to show data details. They should be displayed when user move pointer do a data marker on the chart, and the data value for this marker should be shown. Is it possible to do it with Crystal Reports?

Part and Inventory Search

Back
Top