Hello,
currently, what i want to do is, add a column in a table "default" during runtime. Well, I've got that covered already.
The problem is, the column names are actually taken from the users input through a textbox or drop down list and of course, if the same column is added already in the table, it generates an error since it has to be unique.
That is why i wonder if it is possible to know if a column already exists without viewing the form which contains the grid view of that table?
Thanks if you can help :$