create <ul> & <li> dynamically from database using c# in Asp.net [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 need to create dynamic menu using and submenu using dynamically using c# code in Asp.net and pass this to .aspx page

use the ASP.NET Menu Control and set the RenderingMode to List and bind it to any datasource that respects the IHierarchicalDataSource Interface
A nice tutorial is found here

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

Jqgrid in Asp.net not 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 10 years ago.
Am new for jqgrid in asp.net.I dont know how to connect the sqlserver 2005 table with jqgrid.I search in google.But i cant able to get material for doing this.can anyone know the website or refernce for do this?Thanks in advance
You can get started on the Demo Page, under the section Demos for ASP.NET WebForms 3.5+.
See also the jqGrid for ASP.NET Documentation.

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)?

div problem 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 12 years ago.
strong text
i am using asp.net in visual studio 2005
how can i put my controls from toolbox any where i want in my aspx page
it does moves freely as in windows application
plz help
It doesn't work like that I'm afraid, not for ASP.NET web applications nor any web application that uses HTML for its markup language for that matter. This must be achieved with proper semantic HTML and CSS.

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.

Resources