Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on an ASP.NET application (well supposed to be deploying it about 3 days ago) and my hidden fields are loosing value when the form gets posted back..

I am using them to store information i write using javascript and on my own machine this works fine but as soon as i deploy it on our server everything else works except these values are lost..

I am using the .NET AJAX control toolkit on the same page and have noticed my calander datepicker also looses the data..

I have checked using firebug and the data is definitely getting post to the server but is getting lost somewhere!

share|improve this question
1  
well if the value is being sent to the server, what is being lost? what code is attempting to use it and not working? – RPM1984 Nov 18 '10 at 10:18
well accrding to firebug the post request contains the data im trying to send... on my serverside i have Request.Form["mycontrolidaccordingtofirebug"] and it doesnt work, i have tried adding runat="server" and using mycontrol.Text and it doesnt work any ideas.. it may be something to do with the ASP.NET AJAX – Daniel Upton Nov 18 '10 at 10:23

1 Answer

Sorry guys..

Turns out it was a dumb embarrassing mistake that had nothing to do with the field!

Was a database problem..

I feel Spare!

Sorry!

Thanks!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.