Thanks in advance!
Please take a look at this link, and see if it doesn't have the information
you need:
http://urtframeworks/specs/xsp/aspnet_indexserver.doc
I hope this helps!
mgr...@online.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights.
Use the Microsoft OLE DB Provider for Microsoft Indexing Service.
Here's a URL to get you started.
http://msdn.microsoft.com/library/en-us/ado270/htm/mdrefindservprovspec.asp
If you have this working and the output is appearing in the wrong
place, you may be using Response.Write statements in code invoked by
the Page_Load event. Page_Load occurs before ASP.NET starts rendering
the page (that is, before it writes the <html> tag). Either move your
Response.Write statements to a code render block (<% ... %> tags) or
put an <asp:literal id="litResults" runat="server" /> tag where you
want the output to appear and then, instead of writing the generated
HTML to the Response object, store it in litResults.Text.
Jim Buyens
buy...@interlacken.com
Consult my exciting books on Internet technology:
From Microsoft Press:
o Web Database Development Step by Step .NET Edition
o Troubleshooting Microsoft FrontPage 2002
o Microsoft FrontPage Version 2002 Inside Out
o Web Database Development Step by Step
o Running Microsoft FrontPage 2000
o Stupid Web Tricks
o Running Microsoft FrontPage 98
From Addison Wesley:
o Building Net Sites with Windows NT
Order these books and find Internet Resources at my Web site:
http://www.interlacken.com/