If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-26-08, 03:51
shiraj shiraj is offline
Registered User
 
Join Date: Jan 2008
Posts: 10
search

Can u please tell me, I am doing help desk automation project. I need the search module codings otherwise give some ideas regarding the search code in asp.net.,
Reply With Quote
  #2 (permalink)  
Old 04-26-08, 08:40
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Searching where for what?
A database for data?
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 04-28-08, 02:25
shiraj shiraj is offline
Registered User
 
Join Date: Jan 2008
Posts: 10
searching a data inside the database...with the related items
Reply With Quote
  #4 (permalink)  
Old 04-28-08, 03:37
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
So because this is such a open and vague question I have to point you in the direction of the ADO Tutorial at www.w3schools.com.

What you need to do to select data from a database is
Code:
Establish a connection to the datasource

Open a recordset based on an SQL command

Ierate through the recordset to display the results

Close the recordset

Close the connection
But without more specific questions that's the best answer I can give!

Look at the ADO tutorial and let us know how you get on, post back if you get stuck
__________________
George
Twitter | Blog
Reply With Quote
  #5 (permalink)  
Old 05-01-08, 06:06
shiraj shiraj is offline
Registered User
 
Join Date: Jan 2008
Posts: 10
how to create dbforums in asp.net

How to create discussion forums in asp.net pls tell the creating process in step by step
Reply With Quote
  #6 (permalink)  
Old 05-01-08, 06:09
shiraj shiraj is offline
Registered User
 
Join Date: Jan 2008
Posts: 10
georgev, pls tell me how to create discussion forums in step by step process in dot net. Pls tell the correct response to my question, while saw this message replay to me very quick as possible

thank you,

Last edited by shiraj; 05-01-08 at 06:13.
Reply With Quote
  #7 (permalink)  
Old 05-01-08, 06:16
shiraj shiraj is offline
Registered User
 
Join Date: Jan 2008
Posts: 10
georgev , answer my question quickly i want to complete my project as quick
as possible
Reply With Quote
  #8 (permalink)  
Old 05-01-08, 06:38
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Sorry dude, we don't do homework here.

I'm happy to help you with specific problems.
__________________
George
Twitter | Blog
Reply With Quote
  #9 (permalink)  
Old 05-01-08, 07:16
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
shiraj - I would create a new thread in the Microsoft.NET forum. This is the classic ASP forum.

Also I totally agree with George - you need to stop, pick up an ADO.NET programming book (or at the minimum read some good, in depth articles) and work through the problem. If you hit a specific problem we can help. Writing your data access layer for you is something you cannot expect someone to do for free in their spare time.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
Reply With Quote
  #10 (permalink)  
Old 05-01-08, 07:25
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
AndShiraj, we had a very similar run in recently, didn't we?

Bug Tracking Sysems
__________________
George
Twitter | Blog
Reply With Quote
  #11 (permalink)  
Old 05-02-08, 03:18
shiraj shiraj is offline
Registered User
 
Join Date: Jan 2008
Posts: 10
There was some connection string problem what shall I do ?
Reply With Quote
  #12 (permalink)  
Old 05-02-08, 03:41
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
__________________
George
Twitter | Blog
Reply With Quote
  #13 (permalink)  
Old 05-06-08, 10:00
noamsmadja noamsmadja is offline
Registered User
 
Join Date: Dec 2007
Posts: 21
Quote:
Originally Posted by shiraj
Can u please tell me, I am doing help desk automation project. I need the search module codings otherwise give some ideas regarding the search code in asp.net.,
The right question should have been:

hey, i am looking for some suckers to code me a search module for free... any suckers around?


the administrator's and moderators' tolerance is overwhelming in here... thumbs up for you ppl
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On