Search results for query: *

  1. S

    Control child object form Parent (MDI)

    Hope this one will work...
  2. S

    Control child object form Parent (MDI)

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim oForm2 As New Form2 Dim x As Control For Each x In oForm2.Controls If x.Name = "RichTextBox1" Then x.Font = New...
  3. S

    Sr. .NET Software Engineer

    Thanks sandhya..
  4. S

    Xslt

    the RSS have to be dynamically generated.. not a one-time-only process..every time new contents are added in the page..the RSS also have to be updated..or once every 5 minutes.. after converting HTML to XML ..the XML contents should be stored in a link..i hope there are some webservices for...
  5. S

    Xslt

    Is this possible...HTML-XML-RSS If we r converting the contents of a web page to XML using WebServices... i.e. HTML to XML... the output XML will not be having tags like title,link,etc.. in such cases..how can we identify the channel title,link,description details and again converting them into...
  6. S

    Xslt

    Thanks Agian.. Thanks a lot John.. I hope the link will help me a lot in understanding this...
  7. S

    Xslt

    Thanks Thanks John...:)
  8. S

    Xslt

    Hi.. Is it possible to convert one form of XML to another form,for eg,to RSS format using XSLT... :)
Back
Top