| Thread | Last Post | Replies |
|
| DataSet and dataSet | 08 Mar 2006 14:39 GMT | 2 |
I'm going through a Wrox book on asp.net. I'm just curious that if VB is not case-sensitive, why does it let you get away with this? Dim dataSet As DataSet = LoadMyCalendarData I would think think the compiler would flag you in one way or another
|
| Maintaining the Session | 08 Mar 2006 13:48 GMT | 1 |
I have a web application that contains a Java applet that uploads and downloads files between a client and server. My application is set to timeout the current session after 30 minutes (i.e. in web.config, there's <sessionState timeout="30">). Unfortunately, if someone is
|
| MS Access Query - use like stored procedure? | 08 Mar 2006 12:46 GMT | 1 |
If connecting to MS Access DB instead of SQL, can you call a query similar to how you would call an SQL Stored Procedure? Examples would be great!
|
| upload a file to a different server | 08 Mar 2006 12:28 GMT | 8 |
Hey guys I'm trying to upload a file from one server to another I have been trying several ways but I'm still not getting the results I want. Basically I have the HtmlInputFile component and I have read the file using:
|
| VS 2005 SP1, When | 08 Mar 2006 11:17 GMT | 3 |
Anybody who knows when a service pack will be released for VS2005 ?? ... which hopefully will fix the 'at least 3 crash a day' problem. TIA Søren
|
| Item ID in CheckListBox | 08 Mar 2006 10:51 GMT | 1 |
I want to have a hidden ID field and a descriptive field visible on the checklistbox. So that when I need to cycle through all the elements of the checklistbox I am able to use the ID and not have to mess around with the actual text being displayed to get my item id.
|
| manipulation of configuration files programmatically | 08 Mar 2006 10:49 GMT | 3 |
how to insert or update configuration(.config) files using xml api or with some thing else i mean inserting a new element into particular section e.g: i want to programmatically add an entry to appsettings section
|
| truncate file | 08 Mar 2006 07:40 GMT | 2 |
I have a 4 GB file and I want to truncate it to, say, 3.8. Cany I do something like seek to some byte in the file and then delete all the bytes that come after that? If yes how? Thanks
|
| Access network shares from asp .net 2.0 | 08 Mar 2006 06:39 GMT | 2 |
I'm developing a web based filemanager and it should of course be able to read network shares inside our company. Everything works fine when I use basic authentication. But because we are planning to implement ADFS, we will only get to use Windows authentication
|
| DownloadFileAsync Thread Issues | 08 Mar 2006 04:06 GMT | 1 |
Trying to encapsulate the WebClient class and DwonloadFileAsync method in a separate class/assembly (business object), so that I can download and keep track of multiple downloading files. Is there any way to marshall the data (progress, completed) info, back to a WinForms ...
|
| ASPNET account permissions | 07 Mar 2006 21:12 GMT | 5 |
I am trying to print, server side, from my web application. I'm getting problems, as my ASPNET account is a local account, and is not trusted on the domain to print to printers (ie. does not belong to 'Users' group)
|
| serialize to string | 07 Mar 2006 20:01 GMT | 3 |
how can i serialize a class to a string ? i can write the data to a xml file, but i would like to write to content into a string instead without using a file... I could write it to a xml file and from there into a string, but that would
|
| file protection | 07 Mar 2006 19:26 GMT | 3 |
How to protect a file with a password , means the file which created from my program should not be deleted by any means in the client system, still,if anyone tries to delete the file it should ask for a password.
|
| Slow tcp connections with .Net2005 | 07 Mar 2006 19:06 GMT | 1 |
Hi, i have some C# code that i converted from 2003 to 2005. it connects to a server using tcp protocol. when i tested the performance of data transfer between both versions the 2005 app was about 10x slower. has anyone else experienced this and could shed light on what's going on?
|
| network applications | 07 Mar 2006 17:22 GMT | 1 |
How come i can't run an application from a network drive? I get a massive amount of security errors that need to be bypassed in order to run this application successfully. Basically, evertime I try to access the database within the application, it
|