Search Component
Status: Beta
Brought to you by:
pola-ashraf
first user control 1
is simply a text box and button
will take the text and append it to the URL like that
aspx-os.com/Default.aspx?com=search&q=encoded_word
second user control 2
will read the "q" query string and decode it
then use search function in DAL
and display results as blog using the pager
Finished but with wrong behavior