Here Mudassar Ahmed Khan has explained with an example, how to get TextBox value from Repeater on Button click in ASP.Net using C# and VB.Net.
The Repeater Item will be referenced using the NamingContainer property and then the TextBox will be referenced using the FindControl method in ASP.Net.
↧