| Thread | Last Post | Replies |
|
| Impersonating user | 12 Sep 2007 20:43 GMT | 4 |
I have a asp.net application, which control virtual directory, we want any user to access and we do not want to use windows authentication(we do not want windows authentication dialog) or forms authentication(as we do not want any login page). However we want to impersonate the ...
|
| aspnet_regiis.exe -ga | 12 Sep 2007 19:49 GMT | 2 |
aspnet_regiis.exe -ga <wihdows user account> grants access to IIS Metabase directories so specified account. How to remove access ?
|
| Can't delete file after sending it attached to a mail message | 12 Sep 2007 19:42 GMT | 4 |
Hi guys, i am having trouble deleting a file after sending an email. The file is in use. Here's the code: String texto = "Test";
|
| .net 1.1, display line numbers while debugging.... | 12 Sep 2007 19:41 GMT | 1 |
I don't know what I changed, but now when I debug an application I don't see the exact line number in the stack trace. I do see the functions but not the line numbers. Some times its very helpful to see the exact line number.
|
| How to open menu item link in new window | 12 Sep 2007 19:15 GMT | 2 |
Is there a way to open a link on a Menu control in a new Window? In my Intranet site, I have pages where my users use to do their work and I also have links to outside resources. When the user clicks on one of the links from the Menu, I want to open them in new windows instead
|
| Grid view | 12 Sep 2007 19:14 GMT | 1 |
I have a Gridview in my asp page. In first bound column I have Id field. I want this column to be invisible in Gridview but when I selecyt the row i should be able to get the value of that cell. I set the Column property Visible = False. and in my code behind page
|
| ajax toolkit | 12 Sep 2007 18:46 GMT | 2 |
Why when I create Calender Extender control on my web page from the Ajax Toolkit, why does it create 14 references of the AjaxControlTookit.resources.dll in my project ontop of the reference to the AjaxControlToolKit.dll and AjaxControlToolkit.pdb files? How can I have only one ...
|
| Excel question | 12 Sep 2007 18:29 GMT | 5 |
Here's the scenario I've been approached with - We have an Excel template - what I need to do, is use that Excel template, hit a database, and refresh the data within the Excel sheet with the new data.
|
| how does the app_data folder work | 12 Sep 2007 18:21 GMT | 6 |
From what I can gather, under Asp.Net 2.0, it is safe to put data and config files underneath the app_data in the web root and they will not be served directly to the browser from a URL. Can anyone explain just how this feature works. is app_data a reserved name
|
| Configration error. | 12 Sep 2007 18:09 GMT | 1 |
Dear freinds, i have an web application with a configuration file. and i have share point installed in my system. share point configuration file is available in "c:\inetpub\wwwroot\web.config" my web application configration file is available in "c ...
|
| CustomValidator on CheckBox not working | 12 Sep 2007 18:02 GMT | 2 |
I'm about at my wits end trying to figure out why this isn't working, so I'm hoping one of you can help! I'm sure there must be something simple I'm missing. I have a checkbox on an Asp.NET 2.0 web form that needs to be checked
|
| use/reuse of intranet business dlls by asp.net apps | 12 Sep 2007 17:41 GMT | 14 |
We want to use allready written C sharp programs for our asp.net applications. The idea is that we write a program ONCE and use this same EXACT logic for our internet apps. Everything will run on the same server but we will have two types of clients 1. web based, 2. intranet ...
|
| JavaScript onclick event only partially working | 12 Sep 2007 17:28 GMT | 12 |
I have a DataList which contains several LinkButtons, which are used to select a category in my application. I want the currently selected category to use a different CSS class. Here is an example of the generated code for one of the buttons:
|
| Errors | 12 Sep 2007 17:17 GMT | 3 |
I am getting error messages that I do not understand: 1. Unused local variable 'filePath' 2. Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated. (this
|
| Odd Datagrid Behavior | 12 Sep 2007 17:14 GMT | 1 |
Okay, I have a datagrid on my page, with two columns. Both of them are Template Columns, one with a link button in it and the other with a LABEL in it. On the initial databind, the datagrid is built successfully, including
|