Ajax in Dropdown list of Asp.net MVC [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 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)?

Related

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

In which Control you can use Site Map [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 know in site navigation which contol can be used?
i just know we can use treeview but i want more control that work with Site Map!
thanks
Dynamic menus
TreeViews
Site Map Path
Have a look at this info.
http://www.w3schools.com/aspnet/aspnet_navigation.asp

validating user's input in wizard control [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 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

how to create treeview having checkboxes in 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 12 years ago.
how to create treeview having checkboxes in asp.net mvc
use dynatree replaced by Fancytreee
ExtJS treeview can do that; just use the script in one of your views.
http://www.extjs.com/deploy/dev/examples/tree/check-tree.html
You can also you a native ASP.NET TreeView that supports checkboxes such as ComponentArt's http://www.componentart.com/products/aspnetmvc/, or Telerik's, http://www.telerik.com/products/aspnet-ajax/treeview.aspx#checkbox-and-tristate-checkboxes-support.

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