Click here to Skip to main content
15,918,516 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
I did something like this before but can't find the code at the moment but I will try to explain my method.

Use a button to add a new blank row to the DataGrid.
On the new blank row place a clientside button which opens the popup to perform the search.

The button also passes the ClientIds of the TextBoxes (on the new row) to the popup via the querystring. The javascript for this button is built in the ItemDataBound of the DataGrid.

Now with the popup open, perform the search and use javascript to send the selected values back to the clientIds in the parent window using:
eval("window.opener." + myClientId[i] + ".value='" + myValues[i] + "';");

This isn't a very neat solution as it involves a bizarre mixture of server and client side code but hopefully it will give you some ideas.

Declan Bright
www.declanbright.com

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 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Vsree7-Jan-08 18:46
Vsree7-Jan-08 18:46 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Michael Sync7-Jan-08 19:30
Michael Sync7-Jan-08 19:30 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
N a v a n e e t h7-Jan-08 2:45
N a v a n e e t h7-Jan-08 2:45 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
Michael Sync7-Jan-08 3:50
Michael Sync7-Jan-08 3:50 
GeneralRe: Integrating ASP.NET 2.0 with ASP.NET 1.0 Pin
N a v a n e e t h7-Jan-08 6:48
N a v a n e e t h7-Jan-08 6:48 

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.