Search within folders in Google Drive [closed] - directory

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.

Related

Need Online Exam System 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 want to create one Online Exam System where student can attend Exam and there will be options below(in radiobutton) which he/she can choose as answer by using Asp .Net. In this process, Next and Previous should be worked properly. Please suggest me some idea or Code in this Reference.
Thanks..
Following are links from where you can get ideas for Online exam system.
http://onlineexam.codeplex.com/\
http://ooes.codeplex.com/

ASP.net - Static site search [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.
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

Webcast module for drupal? [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 was searching for the webcast plugin for drupal but didnt find one. Any idea regarding Webcast module for drupal??
thanks in advance
take a look at FileField Podcaster or SWF Tools or if you're looking for something live check out Live Streaming http://drupal.org/project/vls

Fetch Contacts From yahoo using 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.
how can i fetch the yahoo contacts in asp.net any source code or any reference.
Yahoo's full .net specific documentation for this stuff can be found at http://developer.yahoo.com/dotnet/
The Yahoo Contacts API
One way is to use YQL - this is a webservice, so you can simply access it as such.
OR
Read http://developer.yahoo.com/social/contacts/ and Use WebClient in ASP.NET.
You can take idea how to use API from here.

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