Click here to Skip to main content
15,921,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Construct full absolute URL from Relative URL ? [modified] Pin
Nadia Monalisa7-Jan-08 9:20
Nadia Monalisa7-Jan-08 9:20 
AnswerRe: How to Construct full absolute URL from Relative URL ? Pin
Michael Sync7-Jan-08 19:15
Michael Sync7-Jan-08 19:15 
GeneralSetting a data source's parameter to null Pin
Fernando A. Gomez F.7-Jan-08 8:47
Fernando A. Gomez F.7-Jan-08 8:47 
GeneralRe: Setting a data source's parameter to null Pin
Michael Sync7-Jan-08 19:19
Michael Sync7-Jan-08 19:19 
GeneralSimple doubt in google search in HTML Pin
Senthil S7-Jan-08 5:39
Senthil S7-Jan-08 5:39 
GeneralRe: Simple doubt in google search in HTML Pin
Christian Graus7-Jan-08 17:11
protectorChristian Graus7-Jan-08 17:11 
GeneralRe: Simple doubt in google search in HTML Pin
Senthil S7-Jan-08 23:53
Senthil S7-Jan-08 23:53 
GeneralRe: Simple doubt in google search in HTML Pin
Michael Sync7-Jan-08 19:27
Michael Sync7-Jan-08 19:27 
Do you want to show the result in your website or in Google page?

If you want to show the result in Google, you can use the HTML. For example, if you look at <a href="http://michaelsync.net/">this site</a>[<a href="http://michaelsync.net/" target="_blank" title="New Window">^</a>], there is one search box. You can type the keyword that you want and click "Google Search" then it will show the result in Google page.

The code is like that below ~


<form target="_top" action="http://www.google.com/custom" method="get">
<table border="0" bgcolor="#ffffff">
<tbody><tr><td valign="top" nowrap="nowrap" height="32" align="left">

</td>
<td nowrap="nowrap">
<input type="hidden" value="michaelsync.net" name="domains" />
<label style="display: none;" for="sbi">Enter your search terms</label>
<input type="text" id="sbi" value="" maxlength="255" size="31" name="q" />
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tbody><tr>
<td>
<input type="radio" id="ss0" checked="" value="" name="sitesearch" />
<label title="Search the Web" for="ss0"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" id="ss1" value="michaelsync.net" name="sitesearch" />
<label title="Search michaelsync.net" for="ss1"><font size="-1" color="#000000">michaelsync.net</font></label></td>
</tr>
</tbody></table>
<label style="display: none;" for="sbb">Submit search form</label>
<input type="submit" id="sbb" value="Google Search" name="sa" />
<input type="hidden" value="pub-9763008045449359" name="client" />
<input type="hidden" value="1" name="forid" />
<input type="hidden" value="ISO-8859-1" name="ie" />
<input type="hidden" value="ISO-8859-1" name="oe" />
<input type="hidden" value="GALT:#008000;GL:1;DIV:#191919;VLC:663399;AH:center;BGC:EDF5FA;LBGC:EDF5FA;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1" name="cof" />
<input type="hidden" value="en" name="hl" />
</td></tr></tbody></table>
</form>


But if you want to show the result in your website, it can't be done without the server-side script. You have to download the Search API and register the account. then, you have to use that API in your website. If you want the example for that, you can search in Codeproject. there are a lot of article for that.

<div class="ForumSig"></div>

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


AnswerHai your responce is wat i need Pin
Senthil S8-Jan-08 0:04
Senthil S8-Jan-08 0:04 
Questionasp.net website inside of a php or jsp webpage Pin
Sutorius7-Jan-08 5:19
Sutorius7-Jan-08 5:19 
GeneralRe: asp.net website inside of a php or jsp webpage Pin
Declan Bright7-Jan-08 5:37
Declan Bright7-Jan-08 5:37 
QuestionAdding row to datagrid using Javascript Pin
Nisha S.7-Jan-08 4:40
Nisha S.7-Jan-08 4:40 
GeneralRe: Adding row to datagrid using Javascript Pin
Declan Bright7-Jan-08 5:21
Declan Bright7-Jan-08 5:21 
GeneralFTP command "NLST" gives me "?" instead of "æ", "ø" or "å" Pin
thomasa7-Jan-08 4:33
thomasa7-Jan-08 4:33 
GeneralRe: FTP command "NLST" gives me "?" instead of "æ", "ø" or "å" Pin
thomasa7-Jan-08 5:17
thomasa7-Jan-08 5:17 
Generalcacheprofile doesn't work in control Pin
xcraft7-Jan-08 4:24
professionalxcraft7-Jan-08 4:24 
GeneralASP.Net and Sharepoint Pin
Nathan Gloyn7-Jan-08 3:38
Nathan Gloyn7-Jan-08 3:38 
GeneralDuplicate ID problem Pin
Abhijit Jana7-Jan-08 2:28
professionalAbhijit Jana7-Jan-08 2:28 
GeneralRe: Duplicate ID problem Pin
Michael Sync7-Jan-08 3:47
Michael Sync7-Jan-08 3:47 
GeneralRe: Duplicate ID problem Pin
arivu7-Jan-08 18:00
arivu7-Jan-08 18:00 
Generalcount the no of files in folder Pin
Mogaambo7-Jan-08 2:22
Mogaambo7-Jan-08 2:22 
GeneralRe: count the no of files in folder Pin
Sathesh Sakthivel7-Jan-08 2:36
Sathesh Sakthivel7-Jan-08 2:36 
GeneralRe: count the no of files in folder Pin
Mogaambo7-Jan-08 3:12
Mogaambo7-Jan-08 3:12 
GeneralIntegrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Vsree7-Jan-08 2:16
Vsree7-Jan-08 2:16 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
N a v a n e e t h7-Jan-08 2:44
N a v a n e e t h7-Jan-08 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.