Hi
I'm having a bit of an issue with the element that makes a form column a url. While I can get it to go to a url I can't seem to get it to pass a prarameter without casuing a server error
For instance I want to pass the value of the recorset ajax field student number as the url parameter StudentNumber to a page with more details about the student
the code it draws up is
../nclsecdetail.asp?StudentNumber=" + (ajax.Fields.Item("StudentNumber").Value) + "
this creates the server error on that like of |37|800a01a8|Object_required:_''
Any ideas what I might have to do to get aroung this one
thanks
|
|
|