Hello everyone,

i have a gridview on my form, and i have some data which gets calculated once the user select a row, however the user does not need to see a specific column. Is there anyway that i dont display that certain column however be able to use the information that would have been displayed when the user selects it ???

can anyone help with i have tried to edit column and make the column Visible = False. It doesnt display the column, but it causes a big problem it doesnt not have field to extract information from so it compicates my situation.

please help.

Thanks in advance

Kushal

Recommended Answers

All 2 Replies

Try setting a css class to that column and setting the css style "visibility:hidden;". This way asp can still access the data but the user won't see it.

If the data is confidential then your best bet is to pull the data from DB on post back and work with it there.

Thank you :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.