It seems that ASP.NET validators do not validate hidden fields. I get messages like this: Control \'hiddenField\' referenced by the ControlToValidate property of \'hiddenFieldValidator\' cannot be v
I have开发者_JAVA技巧 an OpenTK GLControl embedden in a WindowsFormsHost in my WPF application. I want to continuously update and render it.
I have 2 questions: Question 1: Is it possible to keep the selected value of a summited FileUpload Control after a form is submitted?
I have a page that holds 5 texboxes each name similar but with a numerial suffix. Example: tbNumber1, tbNumber2, tbNumber3 and so on.
web service response passes back an xml file, one element is type Date, its format has timezone info, e.g.
i have created a method to clear a textbox in my form1 and i can clear it but when i am calling this method from Form2, the form1 textbox is not clearing. please help me in this.
I am creating a panel and then adding some labels/buttons to it to form a grid.The issue is that if I add more than say 25x25 items to the panel, there is a terrible performance hit.I can resize the f
I have created a custom server control. So far this control renders some html in the webpage. On submit of the page i need to take the values entered inthe textbox of the server control and call some
I have a gridview control in which the data is dispalyed using a stored procedure. the grid has three columns, first one contains radiobuttons. the general idea is that the user should be able to sele
Please excuse me for a probably lo开发者_运维问答w quality of this question, since I\'m not a web dev, so I possibly don\'t now some obvious things and don\'t know what to Google for. I think problem