Click here to Skip to main content
15,890,185 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Size restriction on file upload Pin
NanaAM11-Sep-08 1:37
NanaAM11-Sep-08 1:37 
QuestionGet the set of records from the data Table in asp.net Pin
Rajeshwary11-Sep-08 0:36
Rajeshwary11-Sep-08 0:36 
AnswerRe: Get the set of records from the data Table in asp.net Pin
The Web Developer11-Sep-08 0:57
The Web Developer11-Sep-08 0:57 
GeneralRe: Get the set of records from the data Table in asp.net Pin
Rajeshwary11-Sep-08 1:05
Rajeshwary11-Sep-08 1:05 
GeneralRe: Get the set of records from the data Table in asp.net Pin
The Web Developer11-Sep-08 1:28
The Web Developer11-Sep-08 1:28 
AnswerRe: Get the set of records from the data Table in asp.net Pin
Paddy Boyd11-Sep-08 2:58
Paddy Boyd11-Sep-08 2:58 
QuestionLoading records as they come from dataset Pin
needhi_p10-Sep-08 23:56
needhi_p10-Sep-08 23:56 
QuestionSubmit and close page Pin
omlac10-Sep-08 23:39
omlac10-Sep-08 23:39 
I have a pop up page and on it there is a button im using to save data, but after saving i want to refresh the main page(which is working fine) but after that i want to close the pop up page as well(which aint happening-the problem). My problem is if i have both of these statements/functions under one control only the first one works. im running these lines from c# under the click event of the save button.
Does anyone know what the problem is.

string scriptString2 = " window.opener.document.forms(0).submit(); ";
if (!Page.ClientScript.IsClientScriptBlockRegistered(scriptString2))
{
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "submitScript", scriptString2);
}


string scriptString = " window.close(); ";
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "submitScript", scriptString);
AnswerRe: Submit and close page Pin
Dhana Lakshmi Prasad11-Sep-08 1:07
Dhana Lakshmi Prasad11-Sep-08 1:07 
GeneralRe: Submit and close page Pin
omlac11-Sep-08 3:28
omlac11-Sep-08 3:28 
QuestionForce Post back Pin
omlac10-Sep-08 21:48
omlac10-Sep-08 21:48 
AnswerRe: Force Post back Pin
Abhishek Sur10-Sep-08 22:42
professionalAbhishek Sur10-Sep-08 22:42 
AnswerRe: Force Post back Pin
omlac10-Sep-08 23:19
omlac10-Sep-08 23:19 
Questionweb site size. Pin
y_mmohd10-Sep-08 21:46
y_mmohd10-Sep-08 21:46 
AnswerRe: web site size. Pin
Shaik Haneef10-Sep-08 22:43
Shaik Haneef10-Sep-08 22:43 
GeneralRe: web site size. Pin
y_mmohd11-Sep-08 22:25
y_mmohd11-Sep-08 22:25 
Answerweb site size. Pin
y_mmohd10-Sep-08 23:10
y_mmohd10-Sep-08 23:10 
Questioncan i customize login page url? Pin
srinivassam10-Sep-08 21:07
srinivassam10-Sep-08 21:07 
QuestionDropDownlist auto increament in values problem Pin
Rameez Raja10-Sep-08 21:01
Rameez Raja10-Sep-08 21:01 
AnswerRe: DropDownlist auto increament in values problem Pin
Herman<T>.Instance10-Sep-08 22:20
Herman<T>.Instance10-Sep-08 22:20 
Questionclientside validation for date Pin
imranafsari10-Sep-08 17:41
imranafsari10-Sep-08 17:41 
AnswerRe: clientside validation for date Pin
Gamzun10-Sep-08 18:34
Gamzun10-Sep-08 18:34 
AnswerRe: clientside validation for date Pin
Guffa10-Sep-08 20:33
Guffa10-Sep-08 20:33 
QuestionDynamically Creating PDF using ASP.NET Pin
kc_krishnan10-Sep-08 17:19
kc_krishnan10-Sep-08 17:19 
AnswerRe: Dynamically Creating PDF using ASP.NET Pin
Ed The Fish16-Oct-08 7:47
Ed The Fish16-Oct-08 7:47 

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.