Question : Sys.WebForms.PageRequestManagerServerErrorException: Index was out of range. Must be non-negative and less than the size of the collection.

Sys.WebForms.PageRequestManagerServerErrorException: Index was out of range. Must be non-negative and less than the size of the collection.

When I do a select all and try to delete.
I get the above message.
Line: 976
Error: Sys.WebForms.PageRequestManagerServerErrorException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

Answer : Sys.WebForms.PageRequestManagerServerErrorException: Index was out of range. Must be non-negative and less than the size of the collection.

You don't need to publish anything to the development server. DS allows you
to run and debug ASP.NET applications without IIS. It runs directly from VS
or VWD and works directly off VS Web project. You don't even have to compile
or build the Web.

Web sites are different from client projects, nothing is installed on the
client. Hence 'ClickOnce' term does not apply directly to VWD.
Random Solutions  
 
programming4us programming4us