I have a master page like this It is working fine in IE buyt in Mozilla FOoter is not coming down it goes to the right.
<%@ Master Language="C#" AutoEventWireup ="true" CodeFile="Maste rPage.master.cs " ClassName="Test Master" Inherits="Maste rPage"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">...
User Profile
Collapse
-
Master Page problem Mozilla
-
the transaction to be handled
12. Details of Process
Inventory Transaction process can be broken into various modules. The modules into which it can be broken into are as below
1. Purchase Requisition
2. Purchase Module
3. Receipt Module
4. Issue Module
5. Vendor Bill Matching (Consolidated GRN)
13. Purchase Requisition
13.1 Overview
Whenever there is a shortage of a part or the Part has gone below... -
Doubt for number generation 1
HI all
I am writing a code for creating a cell with numbers one to nine three in
a row is there any problem with the following code?
using System;
using System.Collecti ons.Generic;
using System.Componen tModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows. Forms;
using System.Diagnost ics;
namespace...
No activity results to display
Show More