Click here to Skip to main content
15,911,786 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: RadEditor is disabled possibly because of AJAX Manager Pin
indian1436-Jan-16 10:33
indian1436-Jan-16 10:33 
QuestionAbout Online Shopping In Asp.net and linq Pin
SunnyMistry0074-Jan-16 22:36
SunnyMistry0074-Jan-16 22:36 
AnswerRe: About Online Shopping In Asp.net and linq Pin
F-ES Sitecore4-Jan-16 22:48
professionalF-ES Sitecore4-Jan-16 22:48 
AnswerRe: About Online Shopping In Asp.net and linq Pin
Afzaal Ahmad Zeeshan5-Jan-16 0:05
professionalAfzaal Ahmad Zeeshan5-Jan-16 0:05 
Questionasp.net mvc with desktop ui. HowTo? Pin
Frygreen4-Jan-16 9:23
Frygreen4-Jan-16 9:23 
AnswerRe: asp.net mvc with desktop ui. HowTo? Pin
Afzaal Ahmad Zeeshan5-Jan-16 0:26
professionalAfzaal Ahmad Zeeshan5-Jan-16 0:26 
AnswerRe: asp.net mvc with desktop ui. HowTo? Pin
Frygreen5-Jan-16 13:10
Frygreen5-Jan-16 13:10 
QuestionAdding Objects To Session Pin
ASPnoob4-Jan-16 7:15
ASPnoob4-Jan-16 7:15 
AnswerRe: Adding Objects To Session Pin
ZurdoDev4-Jan-16 8:24
professionalZurdoDev4-Jan-16 8:24 
AnswerRe: Adding Objects To Session Pin
Mathi Mani4-Jan-16 8:58
Mathi Mani4-Jan-16 8:58 
AnswerRe: Adding Objects To Session Pin
ASPnoob4-Jan-16 10:55
ASPnoob4-Jan-16 10:55 
GeneralRe: Adding Objects To Session Pin
F-ES Sitecore4-Jan-16 22:46
professionalF-ES Sitecore4-Jan-16 22:46 
GeneralRe: Adding Objects To Session Pin
Richard Deeming5-Jan-16 2:28
mveRichard Deeming5-Jan-16 2:28 
GeneralRe: Adding Objects To Session Pin
F-ES Sitecore5-Jan-16 2:59
professionalF-ES Sitecore5-Jan-16 2:59 
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 

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.