div problem 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 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.

Related

Bootstrap for ASP.NET webform [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.
i am trying to learn twitter bootstrap on ASP webforms, can anyone tell me how to apply bootstrap on menu control that loads from sitemap data source. I will appreciate if there is any tutorial link available for webform specifically. Thanks
This tutorial is good:
http://geekswithblogs.net/JeremyMorgan/archive/2012/09/18/how-to-use-twitter-bootstrap-on-an-asp.net-website.aspx
It's a pretty general question you have, but basically you want to assign a DOM ID to your web controls, and the javascript is going to look pretty much the same as you would find in the Twitter Bootstrap examples.

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.

create <ul> & <li> dynamically from database using c# 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 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

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

working with sitemap path 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.
can i know how to work with sitemap path in asp.net is possible examle please.
ASP.NET Site Maps
The simplest way to create a site map
is to create an XML file named
Web.sitemap that organizes the pages
in the site hierarchically. This site
map is automatically picked up by the
default site-map provider for ASP.NET.

Resources