Hi,

I have an ASP.NET web app and Iam trying to show my clients a message to save data before saving when they click on the submit button which is working fine. But the problem is I only want to show the Message when there is an actuall change in the data on the form. Iam using button attributes to achive the current functionality. Any help is appreciated. Iam using C# as codebehind and server side code is in separate file.

Can anyone point me to a right direction.

Regards
Daniel

Recommended Answers

All 3 Replies

Would using the TextChanged event for your input fields work?

How can you control the click even through TextChanged Event.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.