hello to all, i am in a crisis, the deadline for submitting my asp.net website as major project is approaching and i am stuck at a critical stage. plz provide me with a solution asap. PROBLEM: i have a registration form made up through external css, which i have included in the project files. the form is a sliding jquery form and i had removed the input data fields provided in original html markup (that came with the css and jquery files) and inserted the standard controls, such as textboxes, labels etc. for entering email id, pasword etc. Now, when i refer to these controls in codefile (default.aspx.cs), it shows error that these controls do not exist in the current context. I have checked the ids of controls and the inherit class, everything is correct, i don't get it why the debugging is hindered.
|