Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ITprogrammer
Starting Member
1 Post |
Posted - 2008-09-26 : 10:47:27
|
Hello all, First of all let me just say this is my first post here and if I am in the wrong section my bad.But none the less, what I need help with is that I have a menu on my page that when a person makes a selection it updates a hidden field that holds the search parameters for a SQL select command. But the command only runs at page load where the field is still empty. So what I am wondering is if it is passable to get that select command to run after the hidden field has been updated.I am using Microsoft Visual Web Developer, C# and a SQL server.Thanks in advance. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-26 : 12:37:25
|
why are running command at page load? you only want command to be executed when a value is selected?then execute the command on changing the value of menu (onchange event) |
 |
|
|
|
|