Hi,
I am web designer who is now been forced to create a simple ASP.NET 2.0 event booking application (I have some ASP/PHP/SQL Server/SQL knowledge but tend to make a mess of server side code).
This app will have an administrator (back end) interface (web or windows based internal to my office) and an applicant (front end) web interface.
1) An Administrator internal to my department will be able to create a course/event through the admin interface. Details will be very simple "event name", "course name", "start date/time" "end date/time" "description" etc...
2) once saved will then allow people on the website to apply for this event/course. Filling in various details depending on the person type they specify e.g business man will fill different details compared to student etc...
3) once person applied for a course there details will be viewable from the admin end under the particular event. it will then be possible to email and mark attended/not attended etc.... applicants.
4) It will also be necessary from the admin end to be able to search/filter through all applicant data. View details in Excel possibly pivot charts.
As I am not a programmer and for me C# might as well be in Chinese.
Is it possible to create all this functionality using the .NET 2.0 Web Server Data Controls?
Does anyone have experience doing this?
thanks for your time.
Angus
I am web designer who is now been forced to create a simple ASP.NET 2.0 event booking application (I have some ASP/PHP/SQL Server/SQL knowledge but tend to make a mess of server side code).
This app will have an administrator (back end) interface (web or windows based internal to my office) and an applicant (front end) web interface.
1) An Administrator internal to my department will be able to create a course/event through the admin interface. Details will be very simple "event name", "course name", "start date/time" "end date/time" "description" etc...
2) once saved will then allow people on the website to apply for this event/course. Filling in various details depending on the person type they specify e.g business man will fill different details compared to student etc...
3) once person applied for a course there details will be viewable from the admin end under the particular event. it will then be possible to email and mark attended/not attended etc.... applicants.
4) It will also be necessary from the admin end to be able to search/filter through all applicant data. View details in Excel possibly pivot charts.
As I am not a programmer and for me C# might as well be in Chinese.
Is it possible to create all this functionality using the .NET 2.0 Web Server Data Controls?
Does anyone have experience doing this?
thanks for your time.
Angus