opening web page in the web browser when clicking in the hyperlink present in web pagehttp://forums.asp.net/t/1775380.aspx/1?opening+web+page+in+the+web+browser+when+clicking+in+the+hyperlink+present+in+web+pageSat, 03 Mar 2012 06:18:52 -050017753804858009http://forums.asp.net/p/1775380/4858009.aspx/1?opening+web+page+in+the+web+browser+when+clicking+in+the+hyperlink+present+in+web+pageopening web page in the web browser when clicking in the hyperlink present in web page <p>hello,</p> <p>i am trying to click a hyperlink in a web page and trying to open it in a web browser.... and not able to do that. i tried with different ways but it is opening in another browser which i dont want.. so if any one can guide me to get the web page in a web browser when click in hyperlink will be very help full to me.(in c sharp code)</p> <p>thanks</p> <p>santosh</p> 2012-03-01T05:14:42-05:004858028http://forums.asp.net/p/1775380/4858028.aspx/1?Re+opening+web+page+in+the+web+browser+when+clicking+in+the+hyperlink+present+in+web+pageRe: opening web page in the web browser when clicking in the hyperlink present in web page <p>does this work?</p> <p>&lt;a href=&quot;newPage.aspx&quot; &gt; click here &lt;/a&gt;</p> <p>hope this helps...</p> 2012-03-01T05:23:24-05:004858053http://forums.asp.net/p/1775380/4858053.aspx/1?Re+opening+web+page+in+the+web+browser+when+clicking+in+the+hyperlink+present+in+web+pageRe: opening web page in the web browser when clicking in the hyperlink present in web page <p>i did it in same way as that web page has many &lt;a&gt;..&lt;/a&gt; i got them by using webbrowser.document.getelementbytagname().... then i ran a foreach loop. to get a particular link having&lt;a&gt;utility&lt;/a&gt; and then called .invokemember(&quot;click&quot;); ...but the problem is that it is opening it in another web page not the same web browser.. as my application need to open the web page in the same web browser.. so guide me ...</p> 2012-03-01T05:35:55-05:004859703http://forums.asp.net/p/1775380/4859703.aspx/1?Re+opening+web+page+in+the+web+browser+when+clicking+in+the+hyperlink+present+in+web+pageRe: opening web page in the web browser when clicking in the hyperlink present in web page <p>@ <a title="Santosh Kumar Dash" href="http://forums.asp.net/members/Santosh%20Kumar%20Dash.aspx"> Santosh Kuma...</a></p> <p>it would help your peers here at forums.asp.net to help you if you would show the relevant code snippets related to your issue; otherwise, we're mostly <em>guessing</em>.</p> <p>g.</p> 2012-03-01T23:42:22-05:004861767http://forums.asp.net/p/1775380/4861767.aspx/1?Re+opening+web+page+in+the+web+browser+when+clicking+in+the+hyperlink+present+in+web+pageRe: opening web page in the web browser when clicking in the hyperlink present in web page <p>This is an ASP.Net forum.&nbsp; I suspect that you have a windows application which is using a web browser control.&nbsp; You would be better off asking in a win forms (or WPF or whatever technology you are using) forum.</p> <p>Of course, you may have an ASP.Net application in which case I suspect the code is actually javascript.&nbsp; This is a c# forum.</p> <p>If you really think that you have an ASP.Net application using c# then you will need to give some explanation about how you are getting that code to run on the client (as well as actually show the code and how it is invoked).</p> <p>With the very little information you have given it is only ever going to be&nbsp;wild stabs in the dark.</p> 2012-03-03T06:18:52-05:00