This is a discussion on "A Little Direction - Please" within the ASP.NET Forum section. This forum, and the thread "A Little Direction - Please are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
A Little Direction - Please
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
A Little Direction - Please
Just looking for someone to give me a little direction on the design of my ASP.Net app. Basically it goes like this:
Connect to SQL query 13 different tables in the same DB main table is mostly foreign keys from different tables need to use these keys to look up text, etc. on the other 12 tables End Product should be like this: User selects an entry from a drop down box query db with that entry and get the selections from all tables display them This can't be that difficult, but I am refusing to band-aid it and use classic ASP. I got .NET and intend to use it. I have tried several things (13 different data adapters and 13 different datasets, made custom classes that basically mirror the tables, but I guess I am too stupid to make it work, cause it ain't) Any direction would be greatly appreciated. Thanks in advance |
|
|
|
|||
|
This isn't specific to .NET really, but you'll substantially improve your performance and simplify your .NET code by doing as much of this as possible with Stored Procedures within SQL itself.
|
![]() |
| Tags |
| little, direction |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trying something new... point me in the right direction? | Donny Bahama | PHP Forum | 1 | Apr 18th, 2008 05:59 |
| Opera rtl direction | marSoul | Web Page Design | 0 | Mar 1st, 2008 20:44 |
| CSS Padding with rtl direction | marSoul | Web Page Design | 0 | Jan 23rd, 2008 14:14 |
| Which Direction Should I Continue & Why? | threelefts | Free Web Site Critique | 11 | Nov 8th, 2007 01:21 |
| Problem with re-direction | Ed | Hosting & Domains | 2 | Jul 7th, 2007 11:59 |