Search results for query: *

  1. S

    Help in String Manipulation

    Do I have to include any namespace for using WebBrowser class. I am using VS 2003. Moreover, I would like to make permanent changes to the string by changing its href. Does this code make manipulations in string ? I will be saving the manipulated string at client machine so that after my pages...
  2. S

    Help in String Manipulation

    Thanks for reply. I am getting HTML source of a page and then assigning it to a string variable. like Dim strHtml as string = "<a id=""_ctl4_dlUserPortfolio__ctl1_lnkBtnCategory"" href={if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate())...
  3. S

    Help in String Manipulation

    I am having a string that contains HTML. I would like to replace some parts of the strings with some other content.For example: If my string contains <a id="_ctl4_dlUserPortfolio__ctl1_lnkBtnCategory" href="{if (typeof(Page_ClientValidate) != 'function' || Page_ClientValidate())...
Back
Top