| Thread | Last Post | Replies |
|
| Full Trust Issue | 15 Aug 2007 12:48 GMT | 5 |
I have an asp.net application that I've installed on several of my customers laptops (they run a localized IIS). I've been doing this for years without and issue. Today I attempted to install this application on a laptop that belonged to a
|
| Web Parts - Incremental Display? | 15 Aug 2007 11:47 GMT | 3 |
On our local intranet site it has been suggested to have customizable content on the start page. Most of the content already exists as user controls, so I'm all set there, the problem is now the loading times. Many of the to-be webparts perform long running (7 to 10 seconds)
|
| Display .DOC file in Varbinary | 15 Aug 2007 11:23 GMT | 5 |
I'm storing Images and MSWord doc files in Varbinry columns. I have no problem getting and displaying the images but I'm looking for the right approach to allowing the user to download the MSWord doc in the varbinary. I've provided download of .doc files from my own directories ...
|
| Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (machine.config) ---> System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. | 15 Aug 2007 09:57 GMT | 5 |
I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type 'System.Security.Permissions.FileIOPermission,
|
| file could not be found on localhost | 15 Aug 2007 09:36 GMT | 12 |
I have just installed IIS on my XP machine, and created a folder in inetpub/wwwroot with several asp and html files in, but when I go to http://localhost/foldername/filename, I just get 'File could not be found'. What am I doing wrong?
|
| Using an asp:hyperlink versus an asp:linkbutton | 15 Aug 2007 08:20 GMT | 2 |
I need a control on my site that is a hyperlink style control, but it must, 1) Have a property that can hold where the hyperlink is pointing to. (e.g. like the NavigateUrl property in the asp:hyperlink control).
|
| Treeview click events - whole row instead of just the caption? | 15 Aug 2007 08:18 GMT | 1 |
It seems that treeviews require the user to click on a node's caption (or icon) in order to generate a postback. I'd like to be able to click anywhere on the row (eg, hook up the event to the encapsulating <tr> tag). How would I go about that--since the treeview doesn't give you ...
|
| enctype="multipart/form-data" for MasterPage | 15 Aug 2007 07:31 GMT | 2 |
I have a MasterPage. The MasterPage actually contains the <form> tag which is used throughout the site. On just certain pages that use that MasterPage, I need the "enctype" for the <form> tag to be set to:
|
| Mobile "Repeater" | 15 Aug 2007 06:11 GMT | 3 |
Hi. I'm trying to figure out how you do the most basic Data-Bound "Repeater" functionality on a Mobile ASPX page. I don't mean a list box, because it will have repeated HTML and User Controls in each Row. How do I do this, please? Thanks!
|
| Image Path | 15 Aug 2007 05:09 GMT | 4 |
I have three image groups. I have to create an XML document that models the image groups.Each grouping should include the name and location of the images within the group.
|
| GridView | 15 Aug 2007 02:34 GMT | 1 |
How do I get programmatic control of a Template column?
 Signature Arne Garvander Certified Geek
|
| Create a virtual directory and open ASP pages in web browser | 15 Aug 2007 02:07 GMT | 6 |
I followed the instruction below to create a virtual directory. I am able to open htm pages, but I cannot open ASP pages. Here is the error I am getting "Object reference not set to an instance of an object.". Do I have to have Windows Server 2003 to open ASP pages in web
|
| 'Default_master' does not contain a definition for bHome | 15 Aug 2007 01:23 GMT | 3 |
I get this error Error 1 'Default_master' does not contain a definition for 'bHome' . I cannot find out the error, someone can help me. default.master <%@ Master Language="C#" CodeFile="Default.master.cs"
|
| Menu Control and IE6 | 15 Aug 2007 01:10 GMT | 3 |
Hello all, I have menu control that works perfect in IE7 however in IE6 it is very messed up. Here is the code I am using to populate it, any ideas? My code:
|
| Set Image Control to Bitmap | 15 Aug 2007 01:01 GMT | 4 |
Hello All, want to be able to pull images from the database and load them into a bitmap through a stream which I have working. I then want to take the bitmap and load it into a Image control without haveing to save the bitmap as a file. Is this possible? Currently, I just ...
|