No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
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 … | |
Re: 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 … | |
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? | |
How do i use my program directly on the internet, instead of opening visual studio and running my program? | |
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) | |
Re: 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 … | |
Re: 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 | |
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#? | |
Re: 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 … | |
I need to send my activity log in as an assignment to my lecturer. How do i go about doing that? | |
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? |
The End.