Generating text file from web page...
-
Hi I have a little problem while generating text file from a web page. Although i got all the text boxes's text aloung with their respective label's text, but these are not in the sequence in which the labels and text boxes are placed on the page. I mean the first line in the text file should be the value of first text box on the page and the 2nd line should be the 2nd label's text and 2nd text box' text and so on..... e.g. if the first label is 'std name' and its value in the text box is 'sheraz' then the file's first line should be 'std name : sheraz' .... for this purpose i use hash table and use label's id as key and text box value as value.... hopefully i describe my rpob ....:) can any body let me out of this prob.. thanx
-
Hi I have a little problem while generating text file from a web page. Although i got all the text boxes's text aloung with their respective label's text, but these are not in the sequence in which the labels and text boxes are placed on the page. I mean the first line in the text file should be the value of first text box on the page and the 2nd line should be the 2nd label's text and 2nd text box' text and so on..... e.g. if the first label is 'std name' and its value in the text box is 'sheraz' then the file's first line should be 'std name : sheraz' .... for this purpose i use hash table and use label's id as key and text box value as value.... hopefully i describe my rpob ....:) can any body let me out of this prob.. thanx
I think your program has to keep track of the order of the controls... :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com -
I think your program has to keep track of the order of the controls... :zzz:----------------------------------------------------------------------:(( T Manjaly
C# Tutorials and samples : http://www.dotnetspider.com