Search

You searched for the word(s): userid:616000

Matching Posts

  • Re: Can't get Cute Editor Control to display in VWD Express

    I think I did what you suggested? I deleted the folder for my project say Project1 in the following directory: C:\Documents and Settings\USER_NAME\Local Settings\Application Data\Microsoft\WebsiteCache\Project1 There were other project folders in the WebsiteCache directory, I did not delete those. Were you suggesting I deleted all directories in WebsiteCache? (note: I did not do anything the actual project directory E:\Inetput\Project1)
  • Re: Can't get Cute Editor Control to display in VWD Express

    Thank you greatly for your reply. I went ahead and deleted the folder for one of the projects that I experienced this on and then tried opening a new instance of the website in VWD but the problem still remained.
  • Re: Can't get Cute Editor Control to display in VWD Express

    I'm running IIS on Windows Server 2003. Cutesoft did reply but it did not help. I found that I began having problems in my project as other pages that were working fine no longer had VWD properly detecting basic elements (I'm sure my terminology is incorrect so let me describe). I noticed by trying to create a new page. When I went to begin the VB page I would type Imports System.da and I would not get the Data option to display. I went to already up and running sections of the website and sure enough
  • Can't get Cute Editor Control to display in VWD Express

    I downloaded cutesoft editor and followed the deployment instructions. I'm using VWD Express. When I drag the editor control onto the aspx page, it errors "Cannot find controls in control assembly" Not sure what I did wrong. I put the 2 dlls and the lic files under /myapplication/bin/ If it matters, I'm running .net 2.0 and I keep my .vb code in a separate file. The interesting thing is that if I run the example www.myapplication.com/vb/default.aspx that works fine. I can use the editor without problem
  • Re: Callback in 2.0 renders an "Object Expected" Error

    Never mind all. My fault. After hours of research and digging through the vb code, i realized I was missing a "t" in my input onclick= call to the function calling getime instead of gettime. Sorry.
    Posted to Client Side Web Development (Forum) by wotmman on 3/25/2006
  • Re: Callback in 2.0 renders an "Object Expected" Error

    Thanks for the links. I've read through them and tried a few things but still could not get it to work. (interesting to see the micorsoft link shows a sample of a sub statement that has a Return line in it. This error for me and says you cannont Return a value from this type of routine) As for the line of error on View Source, it appears this is the line being referrenced: function UseCallback(arg, context){WebForm_DoCallback('__Page',arg,GetServerTime,context,null,false); }// --> The object Expected
    Posted to Client Side Web Development (Forum) by wotmman on 3/25/2006
  • Callback in 2.0 renders an "Object Expected" Error

    I've been trying to just create a simple function to utlize the new Callback feature of 2.0. I've copied the code right out of the book. I did find a few simple typos in the book (such as Sub with end fuction instead of end sub), otherwise, I've followed all the steps and still get an error code when I try to run the javascript with ICallbackeventhandler. I'm attaching my aspx file and vb file for anyone who might be able to find why I cannot get this to run. Thanks in advance for your help: aspx
    Posted to Client Side Web Development (Forum) by wotmman on 3/24/2006
  • Re: Strange Page Load Experience

    Just as an FYI, it happend again and one of our employees was able to view and save the source. Here's what was displayed under "view source" vs. what's actually on the .aspx page: View source: <body background="../jpg/brickwall.jpg"> <font face="arial"> <center>&nbsp; <hr /> ASPX Page: <body background="../jpg/brickwall.jpg"> <font face="arial"> <center><img src="../gifs/wotmlogo.gif" />&nbsp; <hr /> Notice the <img> tag is simply
    Posted to Web Forms (Forum) by wotmman on 7/11/2005
  • Strange Page Load Experience

    Not sure if anyone has experienced this before, and if so, found a cause, but here's the oddity: I have a web page that has an image source as html control, not an asp.net control. So, it's hard coded on the page. It's actually the logo for our company. Anyway, there has been two instances now that we know of for sure where the logo just did not appear on the page. It should be noted that hitting refresh did not resolve the problem. Additonally, one of the asp hyperlink controls in the middle of
    Posted to Web Forms (Forum) by wotmman on 7/10/2005
Page 1 of 1 (9 items)