Mask Textbox view for a phone number
i am trying to format a text box so that when the users can type in a phone number and it would automatically put it in the following format :(999)999-9999
i am trying to format a text box so that when the users can type in a phone number and it would automatically put it in the following format :(999)999-9999
I have a very simple table that has UserID as int Password as text and Roles as text(comma separated).
Can i customize ASP.NET Identity structure to use it with my table?
I would like to add an ASP:label and ASP:textbox control to a page through Javascript.
On ASP.NET MVC 3, I created a Action Filter for white space removal from the entire html. It works as I expected most of the time but now I need to change the RegEx in order not to touch inside pre element.
I have an ASP.NET user control that contains a text box control and a button control. This user control will be added to my web-page many times. I need to have a piece of JavaScript that will run whenever the text box changes, and disable the button if the value of the text box is invalid. My question is this: how do I put JavaScript on the textbox that can reference only the button that is in the same user control? Remember, there are many ASP.NET user controls, each with a button and a text box, and I only want the invalid value in a text box to affect the one associated button. Thanks!
Is there any difference between Request["xx"] vs Request.Form["xx"] ?
Has anyone used jQuery to populate an autocomplete list on a textbox using ASP.NET webforms? If so, can anyone recommend a good method? From my reading so far, it seems like most people are using delimited lists rather than JSON to bring the items back. I’m open to any ideas that will get me up and running rather quickly.
I keep getting this error when I try to run a web app that I have inherited. It was written in 2010 for C# 3.5 and uses Mvc 2. I have installed the necessary libraries however I get this error.
I want to have some viewData info across all my views so I am following this tutorial
I asked from few weeks ago this question: How can I teach a beginner to write ASP.NET web applications quickly? And i got some good answers but i liked the answer which tell me to make some small projects with them (me with the beginners) So i decided to collect some small websites ideas to … Read more