Click here to Skip to main content
15,913,115 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: restrict text box to take only numbers Pin
Rangarajan K11-Sep-08 2:17
Rangarajan K11-Sep-08 2:17 
AnswerRe: restrict text box to take only numbers Pin
Abhijit Jana11-Sep-08 4:35
professionalAbhijit Jana11-Sep-08 4:35 
GeneralRe: restrict text box to take only numbers Pin
J4amieC11-Sep-08 4:48
J4amieC11-Sep-08 4:48 
GeneralRe: restrict text box to take only numbers Pin
led mike11-Sep-08 4:50
led mike11-Sep-08 4:50 
GeneralRe: restrict text box to take only numbers Pin
Pete O'Hanlon11-Sep-08 5:13
mvePete O'Hanlon11-Sep-08 5:13 
GeneralRe: restrict text box to take only numbers Pin
dhumplopoka12-Sep-08 3:20
dhumplopoka12-Sep-08 3:20 
Questionhow to find reference count for an object in unmanaged code ? Pin
ademsandeepreddy11-Sep-08 1:09
ademsandeepreddy11-Sep-08 1:09 
QuestionSocket Programming Pin
ramesh148211-Sep-08 0:56
ramesh148211-Sep-08 0:56 
AnswerRe: Socket Programming Pin
Manas Bhardwaj11-Sep-08 3:45
professionalManas Bhardwaj11-Sep-08 3:45 
QuestionSize restriction on file upload Pin
seee sharp11-Sep-08 0:52
seee sharp11-Sep-08 0:52 
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 

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.