hi,
i have a problem that i have been trying to solve for days.
there is a page that is made by someone else which uses a radgrid to show data from database. it uses stored procedure to gather the data. now i must add two new columns to this table. i've added the columns and changed the stored procedure. and when i look at the page i saw that the new columns are added but nothing changed in the data that comes from stored procedure. the changes that i made in stored procedure never effects the dataset. i have a master table that uses sp named "x" and detail table uses sp named "y". i tried to change both but both doesn't effect the dataset. i'm totally sure that connection string, query etc. is absolutely true. please find a solution for me.
i have a problem that i have been trying to solve for days.
there is a page that is made by someone else which uses a radgrid to show data from database. it uses stored procedure to gather the data. now i must add two new columns to this table. i've added the columns and changed the stored procedure. and when i look at the page i saw that the new columns are added but nothing changed in the data that comes from stored procedure. the changes that i made in stored procedure never effects the dataset. i have a master table that uses sp named "x" and detail table uses sp named "y". i tried to change both but both doesn't effect the dataset. i'm totally sure that connection string, query etc. is absolutely true. please find a solution for me.