| Thread | Last Post | Replies |
|
| Parsing an uploaded text file | 21 Dec 2006 15:24 GMT | 5 |
I'm at my wits end on this one...I have an aspx page that allows the user to upload a text file. Then I'm saving the file to a binary column in a sql database. However, I need to be able to parse this text file. I know I can simply spit the file out to the hard drive and
|
| Page Load error | 21 Dec 2006 15:24 GMT | 2 |
The Response.Redirect("default.aspx") produces an error with the message "Thread was being aborted.". What does that mean? Can/should I disregard it? Try
|
| Slow .NET | 21 Dec 2006 15:06 GMT | 5 |
I have VS 2005. It works very slow.I have centrino 1,5 processor, 512 MB ram and hdd 4200 rpm. What I need to change or upgrade, ram or hdd or processor?
|
| why why why why why | 21 Dec 2006 13:15 GMT | 4 |
when i open a datasource, does the database get passed bfrom me to the server, and I have to sit and wait why why why
|
| Session timeout | 21 Dec 2006 12:58 GMT | 1 |
I was just wondering if we can override the session timeout for some of the pages in a web application as defined in the web config? let is say i have a group of pages A, b, c, d that are only related to each other and I don't want their session to be expired in 20 min as
|
| Best practice Transfer files to webserver ASP.NET 2.0 | 21 Dec 2006 12:05 GMT | 1 |
What is the best way to transfer the necessary files of a website to the webserver. In VS2003 there was a possibility to say Project copy -> only files, which are necessary for running !
|
| VWD why why why | 21 Dec 2006 11:42 GMT | 1 |
Why when i save a page to the web does the whole app lock up? Why can't I switch to another page while that page is saving?
|
| really annoying | 21 Dec 2006 11:40 GMT | 1 |
I can have a sqldatasource1 and a sqldatasource side-by-side in a form, and i can get intellisense on on but not the other what the heck. Seriously, what the heck????
|
| Lost dll in VS2005 project converted from VS2003 | 21 Dec 2006 11:05 GMT | 2 |
We have upgraded an ASP.NET solution from VS2003 (.NET 1.1) to VS2005 (.NET 2.0). On rebuilding the solution, no dll appears in the bin folder of the Web site. Is this the usual case for VS2005 solutions? If so, how can a solution be deployed? If not, can anyone suggest what ...
|
| System.Nullable 2.0 Framework | 21 Dec 2006 10:35 GMT | 4 |
The 2.0 Framework has a new type called System.Nullable. This allows something to Not exist, basically you can pass 'Nothing' to a method whose parameters as System.Nullable. Im looking at table adapters ; you know those clever little things which
|
| HELP! Page.RegisterStartupScript not working right in firefox | 21 Dec 2006 09:08 GMT | 2 |
In my ASP.NET codebehind I have the following code to jump to a certain section of the page: --- Dim strAnchorScript As String = "<script language='javascript'>" & _
|
| File Uploading permission | 21 Dec 2006 08:56 GMT | 4 |
I am trying to upload and save as a picture to "root/Photos" folder in my web application. I am using this code to perform this task DirectoryInfo strFolder = new DirectoryInfo("/Photos/");
|
| DropDownList Problem | 21 Dec 2006 08:25 GMT | 2 |
I have two drop down list boxes on my asp page. The boxes store a country value on my page. They are filled by code during the load event and then I set their values in code from a table on a SQL server. If the values are the same then all is OK but if the values happen to be ...
|
| Image data in profile: 28 bytes unaccounted for? | 21 Dec 2006 07:46 GMT | 2 |
I'm using the ASP.NET 2.0 profile system to keep an image of members of my website "MyWebsite". Initially, I've created the property in the web.config like: <add name="Photo" serializeAs="Binary" type="System.Byte[]" >
|
| Check user | 21 Dec 2006 07:21 GMT | 4 |
I am creating a Poll system and I need to check if a user has already voted. What should be the best way to do this? 1. Should I save the user IP along with its vote in the database?
|