Hello all, looking to get a little help with my first ASP.net project.
I'm really new to ASP.net but well versed in C# with a smattering of knowledge in HTML, CSS and SQL. I've made a form that has a few various controls that are mostly text boxes. Using jQuerry and jQuerry Validation in an attempt to make validation easier
on my self.
In C# code I made a function that turns any "`"(The tick symbol) into single quotes in a string. It works fine but when I apply the changes back to a text box the text box will not update it self until jQuerry Validation validates all my controls and sees
they contain valid data.
I've heard something about using postback. But nothing is clear on HOW I use it.
Could I get a little insight at least on how to fix it so my controls update when I want
Bellow is my aspx script and my aspx.cs code since I have no idea where the problem lies. I'm trying to learn as I go.
Go to the complete details ...