Search utility without using DataGrid

Locked Search utility without using DataGrid

  • Wednesday, February 04, 2009 1:05 PM
     
     
    i want to add a search utility in my website. it should fetch the database and display the results as required.
    But without using Data Grid

All Replies

  • Monday, February 09, 2009 1:27 PM
     
     
    so how do you want to display the results?
  • Tuesday, February 10, 2009 5:55 AM
     
     
    You can retrieve the informations form the database as an XML-String.
    With that XML-Object you can fill up any Controls you like.
  • Tuesday, February 10, 2009 12:01 PM
     
     
    ok....can you pls tel me how to do it?????
    i was trying it with placeholders
  • Tuesday, February 10, 2009 12:16 PM
     
     
    In the Database use SELECT * FROM [TABLE] FOR XML AUTO
    This you'll get your XML-String which you can put into an XMLReader.

    With that Reader you can Loop through your elements and paste the different lines into your Page
  • Saturday, March 07, 2009 8:48 AM
     
     
    im not using XML.....
    im doing it with simple placeholders....
    pls guide me...
  • Tuesday, March 10, 2009 6:08 AM
     
     
    What do you mean with using placeholders?
    Where do you get the Data for your searchresults?
    Where are the informations stored?
  • Wednesday, March 18, 2009 10:23 AM
     
     
    placeholders are a component in asp.net. it gives out result as specified.

    im retriving the data from sql database. hav created a table named "abc"

    so wil be calling the data from the database to display it in the placeholder
  • Wednesday, March 18, 2009 1:39 PM
     
     
    You have to create a WebService for retrieving your Data.
    Have a look at my post: http://social.expression.microsoft.com/Forums/de-DE/blend/thread/3772bf00-06a2-466a-8a56-49ed8c5a471b

    After getting the information you can do what you want with the resultset
  • Wednesday, January 18, 2012 2:00 AM
     
     
    The link does not work. What other way can i reach the page.