TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
soner celik
NA
35
0
Asp.net ScreenShot ( Client )
Aug 2 2013 3:43 AM
I'm working on Map. I want to save the screen image at the locally and server . The following codes are working locally. However, the server side fails to reach the screen image.
"Bitmap Screenshot = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
Graphics GFX = Graphics.FromImage(Screenshot);
GFX.CopyFromScreen(Screen.PrimaryScreen.Bounds.X, Screen.PrimaryScreen.Bounds.Y, 0, 0, Screen.PrimaryScreen.Bounds.Size);
string Path = "/uploaded/goruntu.jpg";
Screenshot.Save(Path, ImageFormat.Jpeg);"
I want to take a picture, such as the following link from.
"
http://ctrlq.org/screenshots/
"
Example (
https://
twitter
.com
)
Javascript code that I need to do this, run the local side, such as.
How can I do this?
Reply
Answers (
1
)
dropdownlist with country,state binding
delete event not working