| Thread | Last Post | Replies |
|
| Profile Problem | 16 Sep 2006 15:08 GMT | 2 |
I added some profile properties to my web.config file. Then I started to use my profile properties in a page class and I get an error: An error has occurred while establishing a connection to the server.
|
| Can't find an option in VS 2005 | 16 Sep 2006 14:55 GMT | 1 |
I was reading the article in http://msdn.microsoft.com/msdnmag/issues/06/08/BasicInstincts/ In figure 9 you can see the properties of an image file. However, in my VS2005 I only see 2 properties: File Name and Full Path.
|
| q; read file names | 16 Sep 2006 14:12 GMT | 2 |
I need to read all the files in current and sub folders and put it into a list box, is there any example in C# I can use?
|
| ASP pages in .Net project. | 16 Sep 2006 14:09 GMT | 2 |
If I mix classic asp pages into a .Net ptoject, and I need the Authorization_request event in the gloabal.asax to fire (implementing LDAP security), will the Authorization_request event fire for the ASP page?
|
| What's better: using Application or Session object?? (in my case) | 16 Sep 2006 13:36 GMT | 2 |
I wanted to get some advices from you guys. I have a little web-shop in ASP.NET for a project. I have several VB classes, where the most important ones are the "DBmanager" and the "DataManager". The DBManager creates the database connection and has
|
| How to change database name on the fly? | 16 Sep 2006 09:39 GMT | 6 |
How to change database name on the fly? I have an asp.net application in which a user connects to a sql server, where there's a centralized database with the users table and general settings.
|
| WebClient.UploadFile adds stuff to the file. | 16 Sep 2006 09:16 GMT | 2 |
I'm trying to upload stuff using the UploadFile from WebClient and I've noticed that it adds header and footers to the stream. Is there any way to get rid of that automatically? I'm using
|
| WebClient.DownloadFile() plus cookie? | 16 Sep 2006 09:12 GMT | 3 |
How do I add a required cookie to my WebClient.DownloadFile() request? Chip
|
| How to skip some items of a repeater | 16 Sep 2006 08:58 GMT | 3 |
I would like to skip the display of some items of a repeater. I think I need to do something like this: <asp:Repeater ...> <ItemTemplate>
|
| Validator Control on more textbox control | 16 Sep 2006 08:25 GMT | 1 |
it is possible to use a Validator control of asp.net on more controls. If I have two controls of type text, I can use an only Validator? Thanks to all Marko
|
| VS 2005: Cannot set Configuration of web project to "Release" | 16 Sep 2006 08:03 GMT | 2 |
I am trying to build and deploy a web project from VS 2005 and am unable to select "Release" when I look at the configuration manager. I have several other projects that I am using that I am able to set to "Release", but I only can choose "Debug" for the web project.
|
| Databind a label outside of clasic data controls (DataList, Repeater, GridView, etc) | 16 Sep 2006 07:31 GMT | 2 |
In Asp.Net 2.0 I need to create a very special layout with data coming from an ObjectDataSource. It was already working using a GridView, but I need a free layout. So, I dropped the GridView and added something like this:
|
| File upload control | 16 Sep 2006 02:55 GMT | 5 |
1. I am a little new to ASP.NET, so please bear with me. 2. I am trying to create a very simple website which requires an upload box (end user file sizes may be anywhere between 1MB to 10 MB). 3. I would also like to show a progress bar so that the user can see
|
| Event within an Event Issue | 16 Sep 2006 02:03 GMT | 1 |
Using asp.net 2.0 I have a web project with one page which contains 2 user controls. One user control is a message bar with a label control and the other user control that contains a treeview control. I created an event on the tree user control to publish any error
|
| default submit button | 15 Sep 2006 22:58 GMT | 3 |
I have a form that has 2 text box for input and 2 buttons. Like so: Enter item: <textbox> <button> Enter desc: <textbox> <button>
|