| Thread | Last Post | Replies |
|
| System.ArgumentOutOfRangeException: 'DropDownList' has a SelectedValue which is invalid because it does not exist in the list of items. | 14 Nov 2007 03:08 GMT | 4 |
I have a DropDownList databound in a FormView and getting data from an ObjectDataSource. The data sometimes contains some values which are not in the list of items and so gives me an ArgumentOutOfRangeException on binding. I would like to intercept this value and check if it is ...
|
| Sample Login page | 14 Nov 2007 02:53 GMT | 9 |
Where can I get a sample login page with all functionalities (such as checking the password in the database, create cookies, check security and so forth). Code in C# would be fine. It it is already available, I don't have to
|
| Suppress Masterpage | 14 Nov 2007 02:03 GMT | 1 |
I am looking into reusing code to limit number of pages. When ever I display a user's name on the site, It is with a hyperlink so you can view the user profile in a popup window. Is there a way to suppress the masterpage when a page is shown in my popup
|
| Calling Page in VB.NET class? and Forcing a page error? | 14 Nov 2007 01:17 GMT | 1 |
Do I have access to the name of the page calling a class from inside the class? What's the cleanest way to force a page error from inside a class so that I'm automatically redirected to the configured web.config Error
|
| Publish Web Site | 13 Nov 2007 23:54 GMT | 1 |
Is it possible to publish a web site through FTP using Visual Studio 2008? Basically, I want to compile it and send through FTP to my hosting account using VS 2008.
|
| Web Site Folder | 13 Nov 2007 23:36 GMT | 1 |
I am creating a web site in VS 2008. I have the usual App_Code, App_Themes, etc. I would like to create a folder named Project to store some files like PNG images, DOC files, etc.
|
| Silverlight 1.1 release? | 13 Nov 2007 22:01 GMT | 5 |
Will v1.1 Silverlight be released at the end of the month along with Visual Studio 2008? Thanks!
|
| Too many sessions already active | 13 Nov 2007 21:26 GMT | 6 |
I have been "Googling" for about an hour and am turning up squat! I just started receiving this error when trying to log into a MS Access database from a vb .net web application. Recycling IIS seems to temporarily fix the problem, but I am at a loss on how to view the total # ...
|
| receiving post information | 13 Nov 2007 21:24 GMT | 2 |
My company has a java based application that can post a log file to a url and I am trying to develop an ASP.Net web page to receive it and then store the information in a SQL database. I am not sure how to do this and I have ran across a couple of samples but they do not seem to ...
|
| Question about using several search criteria on a form | 13 Nov 2007 20:22 GMT | 3 |
Hi, I have a form that I need to search several with several items, some together and some separate. Say I have a date, lastname, and invoice and I want to search on any of these individually. Do I create three sql data objects and key
|
| Retrieving image from SQL (C#) problem | 13 Nov 2007 20:22 GMT | 2 |
This is kind of silly, but I just cannot figure out why: In ASP.NET 2.0 I am retrieving images from a MS SQL server, and writing them as binary to a separate page as the url for image controls, everything by the book. I have been doing this a lot with VB. Now I am writing a new
|
| Maximum memory for ASP.NET worker process | 13 Nov 2007 19:43 GMT | 3 |
We have an application that runs out of memory on our client environment runs when executing a rather large crystal reports ( about 400000 records) spread over several 1000 pages. The current production server has about 4GB RAM. Is there any benefit in increasing this to 6GB so ...
|
| compiled asp.net webpage doesnt work? | 13 Nov 2007 19:40 GMT | 1 |
I have published a website that has the "make this site updatable" checkbox unchecked in vs2005 publish utility. I have a folder in my website that a subdomain points to with a default.aspx file in it. Since the default index file for websites on the server is index.aspx, I asked ...
|
| Forms Authentication Problem: Session expired, pages can still be visited. | 13 Nov 2007 19:35 GMT | 1 |
I am using forms authentication for a web application. Like many other member web application, my web application prints out Welcome! John Doe (Logout) on the top right corner of each protected page.
|
| Expiring page immediately after leaving it... | 13 Nov 2007 19:11 GMT | 3 |
How can I expire a page after I click on something that redirects me to another page (either a link or a Submit button)? I load the page to be expired via https. I've tried several options I found on the web, including adding on
|