Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My Code

VB
<asp:Button ID="btnsubmit" CssClass="button2" runat="server" Text="Login"
               onclick="btnsubmit_Click" />



error is

Error 9 'ASP.default_aspx' does not contain a definition for 'submit' and no extension method 'submit' accepting a first argument of type 'ASP.default_aspx' could be found (are you missing a using directive or an assembly reference?) E:\mine\RajJobwebsite\Default.aspx 37
Posted
Comments
SandeepKushwah 4-Sep-14 1:59am    
Can I have full page code?
harshavardhan12345678 4-Sep-14 2:11am    
what
Gihan Liyanage 4-Sep-14 2:00am    
please Post your back end code..
harshavardhan12345678 4-Sep-14 2:04am    
issue solved ... thankq for remember the back end code
Gihan Liyanage 4-Sep-14 2:05am    
Good, You may had differnt Name in back end code.. Good Luck .. :)

1 solution

Response.Write(" login Successfull....");
 
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