I've seen many posts complaining about this, but none with a solution.....
I have a GridView that is bound to a SQLDataSource and working just fine,
except that when I change the DataFormatString on one of my columns that is
displaying a smallmoney value from SQL (converted to double by .NET ...
more >>
I have a GridView that I want to return as an Excel spreadsheet. I am using
vb.net in a web application.
The following code works, with the exception of special characters.
dt = MyDataSet.Tables(0)
GridView1.DataSource = dt
GridView1.DataBind()
...
more >>
I have a delete button on my page which deletes the selected row in a
gridview.
After the deletion the selected index gets reset to -1. How can I keep the
same selected index?
Nirmal
...
more >>