Click here to Skip to main content
16,012,153 members

Comments by bukagedi (Top 1 by date)

bukagedi 26-Jan-12 6:50am View    
This solution is clear, but working in .NET 4.x you can set ClientIDMode="Static" for every server side control. There is no need for using expression <%= txtUser.ClientID %> working in this case: clientId and serverSideID are equal in this case.