Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached

14 Posted Topics

Member Avatar for 21303359

Hi. im developing a loan processing system using mvc c# asp.net. One of the requirements of the system is to perform a credit history check on the customer applying for a loan. so this is how it works: -the customer applies for a loan. the customers id number gets stored …

Member Avatar for Purvi_1
0
443
Member Avatar for kikiwisaka

u can try this: **in the view** @using (Html.BeginForm()) { <p> Search By Employee :@Html.TextBox("searchtextbox") @Html.DropDownList("dropdownlist", new[] { new SelectListItem() {Text = "Enquiry Number", Value = "enqNum"}, new SelectListItem() {Text = "Employee Number", Value = "empNum"}, new SelectListItem() {Text = "First Name", Value = "firstName"}, new SelectListItem() {Text = "Last …

Member Avatar for 21303359
0
926
Member Avatar for 21303359

I'm creating a Sports system in mvc 4 . i need to add a checkbox list? how do i go about doing that? and how do i enable a button when A certain checkbox is selected?

Member Avatar for castajiz_2
0
77
Member Avatar for 21303359
Member Avatar for 21303359

How do i use my program directly on the internet, instead of opening visual studio and running my program?

Member Avatar for castajiz_2
0
120
Member Avatar for 21303359

How do i create images that move in the website? Like as soon as a user logs into the system there must be images sliding across a part of the page or news headlines (like they show in news reports on tv)

Member Avatar for JorgeM
0
102
Member Avatar for Sounanda

In this article, We will see how to make a image slideshow in ASP.NET. We will use the JavaScript of this slideshow.We will use generic handler for thumbnail image.Generic Handler use for page implementing. This code is aspx:- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for 21303359
0
140
Member Avatar for 21310051

open toolbox, double click on multiview which i think is in "Data" or "Stadard" (not too sure) then add views into the multiview bydouble clicking on "View". make sure that everything u do thereafter that needs to be displayed in one screen ,is in the views

Member Avatar for 21303359
0
74
Member Avatar for 21303359
Member Avatar for 21303359

i want to create a system for a sports club. i want my system to automatically create game fixtures. Hw do i go about doing that in c#?

0
69
Member Avatar for 21345572

With normal C# classes, you cannot declare a class in two separate files in the same project. But with the partial modifier, you can. This is useful if one file is commonly edited and the other is machine-generated or rarely edited. Partial classes can simplify certain C# programming situations. They …

Member Avatar for 21303359
0
124
Member Avatar for 21303359
Member Avatar for 21303359

I need to send my activity log in as an assignment to my lecturer. How do i go about doing that?

Member Avatar for 21303359
0
90
Member Avatar for 21303359

Hi. I am a second year IT student at DUT, i've just received a program to do which includes multiview.I added a view but when i load the page nothing shows on the screen. What could be the problem?

Member Avatar for 21303359
0
132

The End.