HI
i`ve just started to learn the ASP.net for 2 weeks and could anyone assist me in the image editing function?
what i want is to create a page similiar to this page functionality http://www.buildasign.com/
i want to upload and edit the image online and save it in a folder
How or what should i do? i am really struggling
Really need help here.
I'd suggest you start with an easier project. It's like you just learned to drive a car, so now you want to pilot a 777 Dreamliner to the moon.
If you don't take my advice, you need to learn DirectX and or GDI+ both are part of .NET but neither is spectacularly easy. That's why you're having trouble. Build up your skills and overall understanding, and the image editing stuff will be easier down the line.
Looks like mostly ajax: a bunch of divs with text in them, input text boxes styled to look like they're not there so you can change the text, javascript to make it all work, and all of this on top of a background image.
I'm not really sure what the question is, exactly?
AJAX = Asynchronous ie multithreaded Javascript And Xml. It lets you serve up a web page, but then use scripting to attach to all kinds of events and do things, like web service calls to get more data without refreshing the page ... or to save what comes out of a text box to a server so they know what to print.
Regular old javascript will let you attach to all the mouse events of a div or just a text box and let the user move it around on the page.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System