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 &&...
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...
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...
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 :((
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.