| Thread | Last Post | Replies |
|
| Why won't my session stick? Please help me. | 08 Jun 2007 14:11 GMT | 2 |
I'm using ASP 3.0 however there is ASP.NET, because I'm working an old site that is built in ASP 3.0. I hope you for getting any help for my problem from you. So, my site's sessions are empty before its timeout.
|
| Show Exception Detail | 08 Jun 2007 13:36 GMT | 1 |
When there is an exception, I want the it to display the complete exception detail..which it doest show.. what do i need to change in web.config it shows complete info when i am running it locally.. but when i deploy it
|
| WebResources. Any VB.NET sample projects? | 08 Jun 2007 13:36 GMT | 3 |
I cannot for the life of me get this to work! Everything looks like it's working (the axd path is in the page source), but when I copy it into the address bar I get a blank page and not the javascript file I'm expecting.
|
| httphandler in VS 2005 | 08 Jun 2007 13:23 GMT | 3 |
I have a httpHandler which ran ok on .net 1.1, have ported the web app across to 2.0 and it now gives a 404 error. The problem seems to be based around the fact that the source for the handler is contained in a seperate project in Vis Studio, although this
|
| WepApp - DateTime.Now.Date.ToString() gives different results | 08 Jun 2007 12:10 GMT | 5 |
I'm facing a strange problem. We have an Asp.net 2.0 Web Application and somehow the date format is changing from one client to another even if all the code is running server-side... Here is the simple sample code used to reproduce the problem :
|
| inputing, paging, sorting, a large text file | 08 Jun 2007 11:28 GMT | 13 |
I have a need to input a large tab delimited text file, which I will parse to check it has the expected columns, before allowing the user to submit it to the database. The user may paste the file into a textbox, or upload it (haven't decided yet).
|
| Regex - Date | 08 Jun 2007 10:35 GMT | 5 |
I am trying to create a RegEx which validates dates in the following format: dd/mm/yyyy > 27/12/2007, 02/03/2006 d/m/yy > 1/4/97, 2/3/06
|
| Crystal Report Access Denied | 08 Jun 2007 10:27 GMT | 7 |
I think I am giong to die, this is driving us nuts. Here is the error we are getting when trying to use CrystalReportViewer: OS: XP SP1 and another machine XP SP2 (same errors) IDE: VS .NET 2003
|
| Problem displaying binary (pdf) content in IIS7 | 08 Jun 2007 09:05 GMT | 14 |
I have a .net 2.0 web application project that creates a pdf file, saves the pdf to disk (crystal reports does this part), and then my code reads the pdf file and writes it to the httpresponse The web app works great on win2003 and xp and the end result is a pdf file is ...
|
| Input Type File Multiple | 08 Jun 2007 08:35 GMT | 3 |
Is there a way tu upload many files with a input type file control? Thanks
|
| Help! ... Outbound Port Getting Shut Down | 08 Jun 2007 07:58 GMT | 3 |
Hey All, I have some classes that I recently built for a website which uses the HttpWebRequest & HttpWebResponse objects from the System.Net namespace. Basically, the classes rap submitted data up, connect to external websites
|
| User.Identity.Name | 08 Jun 2007 07:48 GMT | 1 |
I use Form Authentication in VS2003 app. I ha ev a table for UserName, LoginName and Password. Throughout appliation I can use User.indetity.name to retrive data. But I running into the situation I have two user using the exactly same FirstName
|
| Binding multi column values in one column | 08 Jun 2007 07:27 GMT | 1 |
Asp.net 2.0. Binding a Gridview. UNtil now, it had been simple BoundColumns, but now I need to have one column show the values of 3 columns ( they are in the same datasource). I thought that I should just be able to use a template sucha as :
|
| Does the post work today | 08 Jun 2007 07:19 GMT | 2 |
seems the posting is broken although I get the message "the question has been posted successfully."
|
| How to call an SSIS package from ASP.NET 2.0? | 08 Jun 2007 07:13 GMT | 3 |
I need to call an SSIS package from ASP.NET 2.0 web page. First I triy to call it directly from the asp.net page, as the following: Dim app As New Application Dim pack As Package = app.LoadPackage("C:\GetNorthwindEmployee.dtsx",
|