Click here to Skip to main content
16,008,954 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerIgnore repost [modified] Pin
Manas Bhardwaj8-Jul-09 4:02
professionalManas Bhardwaj8-Jul-09 4:02 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 4:07
professionalAntone Eason8-Jul-09 4:07 
GeneralRe: Ignore report Pin
N a v a n e e t h8-Jul-09 4:45
N a v a n e e t h8-Jul-09 4:45 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 4:52
professionalAntone Eason8-Jul-09 4:52 
GeneralRe: Ignore report Pin
N a v a n e e t h8-Jul-09 17:21
N a v a n e e t h8-Jul-09 17:21 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 18:46
professionalAntone Eason8-Jul-09 18:46 
GeneralRe: Ignore report Pin
Antone Eason8-Jul-09 9:44
professionalAntone Eason8-Jul-09 9:44 
AnswerRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 4:17
PJWindsor8-Jul-09 4:17 
Hi, have you tried Fiddler its a HTTP Debugging tool and logs whats going on as your are browsing, you can see html, js files downloaded and alot more, might help.

If that doesnt do the trick then look at the WebRequest object this can be used to get the HTTP response, as you said there is a log screen it maybe harder, but you can do your own POST by changing the username, password, and wordart answer into a Byte array and then sending this with your request to whatever page the form points too.

try here http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx[^]


Phil
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 4:27
professionalAntone Eason8-Jul-09 4:27 
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 4:32
professionalAntone Eason8-Jul-09 4:32 
GeneralRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 5:03
PJWindsor8-Jul-09 5:03 
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 5:10
professionalAntone Eason8-Jul-09 5:10 
GeneralRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 5:20
PJWindsor8-Jul-09 5:20 
GeneralRe: Need to capture data of currently displayed webpage Pin
Antone Eason8-Jul-09 9:39
professionalAntone Eason8-Jul-09 9:39 
GeneralRe: Need to capture data of currently displayed webpage Pin
PJWindsor8-Jul-09 5:47
PJWindsor8-Jul-09 5:47 
QuestionCalling a window from an ASP Web Page Pin
ahmedmahiuddin8-Jul-09 2:51
ahmedmahiuddin8-Jul-09 2:51 
AnswerRe: Calling a window from an ASP Web Page Pin
Manas Bhardwaj8-Jul-09 2:59
professionalManas Bhardwaj8-Jul-09 2:59 
GeneralRe: Calling a window from an ASP Web Page [modified] Pin
ahmedmahiuddin8-Jul-09 3:05
ahmedmahiuddin8-Jul-09 3:05 
GeneralRe: Calling a window from an ASP Web Page Pin
Manas Bhardwaj8-Jul-09 3:14
professionalManas Bhardwaj8-Jul-09 3:14 
GeneralRe: Calling a window from an ASP Web Page Pin
ahmedmahiuddin8-Jul-09 3:42
ahmedmahiuddin8-Jul-09 3:42 
QuestionVery small problem - but i had stucked here Pin
Satish - Developer8-Jul-09 1:47
Satish - Developer8-Jul-09 1:47 
AnswerRe: Very small problem - but i had stucked here Pin
DoctorMick8-Jul-09 2:04
DoctorMick8-Jul-09 2:04 
GeneralRe: Very small problem - but i had stucked here Pin
Spirits Soft Tech Nology , Dharmapuri8-Jul-09 2:06
Spirits Soft Tech Nology , Dharmapuri8-Jul-09 2:06 
GeneralRe: Very small problem - but i had stucked here Pin
Manas Bhardwaj8-Jul-09 2:19
professionalManas Bhardwaj8-Jul-09 2:19 
GeneralRe: Very small problem - but i had stucked here Pin
Abhijit Jana8-Jul-09 2:25
professionalAbhijit Jana8-Jul-09 2:25 

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.