Hi, I need help with gridview?
actually the gridview is supposed to show a view(aka join) consisting of two tables .
In my case I have (userid) , (money depositted) fields in table 1; userid can also be left as null.
I have another table I have first_name, last_name,phone numbers( fields) in table2
I want to display first_ name ,money depositted.
in the gridview.
It has to show all the enteries made in table 1 either it is null or has some userid; if it becomes null , then a space should appear instead of displaying null.
can anyone please guide me how to do this?
thanks