Click here to Skip to main content
15,914,481 members

Comments by Vishwajeet Singh Chouhan (Top 15 by date)

Vishwajeet Singh Chouhan 15-Feb-12 2:05am View    
sahi hai......
Vishwajeet Singh Chouhan 11-Jan-12 5:08am View    
Deleted
USE [MedicalLabDB]
GO
/****** Object: Table [dbo].[Advance_Sub_Tests] Script Date: 01/11/2012 15:33:11 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Advance_Sub_Tests](
[Advance_Sub_Test_ID] [int] IDENTITY(1,1) NOT NULL,
[Sub_Test_ID] [int] NULL,
[L_Bound_M_LessThan_First_Age ] [float] NULL,
[U_Bound_M_LessThan_First_Age ] [float] NULL,
[L_Bound_M_LessThan_Second_Age] [float] NULL,
[U_Bound_M_LessThan_Second_Age] [float] NULL,
[L_Bound_M_LessThan_Third_Age] [float] NULL,
[U_Bound_M_LessThan_Third_Age] [float] NULL,
[L_Bound_M_LessThan_Fourth_Age] [float] NULL,
[U_Bound_M_LessThan_Fourth_Age] [float] NULL,
[L_Bound_M_LessThan_Fifth_Age] [float] NULL,
[U_Bound_M_LessThan_Fifth_Age] [float] NULL,
[L_Bound_F_LessThan_First_Age] [float] NULL,
[U_Bound_F_LessThan_First_Age] [float] NULL,
[L_Bound_F_LessThan_Second_Age] [float] NULL,
[U_Bound_F_LessThan_Second_Age] [float] NULL,
[L_Bound_F_LessThan_Third_Age] [float] NULL,
[U_Bound_F_LessThan_Third_Age] [float] NULL,
[L_Bound_F_LessThan_Fourth_Age] [float] NULL,
[U_Bound_F_LessThan_Fourth_Age] [float] NULL,
[L_Bound_F_LessThan_Fifth_Age] [float] NULL,
[U_Bound_F_LessThan_Fifth_Age] [float] NULL,
[First_Age] [int] NULL,
[Second_Age] [int] NULL,
[Third_Age] [int] NULL,
[Fourth_Age] [int] NULL,
[Fifth_Age] [int] NULL,
[Test_Active] [bit] NULL,
[Version] [timestamp] NULL,
CONSTRAINT [PK_Advance_Sub_Test_1] PRIMARY KEY CLUSTERED
(
[Advance_Sub_Test_ID] ASC
)WITH (IGNORE_DUP_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]

i have that table i want to select the column name (which is one among first age,second age,thirdage,fourth age,fifth age) which has the value let assume <20
(i selected a particular row already)
Vishwajeet Singh Chouhan 11-Jan-12 4:23am View    
hi sorry i am unable to work besause of some personel reason,
thanks for you reply.
but i only want to add new rows in the grid view without the help of previous table
Vishwajeet Singh Chouhan 6-Jan-12 1:47am View    
sir i want to run grid view row command by check box,
is it possible?
Vishwajeet Singh Chouhan 9-Dec-11 23:26pm View    
ya i bind it with the database table