| Thread | Last Post | Replies |
|
| File.Move copies file instead | 15 Jul 2005 19:36 GMT | 1 |
I have a ASP.Net application written in VB.Net, I have a file import function that imports a file then moves the file to an archive. The problem is that the File.Move statement copies the file, but original file is not removed even though the file now shows up in the
|
| Update an XML File | 15 Jul 2005 19:27 GMT | 1 |
I'm creating an ASP.NET(c#) tool that allows the user to edit an xml file. When the save button is clicked I want to commit the changes to the XML file. What is a good way to do this? I currently am reading the XML file into a DataSet using ds.ReadXMl() which
|
| Best method to redirect randomly at 10:1 | 15 Jul 2005 18:15 GMT | 1 |
We are conducting a test with our website. We are going to redirect every 1 in 10 visitors to a new default homepage to determine the effectiveness of this page. I'm looking for ideas on how to do this.
|
| Compare Validation | 15 Jul 2005 17:45 GMT | 3 |
I have a check box list that I am using a custom validation control to ensure that the user selected at least one option. I need to then ensure that the user has entered a value in another text field if they chose one of the check box list values. Any way to do this without
|
| datagrid excel export | 15 Jul 2005 17:23 GMT | 1 |
i have a datagrid which has paging. Is it possible to export to excel the data on all the pages, not just the one that the user is currently on?
|
| Day drop down list in GridView | 15 Jul 2005 17:13 GMT | 1 |
I have a GridView linked to an ObjectDataSource, when I am in edit mode I'd like to display a dropdownList with the name of the days and when i save the changes I'd like to store 0 for sunday 1 for monday ecc ecc Do you know how can I do it?
|
| Array of form objects? | 15 Jul 2005 17:01 GMT | 4 |
I have 5 separate placeholders within a web form. Each contain varying amounts of textboxes and labels that were dynamically created and added. When retrieving the various textbox id's and text values I use a for..next loop to step through:
|
| Parent page and Custom control | 15 Jul 2005 16:22 GMT | 1 |
I created a custom cuntrol and I want to be able to access the page object where my control was added (the page that contains my control). If I use the page object in my custom control or Parent.Page I always get "Object reference not set to an instance of an object".
|
| What is the maximum number of minutes for Session timeout? | 15 Jul 2005 16:13 GMT | 15 |
What is the maximum number of minutes for Session timeout that I can specify in web.config? Thanks. Dee
|
| Debugging ASP in .NET | 15 Jul 2005 16:13 GMT | 7 |
I'm running a mixed ASP / ASP.NET environment. I can use the debugger in for the ASP.NET code, no problems. But when I turn on ASP Debugging for the project, I get the error message: "Error while trying to run project. Unable to start debugging. ASP
|
| Type 'Array' is not defined? | 15 Jul 2005 16:04 GMT | 1 |
My code : Line 71: Dim sFiles As String Line 72: Dim myFileArray As Array It breaks on Line 72 - - error message:
|
| XML display IE | 15 Jul 2005 15:43 GMT | 3 |
I have a string which contains an xml document in my asp.net application. All I want to do is display this string/document in my browser, however I want it to look nice and formatted. Essentially I want the colour coding and the +/- to be there when I output this xml
|
| Asp.net for safari browser? | 15 Jul 2005 15:37 GMT | 3 |
Hi - can someone point me to info on the issues/resolutions of supporting the safari browser? To help me understand, if I was developing pages in say FrontPage, what attributes would I set for 'target browser'?
|
| Visual Web Developer 2005 Express | 15 Jul 2005 15:32 GMT | 5 |
I had installed .Net Framework 1.1 and developing asp.net 1.1 If I install Visual Web Developer 2005 Express, any impact on my .Net Framework 1.1 and .Net 1.1 applications? Please advise.
|
| Is the way i do, secure enought to avoid session hijacking | 15 Jul 2005 15:23 GMT | 12 |
I am storing user login information (not password) in the session. I also use, cookieless session. I realized that, if someone copy-pastes the URL after he/she logged in to the system to another person, the other person's browser opens as if the sender logged in.
|