User Profile

Collapse

Profile Sidebar

Collapse
dadonz
dadonz
Last Activity: Feb 25 '08, 12:06 PM
Joined: Jan 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dadonz
    started a topic C# : upload an image from remote server
    in .NET

    C# : upload an image from remote server

    I wrote a web application in C# that upload an image to the server.

    When I try to select (form the HtmlInputFile control) file from a remote computer (and not in the server itself), I get the Exception:

    System.IO.FileN otFoundExceptio n: C:\Temp etc....

    In other words: it search the file in the server computer (while it suppose to search it on the client computer).

    when I select a file from...
    See more | Go to post

  • dadonz
    replied to How to get cursor position in a text editor?
    in .NET
    The control name is: FreeTextBox1.

    I succeeded insert hyperlink, image or any HTML tags but only at the end of the Text.
    See more | Go to post

    Leave a comment:


  • dadonz
    started a topic How to get cursor position in a text editor?
    in .NET

    How to get cursor position in a text editor?

    I have a web application in C# project using a free text editor.

    I want to insert links/text/images into the cursor position in the text editor.

    Could anyone advise me how to get the current cursor position ?
    (I tried the SelectionStart, SelectedText methods but the control doesn't support those methods).

    Thanks,
    Gil.
    See more | Go to post
No activity results to display
Show More
Working...