Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: south african phone number validation Pin
Morgs Morgan8-Apr-10 23:38
Morgs Morgan8-Apr-10 23:38 
AnswerRe: south african phone number validation Pin
OriginalGriff8-Apr-10 23:23
mveOriginalGriff8-Apr-10 23:23 
GeneralRe: south african phone number validation Pin
Morgs Morgan8-Apr-10 23:37
Morgs Morgan8-Apr-10 23:37 
GeneralRe: south african phone number validation Pin
Morgs Morgan9-Apr-10 0:19
Morgs Morgan9-Apr-10 0:19 
GeneralRe: south african phone number validation Pin
OriginalGriff9-Apr-10 0:28
mveOriginalGriff9-Apr-10 0:28 
AnswerRe: south african phone number validation Pin
O.Phil8-Apr-10 23:30
O.Phil8-Apr-10 23:30 
GeneralRe: south african phone number validation Pin
Morgs Morgan8-Apr-10 23:42
Morgs Morgan8-Apr-10 23:42 
QuestionCapture AJAX calls (or data) from webpage Pin
kaytrance8-Apr-10 21:03
kaytrance8-Apr-10 21:03 
Hello!

Recently I have troubles with the following problem.

There's a website (unfortunately it is htpps) where you need to enter 2 values in a form. After you press the button, a POST method is invoked and based on entered values some calculations are made. The final values are dynamically (ajax) put in the corresponding part of the page.

What I need to do is to read this values and store in my database.

My idea was somehow to get source page after all ajax calls are made and grab needed values from it. The problem I have encountered is that I cannot get that kind of source. Using System.Net.WebClient and its UploadStringAsync method I only get the primary source. I tried this source, and some other, async one using UploadStringAsync and UploadStringCompletedEventHandler - results are the same.

Next idea was somehow to capture ajax responses (when certain number is calculated and inserted in the page), because basically that's all I need, the result numbers, but I haven't found any ways to do it.

So, is there a solution to my problem? I forgot to mention that I am trying to code it as a C# project.
AnswerWrong Forum Pin
Keith Barrow8-Apr-10 23:07
professionalKeith Barrow8-Apr-10 23:07 
QuestionSmooth scrolling scrollbars Pin
jabbawok8-Apr-10 14:27
jabbawok8-Apr-10 14:27 
AnswerRe: Smooth scrolling scrollbars Pin
Gaurav Dudeja India8-Apr-10 20:13
Gaurav Dudeja India8-Apr-10 20:13 
GeneralRe: Smooth scrolling scrollbars Pin
N a v a n e e t h8-Apr-10 20:59
N a v a n e e t h8-Apr-10 20:59 
AnswerRe: Smooth scrolling scrollbars Pin
Ravi Bhavnani8-Apr-10 21:43
professionalRavi Bhavnani8-Apr-10 21:43 
Questioncreate public variables at run time Pin
Jassim Rahma8-Apr-10 13:36
Jassim Rahma8-Apr-10 13:36 
AnswerRe: create public variables at run time Pin
PIEBALDconsult8-Apr-10 14:01
mvePIEBALDconsult8-Apr-10 14:01 
GeneralRe: create public variables at run time Pin
Jassim Rahma8-Apr-10 14:15
Jassim Rahma8-Apr-10 14:15 
AnswerRe: create public variables at run time Pin
Not Active8-Apr-10 14:39
mentorNot Active8-Apr-10 14:39 
GeneralRe: create public variables at run time Pin
Jassim Rahma9-Apr-10 11:52
Jassim Rahma9-Apr-10 11:52 
GeneralRe: create public variables at run time Pin
Not Active9-Apr-10 14:04
mentorNot Active9-Apr-10 14:04 
AnswerRe: create public variables at run time Pin
NavnathKale10-Apr-10 0:56
NavnathKale10-Apr-10 0:56 
GeneralRe: create public variables at run time Pin
Jassim Rahma10-Apr-10 12:02
Jassim Rahma10-Apr-10 12:02 
GeneralRe: create public variables at run time Pin
NavnathKale10-Apr-10 21:49
NavnathKale10-Apr-10 21:49 
Questionkeep one sqlconnection alive Pin
Jassim Rahma8-Apr-10 13:31
Jassim Rahma8-Apr-10 13:31 
AnswerRe: keep one sqlconnection alive Pin
PIEBALDconsult8-Apr-10 13:59
mvePIEBALDconsult8-Apr-10 13:59 
GeneralRe: keep one sqlconnection alive Pin
Jassim Rahma8-Apr-10 14:14
Jassim Rahma8-Apr-10 14:14 

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.