Saturday 10 February 2018

Fill Drop down list using razor

Store Procedure


USE [Girfa_ProductDB]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER proc [dbo].[fetchProduct]
AS
BEGIN
     select  id,productname from dbo.product order by productname
END


CHTML

@model IEnumerable<Britanic_MIS.Models.ProductModel>

Product : 
<select class="form-control

Friday 9 February 2018

Polygon fill C Graphics



/*==============================
     Girfa Student Help
     Program : Polygon fill demo
     More Program : http://girfahelp.blogspot.in/p/graphics-c-language.html
     Coder Name : Mayank Khare , BCA
================================*/
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>
#include <conio.h>

int main(void)
{
   /* request auto detection */
   int gdriver = DETECT, gmode, errorcode;
   int maxx, maxy;

   /* our polygon array */

Thursday 8 February 2018

Scenery C graphics



Source Code :


/*==============================
     Girfa Student Help
     Program : Scenery C graphics
     More Program :http://girfahelp.blogspot.in/p/graphics-c-language.html
Coder : Mayank Khare , BCA 
================================*/
#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>
#include <conio.h>
#define x 500
int main(void)
{
   /* request auto detection */
   int gdriver = DETECT, gmode, errorcode;
   int xmax, ymax,i;
   int poly[100];

Friday 2 February 2018

Practice Paper Set 1

NIELIT O Level

M2-R4 Internet Technology and Web Design


Note : each question carry one marks from part -1 . part two consist 4 question each carry 10 marks only 3 question need to attempt from part two.
Name : _________________                                                                                                                            Time : 1 hour
Part -1



Multiple Choice :
1. The internet is governed by:
    A) I & B    B)IETF    C) InterNIC   D)None of these
2. The first network that planted the seeds of the internet was :
A) ARPANET  b) NSFNET   C) VNET    D)INET

3. The first page that you normally view when open
   A) Home page   B) Contact   C) About  C)website

4.  A website is a collection of ……….
  A) Protocol    B)HTTP   C) Multimedia   D)web pages

5. for a small website, one needs to buy space from the
A) Network admin     B) ISP
C) Telephone exchange    D) Government