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
User Profile
Collapse
-
svchosthunter started a topic what is the standard way to deploye ajax enabled site in ASP.NET 2.0 ?in .NETwhat is the standard way to deploye ajax enabled site in ASP.NET 2.0 ?
-
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()
... -
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
... -
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 -
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...
No activity results to display
Show More