ASP.NET Web Forms is a web application framework and one of several programming models supported by the Microsoft ASP.NET technology. Web Forms applications can be written in any programming language which supports the Common Language Runtime, such as C# or Visual Basic.
Question:How to avoid multiple submissions of a form on client side?
Description:What is happening in my case is user submit the form multiple times when form is already submitted and takes time because of the slow server response time suggestion needed to Stop or prevent form's multiple submissions on client side
Posted by: Jhon Anthony | Posted on: May 09, 2018
Question:how to apply different Style on last item of a asp.net repeater ?
Description:Is it possible to detect the last item of the asp.net repeater inside the ItemTemplate ?
Posted by: Jhon Anthony | Posted on: Aug 30, 2017
Question:How to call a client side script from server side ?
Description:How to call a client side script from server side in asp.net c#
Posted by: Jhon Anthony | Posted on: Aug 28, 2017