Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Adding Objects To Session Pin
Richard Deeming5-Jan-16 7:34
mveRichard Deeming5-Jan-16 7:34 
GeneralRe: Adding Objects To Session Pin
F-ES Sitecore6-Jan-16 22:47
professionalF-ES Sitecore6-Jan-16 22:47 
QuestionCreate an ASP.NET Page with a scheduler application Pin
Helgard W29-Dec-15 21:40
Helgard W29-Dec-15 21:40 
SuggestionRe: Create an ASP.NET Page with a scheduler application Pin
Richard MacCutchan29-Dec-15 22:38
mveRichard MacCutchan29-Dec-15 22:38 
GeneralRe: Create an ASP.NET Page with a scheduler application Pin
Helgard W29-Dec-15 22:45
Helgard W29-Dec-15 22:45 
AnswerRe: Create an ASP.NET Page with a scheduler application Pin
Anurag Gandhi29-Dec-15 22:45
professionalAnurag Gandhi29-Dec-15 22:45 
AnswerRe: Create an ASP.NET Page with a scheduler application Pin
Helgard W29-Dec-15 22:47
Helgard W29-Dec-15 22:47 
AnswerRe: Create an ASP.NET Page with a scheduler application Pin
Zubair Khan May202324-May-23 2:01
Zubair Khan May202324-May-23 2:01 
Hi Helgard W,

To create a scheduler application in ASP.NET, you can use various libraries and techniques available in the .NET ecosystem. I can provide you with some guidance to get started.

ASP.NET WebForms vs. ASP.NET MVC:
First, decide whether you want to develop the application using ASP.NET WebForms or ASP.NET MVC. WebForms provides a more event-driven model, while MVC offers a more structured and testable approach. Both can be used to create a scheduler application, so choose the one that suits your requirements and familiarity.

Database Setup:
You will need a database to store the scheduled meetings and user information. You can use SQL Server or another database of your choice. Set up the necessary tables to store meetings, users, and permissions.

User Registration and Authentication:
Implement user registration and authentication functionality so that users can create accounts and log in to the application. ASP.NET provides built-in features like Membership or newer ASP.NET Identity for this purpose.

Scheduler Interface:
Create a user interface that allows users to schedule meetings. You can use ASP.NET controls or client-side libraries like jQuery or React to build an interactive interface. When a user schedules a meeting, store the meeting details in the database.

Meeting Display:
Implement a page or pages that display the scheduled meetings to the users with appropriate permissions. Retrieve the meeting data from the database and present it in a user-friendly manner. You can use ASP.NET controls or client-side frameworks like Angular or Vue.js for this.

Permissions and Security:
Implement a permission system to control who can view and schedule meetings. You can assign roles or permissions to users and check these permissions before displaying or modifying meeting data.

Notifications:
Consider adding email notifications to notify participants about scheduled meetings or any updates. You can use libraries like SendGrid or SMTP to send emails from your ASP.NET application.

Testing and Deployment:
Test your application thoroughly to ensure it functions as expected. Once testing is complete, deploy the application to a web server or hosting environment.

Questionweb form application accessing ssrs reports Pin
dcof28-Dec-15 6:34
dcof28-Dec-15 6:34 
QuestionFreddy Kruger Fixed Pin
BobbyStrain24-Dec-15 7:16
BobbyStrain24-Dec-15 7:16 
Questionhow to start android mobile app development Pin
Member 1187868023-Dec-15 8:30
Member 1187868023-Dec-15 8:30 
AnswerRe: how to start android mobile app development Pin
Richard MacCutchan23-Dec-15 10:32
mveRichard MacCutchan23-Dec-15 10:32 
AnswerRe: how to start android mobile app development Pin
Caroll Bert30-Dec-15 19:40
Caroll Bert30-Dec-15 19:40 
Questionhow to set gridview height auto meanse auto fit containt row in gridview Pin
Member 1187868023-Dec-15 8:04
Member 1187868023-Dec-15 8:04 
AnswerRe: how to set gridview height auto meanse auto fit containt row in gridview Pin
OriginalGriff23-Dec-15 8:11
mveOriginalGriff23-Dec-15 8:11 
QuestionThe page isn't redirecting properly Pin
Member 1114890122-Dec-15 18:23
Member 1114890122-Dec-15 18:23 
AnswerRe: The page isn't redirecting properly Pin
Anurag Gandhi27-Dec-15 1:13
professionalAnurag Gandhi27-Dec-15 1:13 
QuestionJob Queue within Website? Pin
nlarson1121-Dec-15 5:57
nlarson1121-Dec-15 5:57 
AnswerRe: Job Queue within Website? Pin
Anurag Gandhi27-Dec-15 1:12
professionalAnurag Gandhi27-Dec-15 1:12 
AnswerRe: Job Queue within Website? Pin
Richard Deeming4-Jan-16 4:07
mveRichard Deeming4-Jan-16 4:07 
Questionasp.net Pin
Suraj Patil20-Dec-15 6:45
Suraj Patil20-Dec-15 6:45 
AnswerRe: asp.net Pin
User 418025420-Dec-15 15:45
User 418025420-Dec-15 15:45 
GeneralRe: asp.net Pin
Caroll Bert27-Dec-15 19:26
Caroll Bert27-Dec-15 19:26 
QuestionASP.NET Chart Pin
BobbyStrain18-Dec-15 10:27
BobbyStrain18-Dec-15 10:27 
AnswerRe: ASP.NET Chart Pin
Anurag Gandhi27-Dec-15 7:38
professionalAnurag Gandhi27-Dec-15 7:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.