Thursday 21 November 2019

Auto suggestion MVC C# ASP.Net

Auto Suggestion of names using C# MVC ASP.Net with Ajax

CSS



<style>
     .g-auto {
         position: absolute;       
        
         border: solid 1px #e3e2de;
         background-color: #ffffff;
         -webkit-box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.75);
         -moz-box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.75);
         box-shadow: 0px 3px 13px -1px rgba(0,0,0,0.75);
         padding:0px;
         display:none;
        
     }

Tuesday 19 November 2019

Putting model data in Viewbag



Putting Model in viewbag is the easiest way to flow A model data controller to a view. Let see a case, Suppose You’re editing a student record, On the editing page, you need to fill student details in related textbox and different type of dropdown list, which data is coming from database i.e. course , session, etc.

Normally we bind one model control to a view at a time. But if you are putting the model in a viewbag then you can transfer any number of models to a view. The following code will show you, Getting course record from the controller and filling it in the drop-down list at the view 


Model



public class CourseModel
    {
        public string ID { get; set; }
        public string CourseName { get; set; }
        public string Description { get; set; }
    }

Saturday 9 November 2019

Answer: M1-R4: IT TOOLS & BUSINESS SYSTEMS Jan-2017

Answer: M1-R4: IT TOOLS & BUSINESS SYSTEMS Jan-2017

Multiple Choice


1.1 : C
1.2 : B
1.3 : B
1.4 : B
1.5 : A
1.6 : B
1.7 : B
1.8 : B
1.9 : C
1.10 : B

True/False


2.1 : T
2.2 : T
2.3 : T
2.4 : T
2.5 : F
2.6 : T
2.7 : T
2.8 : T
2.9 : T
2.10 : T

Multiple Choice


3.1 : D
3.2 : H
3.3 : B
3.4 : F
3.5 : C
3.6 : I
3.7 : H
3.8 : E
3.9 : J
3.10 : M

Multiple Choice


4.1 : J
4.2 : H
4.3 : L
4.4 : M
4.5 : A
4.6 ; E
4.7 : D
4.8 : C
4.9 : F
4.10 : J

Friday 8 November 2019

Solved : M1-R4: IT TOOLS & BUSINESS SYSTEMS Jan-2017

Solved : M1-R4: IT TOOLS & BUSINESS SYSTEMS Jan-2017

1. Each question below gives a multiple choice  of   answers.Choose the most answer sheet supplied with the question paper, following instructions therein. (1x10)

1.1 : computer system are:
A) Memory, Input/Output, DMA
B) ALU, CPU, Memory
C) Memory, Input/Output, CPU
D) Control Circuits, ALU, Registers
1.2 : Which one of the following is volatile?
A) Bubble Memory
B) RAM
C) ROM
D) Magnetic Disc
Answer

Saturday 2 November 2019

Answer : M4.1-R4: APPLICATION OF .NET TECHNOLOGY July 2016

Answer :  M4.1-R4: APPLICATION OF .NET TECHNOLOGY July 2016


Multiple Choice : 


1.1 : A
1.2 : A
1.3 : B
1.4 : C
1.5 : B
1.6 : D
1.7 : A
1.8 : B
1.9 : D
1.10 : D