|
-
Jun 24th, 2004, 01:05 PM
#1
Thread Starter
Member
vb.net web form performance issue
I have a web form that interacts with a database. when you select an item from one of two corresponding combo boxes, it sets the other combobox to the an equivalent value by reloading the page.
Dropdown boxes:
box 1 box2
1 red
2 blue
3 green
if you select box 1 to "1" box two will be set to red when the page reloads. if you select "green" for box 2, box 1 will be set to "3" when the page reloads.
sometimes this works but is slow.... It takes a good 6 or 7 seconds to rerun the page. Worse, if i change the box a few times, it eventually just reloads a blank web page, with no form on it at all. Am I doing something wrong? Can I expect better performance when I move this from my laptop to a real server (accessing a separate SQL server)?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|