B
|
beachldy author 5/17/2011 |
Forgot to mention that I'm not putting that code on the button's ASP snippet now, but on the View Page "before process" event. Tried it both places unsuccessfully. |
![]() |
Sergey Kornilov admin 5/17/2011 |
Your code expects Request.QueryString("SchID") to be populated and obviously it is not. |
B
|
beachldy author 5/18/2011 |
I found that the SchID should be "editid1" but still gets no results. |
B
|
beachldy author 5/18/2011 |
Sergey, sorry but I don't understand what you mean by "Your code expects Request.QueryString("editid1") to be populated". |
B
|
beachldy author 5/18/2011 |
On code behind pages, I can get variables by doing this: |
B
|
beachldy author 5/19/2011 |
Have had two web programmers come over and take a look, and they too, are stumped as I am, and both have been doing web apps since 2000. So, I guess all three of us are idiots, lol. Why can't I get the values of a form into a code snippet? Would using javascript do this? var myfield = document.getElementById('field')? |
![]() |
Sergey Kornilov admin 5/19/2011 |
You follow the wrong route. |