Search Results

0
votes

Multiple DataKeyNames in a GridView

When using the default declarative delete method, GridView will pass both values to the ObjectDataSource. If you really don't like the extra parameter, an alternative is to cancel the decl …
3
votes

GridView - Show headers on empty data source.

You can use HeaderTemplate property to setup the head programatically or use ListView instead if you are using .NET 3.5. Personally, I prefer ListView over GridView and DetailsView if possi …
1
vote

Asp.Net Validaterequest False

Basically validating user input by replacing special characters usually cause more trouble and doesn't really solve the problem. It all depends what the user will input, sometimes they need the spe …