Hi I'm extremely new to asp.net and trying to create a search function for my site. Can someone please point me in the right direction? I have a news site on my computer that I made in xhtml but
I want to switch it to asp.net and VB. I have a SQL database with table tblNews. The columns are: Title, Date and Message. I can't find any tutorials that have helped. My thought was to create a text box, for user input, and a submit button. Once submitted
this will take you to a new page with the search results…I just don’t know how to do this.
jakeeady
0 Points
1 Post
Search Function for Intranet Site
Feb 22, 2010 07:30 PM|LINK
Hi I'm extremely new to asp.net and trying to create a search function for my site. Can someone please point me in the right direction? I have a news site on my computer that I made in xhtml but I want to switch it to asp.net and VB. I have a SQL database with table tblNews. The columns are: Title, Date and Message. I can't find any tutorials that have helped. My thought was to create a text box, for user input, and a submit button. Once submitted this will take you to a new page with the search results…I just don’t know how to do this.
Thanks!