Click here to Skip to main content
15,886,096 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[ASP,NET AJAX] Programmatically fill DynamicPopulateExtender from client script Pin
Pawel Krakowiak13-Nov-07 6:31
Pawel Krakowiak13-Nov-07 6:31 
GeneralUser Input on DropDownList Pin
Brady Kelly13-Nov-07 4:45
Brady Kelly13-Nov-07 4:45 
GeneralRe: User Input on DropDownList Pin
MoustafaS13-Nov-07 5:20
MoustafaS13-Nov-07 5:20 
GeneralRe: User Input on DropDownList Pin
Brady Kelly13-Nov-07 5:42
Brady Kelly13-Nov-07 5:42 
GeneralRe: User Input on DropDownList Pin
Pawel Krakowiak13-Nov-07 6:34
Pawel Krakowiak13-Nov-07 6:34 
GeneralRe: User Input on DropDownList Pin
Brady Kelly13-Nov-07 18:05
Brady Kelly13-Nov-07 18:05 
QuestionRedirect to another page ClientSide Pin
M_Menon13-Nov-07 4:35
M_Menon13-Nov-07 4:35 
AnswerRe: Redirect to another page ClientSide Pin
Fred_Smith13-Nov-07 11:59
Fred_Smith13-Nov-07 11:59 
What you have will work in IE, but not Firefox. Someone will no doubt say this is because FF is w3-compliant and IE isn't or some such nonsense, but don't believe them: it's a bug.

The fix is twofold:

First, add a "return false;" to stop FF posting the page back to itself:

window.location.href=link;
return false;

Second, note that if running this script locally you will need to make your link absolute (http://...) but when running on a live web server a relative link will work.

cheers
Fred
GeneralRe: Redirect to another page ClientSide Pin
M_Menon14-Nov-07 7:18
M_Menon14-Nov-07 7:18 
QuestionUsing Web Service from Remote location Pin
anu_sam77713-Nov-07 3:44
anu_sam77713-Nov-07 3:44 
AnswerRe: Using Web Service from Remote location Pin
Guffa13-Nov-07 6:07
Guffa13-Nov-07 6:07 
GeneralRe: Using Web Service from Remote location Pin
anu_sam77713-Nov-07 17:07
anu_sam77713-Nov-07 17:07 
Questionhow can i disable of datalist textboxes by javascript Pin
Harun.Net13-Nov-07 2:55
Harun.Net13-Nov-07 2:55 
AnswerRe: how can i disable of datalist textboxes by javascript Pin
Michael Sync13-Nov-07 4:09
Michael Sync13-Nov-07 4:09 
AnswerRe: creation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
N a v a n e e t h13-Nov-07 1:59
N a v a n e e t h13-Nov-07 1:59 
AnswerRe: creation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
Braulio Dez13-Nov-07 3:37
Braulio Dez13-Nov-07 3:37 
GeneralRe: creation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
Elena200613-Nov-07 18:56
Elena200613-Nov-07 18:56 
Questioncreation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
Elena200613-Nov-07 1:57
Elena200613-Nov-07 1:57 
QuestionCould you please give me your advice Pin
abglorie13-Nov-07 1:30
abglorie13-Nov-07 1:30 
AnswerRe: Could you please give me your advice Pin
Colin Angus Mackay13-Nov-07 1:50
Colin Angus Mackay13-Nov-07 1:50 
AnswerRe: Could you please give me your advice Pin
N a v a n e e t h13-Nov-07 1:57
N a v a n e e t h13-Nov-07 1:57 
AnswerRe: Could you please give me your advice Pin
ballameharmurali13-Nov-07 17:57
ballameharmurali13-Nov-07 17:57 
Questionrenaming a file in disk through web application Pin
Sunil Wise13-Nov-07 1:27
professionalSunil Wise13-Nov-07 1:27 
AnswerRe: renaming a file in disk through web application Pin
Michael Sync13-Nov-07 4:04
Michael Sync13-Nov-07 4:04 
GeneralRe: renaming a file in disk through web application Pin
Sunil Wise13-Nov-07 20:29
professionalSunil Wise13-Nov-07 20:29 

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.