| Thread | Last Post | Replies |
|
| Keeping text control characters (line breaks / carriage returns) in DetailsView field | 06 Aug 2007 21:53 GMT | 2 |
I have a bound field in a DetailsView control that displays free form description type data from my SQL database table (typical data is a couple of paragraphs of written product description being held in a single database field of type ntext).
|
| vb asp.net form for adding records to Access Database | 06 Aug 2007 21:42 GMT | 1 |
On My Webserver I have an Access Database called "Warehouse.mdb" I have a webform that has: 6 Textboxes named: txtAsset_Number.Text, txtDescription.Text, txtSerial_Number.Text, txtMfg.Text, txtRDCnumber.Text,
|
| This type of page is not served. | 06 Aug 2007 21:24 GMT | 2 |
Why when I click .asp page shows up this error on VS 2005: "This type of page is not served." Can I configure it to run .asp pages?
|
| Frame on asp.net 2.0 | 06 Aug 2007 21:14 GMT | 2 |
Hi, I need to convert a classic asp application wich uses html frame, can I use frames on asp.net 2.0 VS 2005? How can I pass values from 1 frame to another? Any materials?
|
| Drop down list in gridview header dynamically | 06 Aug 2007 21:13 GMT | 2 |
I'm trying to add a drop down list to a gridview header. The number of columns can change so it has to be done in the code behind (the .cs file). Please help me with this.
|
| Mulitple membership providers but one role provider | 06 Aug 2007 21:12 GMT | 1 |
With ASP.Net 2.0, I have setup a custom login screen that first authenticates against and SQL membership provider and if that fails, against an Active Directory provider. I'm wanting to have one SQL role provider for both these membership providers.
|
| Compilation error - Parameterized update | 06 Aug 2007 20:56 GMT | 5 |
Using Asp.net 1.1 Can somebody tell me why the code following gives this error message: Compilation Error Description: An error occurred during the compilation of a resource required
|
| 2nd pair of eyes needed for DropDownList question & saving state | 06 Aug 2007 20:21 GMT | 3 |
I'm not sure that what I'm trying can't be done (at least, not how I'm trying to do it) but I was hoping for confirmation and possible suggestions on a future approach. We have created a specialized version of the DropDownList class. An
|
| How to resize edit box | 06 Aug 2007 20:02 GMT | 1 |
I have a details view on the page with the edit link, when I click on the edit button I get my data to edit but the box is so small. How do I expand this box so I can see all of my text to edit? Thanks in advance for your help.
|
| Set ASPNET Version for Virtual Directory from C# App | 06 Aug 2007 19:48 GMT | 1 |
I am writing a C# Windows Application that will create virtual directories on our Win 2003 server machines. Using the System.DirectoryServices DirectoryEntry class I have had very little trouble remotely creating and configuring virtual directories on our servers. My problem is ...
|
| Ajax working on dev server not on ie | 06 Aug 2007 18:48 GMT | 8 |
I have a webapp that uses the AjaxControlToolkit. The app and ajax works fine when run within my dev server in Visual Studio 2005 but does not work on IIS. Any Suggestions? Bill
|
| Help: Memory Management For My asp.net Managed Code! | 06 Aug 2007 18:35 GMT | 7 |
VS2005 asp.net 2.0 C# Developing with File System/Cassini instead of IIS (publish to IIS
|
| Code Access Security | 06 Aug 2007 18:26 GMT | 2 |
I just installed .net 2.0 on a Windows 2003 server. I can find the caspol. exe program. I can't find the Framework 2.0 Configuration program. Do I need to download the SDK?
|
| NavigateURL/DataNavigateURLFormatString and Session Variable | 06 Aug 2007 17:41 GMT | 2 |
I gave up on the Page.ResolveURL and just got the Current Path from the Request.ServerVariables("Path_Info") and put it in a session variable. I thought I could use a session variable to pass the path in since the other won't work. But I am getting the same type of error.
|
| Splitter, that is, resizable panels | 06 Aug 2007 17:01 GMT | 2 |
Hi everyone! I need some tips, ideas, suggestions on best approach to create "resizable panels". The best example what I am trying to achieve could be MSN mail (hotmail) which have separate, resizable panels for folders (inbox, sent, etc.) and for messages. Maybe someone knows ...
|