Click here to Skip to main content
15,885,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Searching data in word document Pin
Christian Graus15-Apr-08 0:02
protectorChristian Graus15-Apr-08 0:02 
Questionoutlook express new message window Pin
Sonia Gupta14-Apr-08 20:52
Sonia Gupta14-Apr-08 20:52 
GeneralRe: outlook express new message window Pin
Christian Graus14-Apr-08 21:10
protectorChristian Graus14-Apr-08 21:10 
QuestionRe: outlook express new message window Pin
Sonia Gupta14-Apr-08 21:25
Sonia Gupta14-Apr-08 21:25 
GeneralRe: outlook express new message window Pin
eyeseetee14-Apr-08 21:45
eyeseetee14-Apr-08 21:45 
QuestionRe: outlook express new message window Pin
Sonia Gupta14-Apr-08 22:36
Sonia Gupta14-Apr-08 22:36 
GeneralRe: outlook express new message window Pin
Christian Graus14-Apr-08 23:54
protectorChristian Graus14-Apr-08 23:54 
Generalpop is not opening in a server Pin
Member 398938614-Apr-08 20:45
Member 398938614-Apr-08 20:45 
Hello, the below code is working fine for localhost means htt//localhost/name1,aspx.
Its opening popup well

but same when we deployed in test server then its opening popup and automatically closing

eg: http://192.45.23.233//name1.apsx

In this case popup is opening and automatically closing.

//////////

string ActivityPath1 = State.AppRoot + "Administration/ExcelPage.aspx?sheet=Activity";
string scriptActivity = "var windowRef = window.open('" + ActivityPath1 + "','Activity','status=yes, resizable= yes, scrollbars= yes, toolbar= yes,menubar= yes');";
scriptActivity += "windowRef.focus();";
this.Page.ClientScript.RegisterStartupScript(this.GetType(), "Activity", scriptActivity, true);

///////////////
GeneralRe: pop is not opening in a server Pin
eyeseetee14-Apr-08 21:42
eyeseetee14-Apr-08 21:42 
GeneralRe: pop is not opening in a server Pin
Member 398938614-Apr-08 21:45
Member 398938614-Apr-08 21:45 
GeneralRe: pop is not opening in a server Pin
eyeseetee14-Apr-08 21:49
eyeseetee14-Apr-08 21:49 
GeneralRe: pop is not opening in a server Pin
Nouman Bhatti15-Apr-08 0:03
Nouman Bhatti15-Apr-08 0:03 
GeneralRe: pop is not opening in a server Pin
Ashish Sehajpal15-Apr-08 1:04
Ashish Sehajpal15-Apr-08 1:04 
QuestionHow to take selected value of dropdownlist in web method using cascading dropdownlist Pin
mohd imran abdul aziz14-Apr-08 20:24
mohd imran abdul aziz14-Apr-08 20:24 
QuestionLinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 19:22
Soumini Ramakrishnan14-Apr-08 19:22 
GeneralRe: LinkButton problem Pin
Christian Graus14-Apr-08 19:36
protectorChristian Graus14-Apr-08 19:36 
GeneralRe: LinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 20:01
Soumini Ramakrishnan14-Apr-08 20:01 
GeneralRe: LinkButton problem Pin
N a v a n e e t h14-Apr-08 20:22
N a v a n e e t h14-Apr-08 20:22 
GeneralRe: LinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 20:31
Soumini Ramakrishnan14-Apr-08 20:31 
GeneralRe: LinkButton problem Pin
Nouman Bhatti14-Apr-08 21:29
Nouman Bhatti14-Apr-08 21:29 
GeneralRe: LinkButton problem Pin
eyeseetee14-Apr-08 21:38
eyeseetee14-Apr-08 21:38 
GeneralRe: LinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 23:33
Soumini Ramakrishnan14-Apr-08 23:33 
Questioni want to know the number hits customers are visting Pin
ajaych14-Apr-08 19:02
ajaych14-Apr-08 19:02 
GeneralRe: i want to know the number hits customers are visting Pin
Christian Graus14-Apr-08 19:17
protectorChristian Graus14-Apr-08 19:17 
GeneralRe: i want to know the number hits customers are visting Pin
Soumini Ramakrishnan14-Apr-08 19:31
Soumini Ramakrishnan14-Apr-08 19:31 

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.