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.
Related
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.
Is it possible to search within a google drive folder using gdrive developer sdk?
Yes, it is entirely possible!
When listing files with drive.files.list, you can provide search query parameters. A query like:
'MYFOLDERID' in parents
will search for files in the folder with ID MYFOLDERID. There are more details about other query parameters and searching in general in the linked docs.
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.
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.
We have a static website in asp.net with about 50 pages and need to implement a site search. Any suggestions/links will be appreciated.
Thanks,
K
If you're looking for a quick way to get search functionality into your pre-existing, static, site, google site search would be a very simple route to go.
This link might help you.http://www.codeproject.com/KB/applications/SearchDotnet.aspx or you can can use sitesearch component for asp.net sites
http://www.sitesearchasp.net/
http://www.asp.net/community/control-gallery/browse.aspx?category=45
I add one more suggestion here.
The UltimateSearch from Karamasoft, that is a commercial product, but you avoid the advertise and have more control over.
http://www.karamasoft.com/UltimateSearch/Features.aspx
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
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.