Click here to Skip to main content
15,913,467 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friends,
i have a requirement for gridview, there is 4 columns in that
Parameters,Value,range,Code.
the 3 columns(Value,range,Code )are entered by Users all are textbox in gridview for user input.
but the 1st column(Parameters) has fixed number of values like:
oral temp
BP
Dialostic
Pulse rate
this value user will not enter.

how do i show the 1st column in gridview with the above given values,
when User form get load?

Regards,
aamir
Posted

Use lable control for oral temp, BP, Dialostic, Pulse rate fields
 
Share this answer
 
dear sangram,
paramter is only the column name, which has values like
oral temp
BP
Dialostic
Pulse rate

how should i fill it in gridview column (parameter),
my Gridview will be like this.

Parameters | Value | Range(CS-NCS) | code
-------------------------------------------------------------------------------
Oral temperature Textbox(userwill enter) dropdownlist Textbox(user enter)
BP Textbox(userwill enter) dropdownlist Textbox(user enter)
Dialostic Textbox(userwill enter) dropdownlist Textbox(user enter)
Pulse rate Textbox(userwill enter) dropdownlist Textbox(user enter)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900