Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I have one doubt, I am using vb.net datagrid control for binding values from
Database. My Scenario is, I am using same page for all clients. I am using same stored procedure. But one client I am adding extra one column. How to add and
handle this situation.

Thanks in Advance,
Posted

1 solution

You just need to hide the column when it is not the one customer that uses it. Hiding columns are very easy: https://msdn.microsoft.com/en-us/library/bb383893(v=vs.90).aspx[^]
 
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