Click here to Skip to main content
15,890,995 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Server Error in '/MobileTimeTicket1' Application. 
________________________________________
Compilation Error 
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: BC30456: 'job' is not a member of 'ASP.TimeTicket_aspx'.

Source Error:


Line 33: 			<mobile:SelectionList id="frmaddtimetk_cmb_cardno"  runat="server"></mobile:SelectionList>
Line 34: 			<mobile:Label id="Label6"  runat="server" Font-Bold="True">Job No</mobile:Label>
Line 35: 			<mobile:SelectionList id="jobno1"  runat="server"  önLoad ="job()"></mobile:SelectionList>
Line 36: 			<mobile:Label id="Label8"  runat="server" Font-Bold="True">Work Code</mobile:Label>
Line 37: 			<mobile:SelectionList id="cmbworkcode1"  runat="server"></mobile:SelectionList>
Posted
Updated 19-Nov-12 18:02pm
v2
Comments
Sergey Alexandrovich Kryukov 20-Nov-12 0:38am    
HTML?!!

1 solution

I think its keyboard error SEE at onload = "job()" you must use lowercase onload
and then you check your method in script job()
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900