Can someone write some VB.Net example code for me that does this:
1) Creates a gridview control with the results of a SQL stored procedure
that has 1 parameter (text)
2) Adds an extra column that displays the result of a VB.Net function that
uses a value from an existing column
I have spent 4 hours trying to do this after Googling for examples... There
are many new concepts that I haven't had much experience with...
1) Creates a gridview control with the results of a SQL stored procedure
that has 1 parameter (text)
2) Adds an extra column that displays the result of a VB.Net function that
uses a value from an existing column
I have spent 4 hours trying to do this after Googling for examples... There
are many new concepts that I haven't had much experience with...
Comment