Click here to Skip to main content
15,920,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur21-Dec-09 21:37
professionalAbhishek Sur21-Dec-09 21:37 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak22-Dec-09 7:58
mtilak22-Dec-09 7:58 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur22-Dec-09 21:17
professionalAbhishek Sur22-Dec-09 21:17 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak23-Dec-09 5:22
mtilak23-Dec-09 5:22 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur23-Dec-09 20:47
professionalAbhishek Sur23-Dec-09 20:47 
QuestionUrgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
ravindradonkada21-Dec-09 6:14
ravindradonkada21-Dec-09 6:14 
AnswerRe: Urgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
meltonllenos4-May-10 17:41
meltonllenos4-May-10 17:41 
Questionmaking a window model Pin
Hema Bairavan21-Dec-09 0:54
Hema Bairavan21-Dec-09 0:54 
Hi peoples,

I am opening a window by following code,

function mypopup()
{
mywindow = window.open("Bulk_Insert.aspx", "mywindow", "toolbar=no,location=no,directories=no,status=no," +
"menubar=no,scrollbars=no,resizable=no,width=500,height=300");
mywindow.moveTo(100,200);
}


i have 3 questions here

1) i want to make this window as modal window so that the user cant access the parent page

2) i gave resizable to NO, but the widnow is allowing the user to resize, even the status bar is also coming at bottom


3) and i need to get some input from that modal window(page) to my parent page


please help me,
AnswerRe: making a window model Pin
Abhijit Jana21-Dec-09 1:03
professionalAbhijit Jana21-Dec-09 1:03 
QuestionPhoto tagging Pin
Subin Mavunkal20-Dec-09 23:41
Subin Mavunkal20-Dec-09 23:41 
AnswerRe: Photo tagging Pin
sashidhar20-Dec-09 23:46
sashidhar20-Dec-09 23:46 
QuestionUse windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:18
Dot-Net-Dev20-Dec-09 22:18 
AnswerRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 22:35
professionalAbhishek Sur20-Dec-09 22:35 
GeneralRe: Use windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:49
Dot-Net-Dev20-Dec-09 22:49 
GeneralRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 23:31
professionalAbhishek Sur20-Dec-09 23:31 
AnswerRe: Use windows control in ASP.NET Pin
Gamzun22-Dec-09 17:34
Gamzun22-Dec-09 17:34 
QuestionCalling Stored Procedure from javascript code Pin
deepseeindeepsy20-Dec-09 22:03
deepseeindeepsy20-Dec-09 22:03 
AnswerRe: Calling Stored Procedure from javascript code Pin
Abhishek Sur20-Dec-09 22:12
professionalAbhishek Sur20-Dec-09 22:12 
Questionjavascript function name length Pin
benams20-Dec-09 21:31
benams20-Dec-09 21:31 
AnswerRe: javascript function name length Pin
Abhishek Sur20-Dec-09 21:39
professionalAbhishek Sur20-Dec-09 21:39 
QuestionNew window should open in another browser Pin
siddisagar20-Dec-09 21:25
siddisagar20-Dec-09 21:25 
AnswerRe: New window should open in another browser Pin
Abhishek Sur20-Dec-09 21:32
professionalAbhishek Sur20-Dec-09 21:32 
GeneralRe: New window should open in another browser Pin
Pankaj Saha21-Dec-09 18:36
Pankaj Saha21-Dec-09 18:36 
Questionhow to enter datetime type data in stored procedures Pin
Amit Spadez20-Dec-09 20:21
professionalAmit Spadez20-Dec-09 20:21 
AnswerRe: how to enter datetime type data in stored procedures Pin
Abhishek Sur20-Dec-09 21:26
professionalAbhishek Sur20-Dec-09 21:26 

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.