Originally Posted by
motil
Can someone please explain a bit about MVC? can you combine it with "classic" ASP.NET? what is the benefits? what do you need to change in your project so you can use MVC ?
all in all i'm all good with ASP.NET environment but did this this fatal mistake with the dynamics IDs ... they should never apply this method and they HAD to fix it with the .NET 2.0/3.5 release's .... (what did they thinking???)
Gary i have two questions: how long will it take for the release of .NET 4.0 ?
and do you know how did they handled the id's when you use repeater for example in .NET 4.0? do you get to choose prefix or suffix ? for example if you give an ID of a Textbox inside a repeater an ID of "txbMyTextBox" i should be able to choose some kind of suffix to it like "_" and when the page will get rendered all the IDs should be numbered like "txbMyTextBox_1,txbMyTextBox_2 ..."
i hope its going to be something like this and not this ugly long IDs