User Profile

Collapse

Profile Sidebar

Collapse
svchosthunter
svchosthunter
Last Activity: Jun 19 '08, 06:52 AM
Joined: Jan 22 '08
Location: Lahore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • what is the standard way to deploye ajax enabled site in ASP.NET 2.0 ?

    Hi
    I m working on a ajax enabled site in ASP.NET 2.0 I want to know are there any precaution to deploye this site or we can deploye it like any other asp.net site if not what should I do before uploading the site

    hyder_master
    See more | Go to post

  • svchosthunter
    started a topic how to read pdf files vb.net ?
    in .NET

    how to read pdf files vb.net ?

    I using the follwing code to read DOC files but when i try to read pdf files it didnt work How can I read pdf files ?

    Dim fs As New FileStream(Save Location, FileMode.Open, FileAccess.Read Write)
    Dim s As New StreamWriter(fs )
    Dim d As New StreamReader(fs )
    d.BaseStream.Se ek(0, SeekOrigin.Begi n)
    While d.Peek() > -1
    Me.txtbox1.Text &= d.ReadLine()
    ...
    See more | Go to post

  • How I can restart my catalog Programmatically in vb.net or C#.net

    I m using asp.net to search content in files with windows indexing service Once I add files in my catalog I can perform search But when ever I add new Files or change existing in catalog directory the search operation doesnt perform on added or edited files this can be done in two ways
    1- restart the indexing server
    2- Restarting my catalog only

    How I can restart my catalog Programmaticall y in vb.net or C#.net
    ...
    See more | Go to post

  • svchosthunter
    started a topic How to bind Gridview with controls ?
    in .NET

    How to bind Gridview with controls ?

    I want to bind a gridview with data table but I need one field as combo box as DataGridviewCom boBoxColumn I want that when I bind my grid there should be a combo box in grid which will be binded to another datatable .I want all fields on grid as databound to datatable
    please help me
    hyder_master
    See more | Go to post

  • what is the alternate to windows indexing service (asp.net 2.0) ?

    I m working on a web project and I need do file content searching on
    DOC and PDF .
    Due to some reason I cant use windows indexing service How I can do it
    with out crawling

    each and every file from directory to directory and then reading them
    from start to end and

    each time a file gets changes or added new file to search directory the
    search engin shoul

    automatically...
    See more | Go to post
No activity results to display
Show More
Working...