|
Browse by Tags
All Tags » vb.net
Showing page 1 of 2 (12 total posts)
-
Can't figure out what's going on here, I'm going through and methodically pulling out code but it's still not working. I've got the latest DDL, I've tried to debug but the code is very cryptic. The examples on the site work fine but not in the app. Here's the error code: Message: Invalid argument.
Line: 1
Char: ...
-
After placing my uploader into my project I began receiving the following errors depending on my browser; http error1 :405:Method Not Allowed http error1 :12031:Unkown I tried removing one part at a time from my page until my uploader worked. It turned out to be the Action=''#'' property within my pages Form tag. Any ...
-
Hi, I added the Ajax Uploader to a large project and it displays fine but when I try to debug using Visual Studio and try to upload a file I get the error in Firefox ; http error1 :405:Method Not Allowed and the following error in IE; http error1 :12031:Unkown I'm testing in IE6 and Firefox 14. I am ...
-
How can I throw a server side error if file upload is not successful?
Thanks.
Ron
-
I've just purchased Cute Editor and would like to see any code samples in VB for ASP.NET 1.1 that show how to instantiate a popup window containing the editor so I can re-use it across multiple pages and multiple instances on a single page. I have a Quality Assurace application that has between 3 and 10 fields which I want to convert to true rich ...
-
Hello I am integrating the Messenger into my site. I am using VB.
I have read the documentation however unsure where I need to put the following code:
a. Create a class that inherits CuteChat.ChatProvider and implement these methods:
public override string GetConnectionString()
{
...
-
Hi Ken,
I just purchase a license and I'm trying to understand all your documentation so I can integrate chat into my website which is written VB. I was able to ran the sampleportal5 solution and converted it to VS2008. Can you provide an example how to embed chat into a VB web page? It will really help me get a good start. ...
-
Hi,
I am using the AJAXUploader and it is working beautifully. However, I want a button to become visible on the .aspx page after the upload has been completed.
I have tried putting btnButton.visible = true in the Uploader_FileUploaded and Uploader1_UploadCompleted callback methods, and even though I can see that it is ...
-
I am using the multiple upload code for vb.net and microsoft ajax. The uploader works as advertised but I would like to use a relative path instead of the absolute path for the item.CopyTo command. When I change the code to relative path, I get the following error: Could not find a part of the path ...
-
I would like to use a relative path for the item.CopyTo command instead of the absolute path. I am writing a .NET site using vb.net if that makes any difference.
1
|
|
|