hotcoder
hotcoder

Reputation: 3256

Use ASP.NET 4 feature "ClientIDMode" in ASP.NET 3.5

I have seen a great feature of ASP.NET 4, the property of server controls "ClientIDMode". Can I use this feature in ASP.NET 3.5 in any way?

Upvotes: 0

Views: 2007

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038940

Can I use this feature in ASP.NET 3.5 in any way?

No, you can't. That's an ASP.NET 4 feature. Time to upgrade?

Upvotes: 5

Related Questions