Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
AnswerRe: Required data through http connection Pin
Manas Bhardwaj29-Jul-09 21:08
professionalManas Bhardwaj29-Jul-09 21:08 
AnswerRe: Required data through http connection Pin
stancrm29-Jul-09 21:09
stancrm29-Jul-09 21:09 
Questiondatabase conectivity in C# Pin
MahaKh29-Jul-09 19:19
MahaKh29-Jul-09 19:19 
AnswerRe: database conectivity in C# Pin
Aman Bhullar29-Jul-09 19:25
Aman Bhullar29-Jul-09 19:25 
AnswerRe: database conectivity in C# Pin
bilal haider29-Jul-09 19:45
bilal haider29-Jul-09 19:45 
AnswerRe: database conectivity in C# Pin
CoderForEver29-Jul-09 23:34
CoderForEver29-Jul-09 23:34 
GeneralRe: database conectivity in C# Pin
nelsonpaixao30-Jul-09 14:34
nelsonpaixao30-Jul-09 14:34 
QuestionHow to find the Position of an element (Html Tag) on an HTML page using c#? Pin
svt gdwl29-Jul-09 18:30
svt gdwl29-Jul-09 18:30 
If I had an html page ( page source is given below), how to find the position of specific tag element on that html page.

<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft FrontPage 5.0">
<TITLE></TITLE>
</HEAD>
<BODY>

<H1>Example Table</H1>


<P>&nbsp;&nbsp;</P>
<p>&nbsp;</p>
<p></p>
<p></p>
<hr>

<p></p><FORM ENCTYPE=multipart/form-data METHOD=post>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="13%"><b>abc</b></td>
<td width="44%"><INPUT NAME=Filename VALUE=textvalue.txt size="20"></INPUT></td>
<td width="13%"><b>xyz</b></td>
<td width="130%">
<INPUT TYPE=file NAME=Filedata size="20"></INPUT></td>
</tr>

</table>
<P><br></P>
<p></p></FORM>

</BODY>
</HTML>

I want get the position of <b> tag which is highlighted above.
How to get it?
I am using VS 2005 with the .NetFramework2.0
AnswerRe: How to find the Position of an element (Html Tag) on an HTML page using c#? Pin
dan!sh 29-Jul-09 19:04
professional dan!sh 29-Jul-09 19:04 
QuestionWebBrowser Pin
nelsonpaixao29-Jul-09 18:09
nelsonpaixao29-Jul-09 18:09 
QuestionHow to make repeated calls to a DLL from C#? Pin
J.G.W29-Jul-09 17:09
J.G.W29-Jul-09 17:09 
AnswerRe: How to make repeated calls to a DLL from C#? Pin
Richard Andrew x6429-Jul-09 17:12
professionalRichard Andrew x6429-Jul-09 17:12 
AnswerRe: How to make repeated calls to a DLL from C#? Pin
Vimalsoft(Pty) Ltd29-Jul-09 21:06
professionalVimalsoft(Pty) Ltd29-Jul-09 21:06 
GeneralRe: How to make repeated calls to a DLL from C#? Pin
J.G.W29-Jul-09 23:23
J.G.W29-Jul-09 23:23 
GeneralRe: How to make repeated calls to a DLL from C#? Pin
Vimalsoft(Pty) Ltd29-Jul-09 23:38
professionalVimalsoft(Pty) Ltd29-Jul-09 23:38 
GeneralRe: How to make repeated calls to a DLL from C#? Pin
J.G.W30-Jul-09 17:27
J.G.W30-Jul-09 17:27 
GeneralRe: How to make repeated calls to a DLL from C#? Pin
J.G.W10-Aug-09 16:31
J.G.W10-Aug-09 16:31 
GeneralRe: How to make repeated calls to a DLL from C#? Pin
Blikkies30-Jul-09 1:04
professionalBlikkies30-Jul-09 1:04 
QuestionWordlist.txt file hide? Pin
alrsds29-Jul-09 16:29
alrsds29-Jul-09 16:29 
AnswerRe: Wordlist.txt file hide? Pin
Mycroft Holmes29-Jul-09 17:39
professionalMycroft Holmes29-Jul-09 17:39 
GeneralRe: Wordlist.txt file hide? Pin
harold aptroot29-Jul-09 19:56
harold aptroot29-Jul-09 19:56 
GeneralRe: Wordlist.txt file hide? Pin
Mycroft Holmes29-Jul-09 20:03
professionalMycroft Holmes29-Jul-09 20:03 
GeneralRe: Wordlist.txt file hide? Pin
harold aptroot29-Jul-09 20:28
harold aptroot29-Jul-09 20:28 
AnswerRe: Wordlist.txt file hide? Pin
mustang8629-Jul-09 19:42
mustang8629-Jul-09 19:42 
QuestionC# version Pin
onlinegurl29-Jul-09 15:27
onlinegurl29-Jul-09 15:27 

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.