Questions Tagged article-65101-c
Database
Answered: The SQL Server database schema looks like this:
CREATE TABLE [dbo].[Assignment] (
[AssignmentId] BIGINT IDENTITY (1, 1) NOT NULL,
[AssignmentNote] VARCHAR (2000) NULL,
[A...
Timetable Tutorial (ASP.NET, C#, VB.NET)
sir i have request to show how we will add in event to show time and in new event as it is note we are giving in the event
Questions 1-2 of 2