Click here to Skip to main content
15,914,165 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: calling a webservice through javascript Pin
saqib822-Mar-07 1:40
saqib822-Mar-07 1:40 
GeneralRe: calling a webservice through javascript Pin
DavidNohejl2-Mar-07 2:56
DavidNohejl2-Mar-07 2:56 
GeneralRe: calling a webservice through javascript Pin
Haissam3-Mar-07 14:19
Haissam3-Mar-07 14:19 
GeneralRe: calling a webservice through javascript Pin
DavidNohejl3-Mar-07 14:28
DavidNohejl3-Mar-07 14:28 
GeneralRe: calling a webservice through javascript Pin
Haissam3-Mar-07 15:00
Haissam3-Mar-07 15:00 
AnswerRe: calling a webservice through javascript Pin
Vasudevan Deepak Kumar4-Mar-07 2:11
Vasudevan Deepak Kumar4-Mar-07 2:11 
QuestionTextbox to display Pin
Oga M2-Mar-07 0:26
Oga M2-Mar-07 0:26 
QuestionRefreshing Parent Page Pin
Khan.Bangash2-Mar-07 0:18
Khan.Bangash2-Mar-07 0:18 
Hi All,
I have a form in a page. There are two of customer of my website i-e End User and Business User. When User Login to my website he can change his information. When he click on Change User Info a form is visible to him where he can change his information. But that form opens on a certain condition. Like when he click on Change User Info, a query string is send to that form page. If He is End user 1 is send in query string to that form page if he is Business User 2 is send in query string. Now if he is end user there is a button "Upgrade to Business User". When he click On that button a popups open where he can upgrade him self. He will click on Save Button. When Save button is Clicked the parent page is refreshed. Now the Business user Form should be visible, but there is still the end user form, although page is refreshed. The reason is that there was 1 in query string. Now can any one tell me How can I do that, the query string of parent page change to 2. I refresh parent page with the help of this coding.
Dim sScript As New System.Text.StringBuilder
sScript.Append("<SCRIPT language=""javascript"">" & vbCrLf)
sScript.Append("parent.window.opener.location =parent.window.opener.location; window.self.close();" & vbCrLf)
sScript.Append("</SCRIPT>" & vbCrLf)
RegisterClientScriptBlock("ForceDefaultToScript", sScript.ToString)

Any Help regarding to this.

Thanks in Advance.
AnswerRe: Refreshing Parent Page Pin
nikneem20052-Mar-07 14:07
nikneem20052-Mar-07 14:07 
QuestionGridView Update command Pin
Member 37415621-Mar-07 23:56
Member 37415621-Mar-07 23:56 
AnswerRe: GridView Update command Pin
Paddy Boyd2-Mar-07 0:07
Paddy Boyd2-Mar-07 0:07 
QuestionHow to convert the doc file into HTML Pin
hirenparekh1-Mar-07 23:51
hirenparekh1-Mar-07 23:51 
AnswerRe: How to convert the doc file into HTML Pin
Paddy Boyd2-Mar-07 0:01
Paddy Boyd2-Mar-07 0:01 
AnswerRe: How to convert the doc file into HTML Pin
bgriffin_tpa2-Mar-07 9:11
bgriffin_tpa2-Mar-07 9:11 
GeneralHow to convert the doc file into HTML Pin
hirenparekh2-Mar-07 16:11
hirenparekh2-Mar-07 16:11 
AnswerRe: How to convert the doc file into HTML Pin
Vasudevan Deepak Kumar4-Mar-07 2:12
Vasudevan Deepak Kumar4-Mar-07 2:12 
QuestionTextbox to display Pin
Oga M1-Mar-07 23:34
Oga M1-Mar-07 23:34 
AnswerRe: Textbox to display Pin
Omkar Ghaisas1-Mar-07 23:40
Omkar Ghaisas1-Mar-07 23:40 
AnswerRe: Textbox to display Pin
Vasudevan Deepak Kumar6-Mar-07 9:50
Vasudevan Deepak Kumar6-Mar-07 9:50 
Questionproperties problem of button Pin
suriee1-Mar-07 23:33
suriee1-Mar-07 23:33 
AnswerRe: properties problem of button Pin
Omkar Ghaisas1-Mar-07 23:43
Omkar Ghaisas1-Mar-07 23:43 
GeneralRe: properties problem of button Pin
suriee4-Mar-07 8:59
suriee4-Mar-07 8:59 
AnswerRe: properties problem of button Pin
markymark821-Mar-07 23:44
markymark821-Mar-07 23:44 
QuestionStreaming Tiff image for file download Pin
markymark821-Mar-07 23:22
markymark821-Mar-07 23:22 
AnswerRe: Streaming Tiff image for file download Pin
Guffa2-Mar-07 1:17
Guffa2-Mar-07 1:17 

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.