validating user's input in wizard control [closed] - asp.net

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am using a wizard control with few textboxes in it and i want to validate them how to do?

Use validation summary along with requiredfield validator. Custom validator or regular expression validator. Many examples of how to do this on the web. Cheere

Related

RequiredFieldValidator in ASP.NET [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is requiredfieldvalidator in asp.net client-side validation or server-side validation? If it is a client-side, is it achieved through JavaScript?
Thank you.
Is requiredfieldvalidator in asp.net client-side validation or
server-side validation?
Both
If it is a client-side, is it achieved through JavaScript?
Yes

How to use a user control and master page for common login [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
See the code here
I want common login for all the pages using master pages.
Just create a basic usercontrol and then drag it onto your master page.
Here is a simple example:
http://www.c-sharpcorner.com/UploadFile/cvinodkumar/LoginUserControl11232005011130AM/LoginUserControl.aspx

Ajax in Dropdown list of Asp.net MVC [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to sort my product list by name,rate,etc. using DropDownList
On change event of this dropdown list,i want to show sorted product list using ajax.
How it possible in ASP.net MVC(RAZOR)?

how to use ocx control in asp.net [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i need to use ocx control in my web application ..
please tell me how to use it
using .OCX in ASP.NET web forms - technical discussion - developer ...
http://www.developerfusion.com/forum/thread/45749/
How to use ocx
http://forums.devarticles.com/asp-development-3/how-to-use-ocx-4894.html

Need a sample code to use google calendar in asp.net [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Please tell me how to use google calendar in asp.net. i needs a sample code for scheduling in google calendar using asp.net.
See following
http://code.google.com/apis/calendar/data/2.0/developers_guide_dotnet.html

Resources