| Thread | Last Post | Replies |
|
| newbie: security & themes! | 19 Sep 2006 10:22 GMT | 3 |
asp.net 2.0 I have a webpage which get it's layout data from a theme. Using the theme works without problem until I added these settings to the web.config file: <authorization>
|
| Going sessionless (and cookie limitations) | 19 Sep 2006 10:12 GMT | 5 |
Does anyone know of a best practices or common practices article URL for implementing a sessionless web farm while still managing user logins, etc.? I just got hired by a company that told me their web site is sessionless to cut down on the overhead of using SQL Server or a state ...
|
| Limiting access to fields for web service client | 19 Sep 2006 09:48 GMT | 1 |
I have a web service that returns an entity (C# class). I would like to disallow access to some of the members in write access to the WebService clients. Setting them private or protected in the class definition can not be achieved since in the WebService they must be writeable.
|
| control que permita buscar texto dentro de PDF? | 19 Sep 2006 09:47 GMT | 1 |
Buenas, Conoceis algun control para asp.net 2.0 (si es gratis mejor, sino tampoco pasa nada) que permita buscar texto dentro de PDF's de forma rapida? (para un search engine)
|
| Can't get exception stack | 19 Sep 2006 09:19 GMT | 5 |
Hi; I have added the code to my code behinds of: private void Page_Error(object sender, EventArgs e) {
|
| Convert HTML String to HTML Document And Save | 19 Sep 2006 09:07 GMT | 2 |
I have a requirement in work that i give a person the ability to create a html document using a richt text editor. What i then want to do is save the HTML doct to my server & insert reference in a database so that i can retrieve the html document.
|
| access is denied error in a FileUpload control | 19 Sep 2006 08:59 GMT | 2 |
Hi to all, I have an error that drove me crazy. Try the following page that should only allow to upload a file: <html xmlns="http://www.w3.org/1999/xhtml" >
|
| Embedding Windows Form Control to ASP .NET Security Problem | 19 Sep 2006 07:19 GMT | 2 |
I managed to create a Windows Form Control and put it on my ASP .NET page. I have done the suggestion that is provided by modifying the security settings. From the stack trace, I would assume that the code throws exception when it is trying to retrieve the processes list that has ...
|
| How to use ConfigurationManager with ASP.NET | 19 Sep 2006 07:16 GMT | 1 |
I have created a ConfigurationSection class in VB.NET. I tested my class using a windows application. Now I need to move it into my ASP.NET project. I get an error stating that I need to specify the exePath. In the windows application I was using the ConfigurationLevel.None. ...
|
| OnItemCommand | 19 Sep 2006 05:20 GMT | 2 |
I've found that the datalist parameter OnItemCommand will fire regardless of what button (or link) you press within a datalist item, even if that button is already referred to one of the other Command events (OnEditCommand, OnCancelCommand, OnUpdateCommand, and
|
| CssClass property is ignored with wizard control (For some Users) | 19 Sep 2006 04:32 GMT | 2 |
I am using the wizard control on one of my asp.net pages. In the master page I have a reference to my style sheet. For most of my users the font sizes appear correct on the steps. However, for one of my users, the font sizes are extremely large. The user has changed his ...
|
| Check If Logged In | 19 Sep 2006 04:31 GMT | 1 |
This must be a simple question, but I just can't figure it out. I want to know if the user is logged in programmatically. I tried to use the LoginStatus control, but of course that only has a LoggedOut event, not a LoggedIn event (why?).
|
| Show Popup Help Window | 19 Sep 2006 04:29 GMT | 4 |
I'm new to ASP.NET and am trying to figure out how to popup a help window. I was able to get the following code to work: helpButton1.Attributes.Add("onclick", "window.open('http://www.softcircuits.com', null, 'height=250, width=250,
|
| master pages and atlas | 19 Sep 2006 04:09 GMT | 5 |
I have a treeview menu on my master page, When I click a menu option the page "flickers" and loads the content section. is it possible to add atlas somehow to stop the flickering when I make a menu selection and load the content section? If so how?
|
| newbie: allow deny vs deny allow | 19 Sep 2006 03:12 GMT | 2 |
asp.net 2.0 security: Below are 2 authorization blocks. I wonder what is the difference between them from a security point of view? I guess this can be a standard question on a asp.net 2.0 certification exam,
|