| Thread | Last Post | Replies |
|
| this is more of a vs2k8 question but this is the best place for it | 21 Apr 2008 20:04 GMT | 2 |
I'd love to be able to have two views for a site in VS2K8. My local on my hard drive and the one on the web. I'd settle for just opening a project and seeing all files with the option
|
| Centralize SOAPHeader Processing? | 21 Apr 2008 19:47 GMT | 1 |
In an ASP.NET web service, is there a way I can centralize processing of SOAP Headers? Currently I need to nput my header logic into each webmethod - is there an event, mechanism, extension, etc I can hook into to do all my processing
|
| databinding checkBoxList to a Dictionary<string, string> object | 21 Apr 2008 19:40 GMT | - |
Is there a way to databind a checkBoxList to a Dictionary<string, string> object? If so, how do you do it?
|
| remove selected treenode | 21 Apr 2008 19:38 GMT | 2 |
I would like to delete a selected treenode and all treennodes below the selected one... I've tried ... Me.Treeview1.Nodes.Remove(Treeview1.SelectedNode)
|
| HTTPWebRequest - IO.Streamwriter and Mysterious Line Feed | 21 Apr 2008 19:26 GMT | 3 |
I am using HTTPWebRequest to programatically send a HTTP POST request. I have a long string (400 characters): dim str as string = "xxxxx...." It is a value that is passed in the HTTP Post header. So I do something like this:
|
| code for sending email <9f34b1ec-c067-482f-9472-f8ba39c909d7@s50g2000hsb.googlegroups.com> | 21 Apr 2008 19:01 GMT | - |
Here is the code you asked for http://www.codeexplore.com/Articles/57580a9f-5b4b-462e-8b58-75ed6286ee76/How_to_ send_email_using_Gmail_SMTP_servers Email me if you face any trouble .
|
| Datagrid broken link | 21 Apr 2008 18:44 GMT | 4 |
I have a datagrid control that has one column displaying a filename. When the link is clicked it opens the file. How do I open a file that resides on a remote server? The code below does not work. When I click the link I get error #404 Page Not Found. PLEASE HELP!
|
| File Upload question | 21 Apr 2008 18:17 GMT | 4 |
I am having trouble with uploading a file to a website. I can not figure what I am doing wrong. I have a .asp file that you put a username and password in that is connected to a database. One of the buttons you push is "Add Press Releasses". It prompts you to choose your file ...
|
| Changing Item Template views. | 21 Apr 2008 17:55 GMT | 2 |
I have a DataList with the results of a search. The ItemTemplate of the DataList is a Repeated template with all the records. I have a Link Button with a Command Name called Select that allows me to show the user extended information about the record. ( This view is
|
| Web Site takes forever to run in debug mode | 21 Apr 2008 17:10 GMT | 8 |
I have a VS 2005 Web Site project that is taking an age to build or run. It takes about fifteen minutes to run in debug mode. Even if I just select Build Page, Visual Studio hangs for about five minutes. There are about 20 pages so far and about 50 references.
|
| Organizing Large Web Service | 21 Apr 2008 16:45 GMT | 6 |
How do you all organize your large web services? I have a service which needs to cover multiple components. Do you build one asmx file for all the functions. Multiple ASMX files - grouping by functionality? Or have do you go the document route - in which the details
|
| Asynchronously stream an image accross domains? | 21 Apr 2008 16:45 GMT | 1 |
Is Webclient.downloadDataAsync the best way to achieve this? I'd like to write an asynchronous handler that can return a byte array, but I'm not sure what *Begin and *End methods would be best suited to this. My goal here is to stream images through a proxy server whose uri is ...
|
| HttpWebRequest | 21 Apr 2008 16:35 GMT | 1 |
Hello to all, I'm trying to send an http command. The supplier of the service I have to use said me that I have not to send the URI string encoded, it means, special characters have not to be sent encoded, for example, " has NOT TO be
|
| Converting from v1.1 to v2 and problems with switching design mode | 21 Apr 2008 16:33 GMT | 1 |
When converting an Asp.Net (VB) from version 1.1 to 2 the project wizard converted the project and the code can be compiled without any errors. However when opening the web page and trying to switch to design mode
|
| Dynamic LinkButton not firing it's events. | 21 Apr 2008 16:10 GMT | 2 |
I have code to dynamically generate some link buttons (It's not know how many are needed until runtime.) I am adding the linkbutton to a cell in a table and the adding works fine. It's firing of the event doesn't seem to be happening. Am I missing
|