Click here to Skip to main content
15,896,201 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Nick Leporacci15-Sep-09 11:09
Nick Leporacci15-Sep-09 11:09 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Christian Graus15-Sep-09 12:01
protectorChristian Graus15-Sep-09 12:01 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Tom Deketelaere15-Sep-09 22:54
professionalTom Deketelaere15-Sep-09 22:54 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Christian Graus15-Sep-09 23:10
protectorChristian Graus15-Sep-09 23:10 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Tom Deketelaere15-Sep-09 23:17
professionalTom Deketelaere15-Sep-09 23:17 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Hurricane300015-Sep-09 16:28
Hurricane300015-Sep-09 16:28 
Questionpulling XML from a URL Pin
CyberSamuraiii15-Sep-09 3:44
CyberSamuraiii15-Sep-09 3:44 
AnswerRe: pulling XML from a URL Pin
Johan Hakkesteegt15-Sep-09 20:41
Johan Hakkesteegt15-Sep-09 20:41 
You will have to break your problem down into steps first.

First a URL itself is nothing more than a location marker, a link. The URL itself does not contain any XML. Your URL is just telling you where to get the XML data. So the first step is, getting the data (any data) from the location provided by the URL.

Then you can look at the data itself. Is the data actually always XML, or does the location contain more than one file? How is the XML data structured, and is that structure always the same? Do the files have a static name (just data.xml) or dynamic (for example 2009-09-16_data.xml)? Do you need all the data from the XML file, or just parts of it?

Once you have that solved, you can start looking into putting the data you retrieved into a dataset or datatable, which you can then translate into your db.

The last step would be to create a dataset, which you populate from the db, and bind to the datagrid.

My advice is free, and you may get what you paid for.

GeneralRe: pulling XML from a URL Pin
CyberSamuraiii16-Sep-09 2:03
CyberSamuraiii16-Sep-09 2:03 
Questionwhether or not Save Credit Card Info? Pin
sunil goyalG15-Sep-09 0:47
sunil goyalG15-Sep-09 0:47 
AnswerRe: whether or not Save Credit Card Info? Pin
Dave Kreskowiak15-Sep-09 1:05
mveDave Kreskowiak15-Sep-09 1:05 
AnswerRe: whether or not Save Credit Card Info? Pin
Ashfield15-Sep-09 1:22
Ashfield15-Sep-09 1:22 
AnswerRe: whether or not Save Credit Card Info? Pin
Tom Deketelaere15-Sep-09 1:39
professionalTom Deketelaere15-Sep-09 1:39 
AnswerRe: whether or not Save Credit Card Info? Pin
David Skelly15-Sep-09 2:35
David Skelly15-Sep-09 2:35 
GeneralRe: whether or not Save Credit Card Info? Pin
Christian Graus15-Sep-09 10:36
protectorChristian Graus15-Sep-09 10:36 
AnswerRe: whether or not Save Credit Card Info? Pin
DaveAuld15-Sep-09 23:34
professionalDaveAuld15-Sep-09 23:34 
QuestionError while running program Pin
Anubhava Dimri14-Sep-09 18:03
Anubhava Dimri14-Sep-09 18:03 
AnswerRe: Error while running program Pin
Christian Graus14-Sep-09 18:10
protectorChristian Graus14-Sep-09 18:10 
GeneralRe: Error while running program Pin
Anubhava Dimri14-Sep-09 18:32
Anubhava Dimri14-Sep-09 18:32 
GeneralRe: Error while running program Pin
Christian Graus14-Sep-09 18:58
protectorChristian Graus14-Sep-09 18:58 
QuestionVB 2008 Express Database Access Pin
eRoarke14-Sep-09 12:07
eRoarke14-Sep-09 12:07 
AnswerRe: VB 2008 Express Database Access Pin
Eddy Vluggen14-Sep-09 13:02
professionalEddy Vluggen14-Sep-09 13:02 
QuestionCreate / Copy Container Pin
QuickBooksDev14-Sep-09 12:03
QuickBooksDev14-Sep-09 12:03 
AnswerRe: Create / Copy Container Pin
Eddy Vluggen14-Sep-09 13:07
professionalEddy Vluggen14-Sep-09 13:07 
QuestionAbout code protection. Pin
Hurricane300014-Sep-09 9:59
Hurricane300014-Sep-09 9:59 

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.