Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to inherit two class file Pin
anbusenthil15-Jun-09 20:31
anbusenthil15-Jun-09 20:31 
AnswerRe: how to inherit two class file Pin
Baran M15-Jun-09 20:48
Baran M15-Jun-09 20:48 
AnswerRe: how to inherit two class file Pin
himanshu256115-Jun-09 20:49
himanshu256115-Jun-09 20:49 
AnswerRe: how to inherit two class file Pin
Abhijit Jana15-Jun-09 21:14
professionalAbhijit Jana15-Jun-09 21:14 
AnswerRe: how to inherit two class file Pin
Christian Graus15-Jun-09 21:19
protectorChristian Graus15-Jun-09 21:19 
Questiondynamic site map path Pin
llibin15-Jun-09 20:30
llibin15-Jun-09 20:30 
Questionshared hosting, required permission can not be acquired , how to find which part of DLL requires which permissions ? [modified] Pin
logicaldna15-Jun-09 20:18
logicaldna15-Jun-09 20:18 
QuestionHow to get a webpage as an image? Pin
Spunky Coder15-Jun-09 20:15
Spunky Coder15-Jun-09 20:15 
Hi all,

Can we capture a webpage as an image? I actually intend to get a web page as image when the URL is passed.

I've tried to use ...

System.Net.WebClient objWebClient = new System.Net.WebClient();
     byte[] htmlData = objWebClient.DownloadData("http://www.google.com");
     MemoryStream ms = new MemoryStream(htmlData);
     Image returnImage = Image.FromStream(ms);


But then realized that the stream contains the HTML data but not the image data Smile | :)

Is there any other way to get this?

"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)

AnswerRe: How to get a webpage as an image? Pin
himanshu256115-Jun-09 20:34
himanshu256115-Jun-09 20:34 
GeneralRe: How to get a webpage as an image? Pin
Spunky Coder15-Jun-09 20:38
Spunky Coder15-Jun-09 20:38 
Questioncan't store value of dynamically generated upload controls. Pin
pujafaldu15-Jun-09 20:10
pujafaldu15-Jun-09 20:10 
Questionhow to update grid view row on dropdown selection Pin
shahid_rasul15-Jun-09 19:21
shahid_rasul15-Jun-09 19:21 
GeneralRe: how to update grid view row on dropdown selection Pin
Kaushal Arora16-Jun-09 6:53
Kaushal Arora16-Jun-09 6:53 
Questionwant to load controls in aspx pg from the class file which is inherited Pin
anbusenthil15-Jun-09 18:42
anbusenthil15-Jun-09 18:42 
QuestionArithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
jigneshp2515-Jun-09 18:24
jigneshp2515-Jun-09 18:24 
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
saanj15-Jun-09 19:10
saanj15-Jun-09 19:10 
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
Baran M15-Jun-09 19:18
Baran M15-Jun-09 19:18 
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
Abhijit Jana15-Jun-09 19:33
professionalAbhijit Jana15-Jun-09 19:33 
AnswerRe: Arithmetic overflow error converting int to data type numeric. The statement has been terminated. Pin
Christian Graus15-Jun-09 21:20
protectorChristian Graus15-Jun-09 21:20 
QuestionHow can I add google map to a website Pin
Member 426027015-Jun-09 18:11
Member 426027015-Jun-09 18:11 
AnswerRe: How can I add google map to a website Pin
N a v a n e e t h15-Jun-09 18:15
N a v a n e e t h15-Jun-09 18:15 
AnswerRe: How can I add google map to a website Pin
Not Active15-Jun-09 18:15
mentorNot Active15-Jun-09 18:15 
AnswerRe: How can I add google map to a website Pin
Baran M15-Jun-09 18:17
Baran M15-Jun-09 18:17 
GeneralRe: How can I add google map to a website Pin
Member 426027016-Jun-09 1:29
Member 426027016-Jun-09 1:29 
QuestionUsercontrol in Asp.net with C# Pin
mahichandu15-Jun-09 11:42
mahichandu15-Jun-09 11:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.