Hi ya!
im using asp.net thorugh visual studio, where im trying to create a upload function where i can upload files and send them to MS access database.
i've used the upload function from the tool bar, provided by visual stuido.
i've done the front end of the code, face front, also the back end of the cs file, however this error keeps on cuming?
Can anyone help please!!!!!
"""heres the error msg below""""
Compiler Error Message: CS0260: Missing partial modifier on declaration of type 'ASPNetDB.WebForm1'; another partial declaration of this type exists
Source Error:
Line 13: /// Summary description for WebForm1.
Line 14: /// </summary>
Line 15: public class WebForm1 : System.Web.UI.Page
Line 16: {
Line 17: private const string MDBFILE = "ASPNetDB.mdb";
Source File: c:\Users\Master2\Users\newupload.aspx.cs Line: 15
"""""""""""""""""""""""""""""""""""""""""""""""""" """"""""
please