Click here to Skip to main content
15,922,533 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to handel this(The channel 'tcp' is already registered.) Exception in remotin Pin
eyeseetee29-Apr-08 23:47
eyeseetee29-Apr-08 23:47 
GeneralRe: How to handel this(The channel 'tcp' is already registered.) Exception in remotin Pin
Piyush Vardhan Singh30-Apr-08 0:08
Piyush Vardhan Singh30-Apr-08 0:08 
Question"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Pro Pin
1.21 Gigawatts29-Apr-08 22:50
1.21 Gigawatts29-Apr-08 22:50 
AnswerRe: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Pin
eyeseetee29-Apr-08 22:54
eyeseetee29-Apr-08 22:54 
GeneralRe: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Pin
1.21 Gigawatts29-Apr-08 22:57
1.21 Gigawatts29-Apr-08 22:57 
GeneralRe: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Pin
eyeseetee29-Apr-08 23:16
eyeseetee29-Apr-08 23:16 
GeneralRe: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Pin
1.21 Gigawatts29-Apr-08 23:39
1.21 Gigawatts29-Apr-08 23:39 
QuestionCalendr in pop up window: javascript error Pin
rahul.net1129-Apr-08 22:20
rahul.net1129-Apr-08 22:20 
Hello all,
I am displaying a calender in pop window. I am having a form which is in user control and that form having calender control. I am using the user control on another page and the form get displayed.When user click on calender image a pop open and i am displaying calender control in pop up window.When user select a date then selected date will get displayed in text box. The problem is that when i click on a date in calender control then date will not get displayed in calender control and it gives following error.
Error: window.opener.document.forms[0].txtdelivdate has no properties<br />
Source File: http://localhost/test/popup.aspx?textbox=txtdelivdate<br />
Line: 48


when i find out the cause then i found that user control dosenot have form tag so it gives the error. when i add the form tag in user control then it shows error.
a page can have only one form tag

because the page on which i am displaying user control having form tag. I cant remove the form tag on my aspx page. So how can i solve the error.
i am adding folowing code for adding on calendr selected index changed event to add calender selected value to text box.

Dim strScript As String = "<script>window.opener.document.forms[0]." + control.Value + ".value = '"<br />
        strScript += calDate.SelectedDate.ToString("MM/dd/yyyy")<br />
        strScript += "';self.close()"<br />
        strScript += "<br />
        RegisterClientScriptBlock("anything", strScript)</script>


Please help me.

People Laugh on me Because i am Different but i Laugh on them
Because they all are same.

AnswerRe: Calendr in pop up window: javascript error Pin
Vasudevan Deepak Kumar29-Apr-08 22:22
Vasudevan Deepak Kumar29-Apr-08 22:22 
GeneralRe: Calendr in pop up window: javascript error Pin
rahul.net1129-Apr-08 22:36
rahul.net1129-Apr-08 22:36 
QuestionCalling Javascript on Body onload Pin
dwadasi29-Apr-08 22:02
dwadasi29-Apr-08 22:02 
AnswerRe: Calling Javascript on Body onload Pin
Vasudevan Deepak Kumar29-Apr-08 22:23
Vasudevan Deepak Kumar29-Apr-08 22:23 
AnswerRe: Calling Javascript on Body onload Pin
Guffa29-Apr-08 23:25
Guffa29-Apr-08 23:25 
QuestionCHALLENGING QUESTING FOR PROGRAMMERS - String to Textbox in C#.NET?? [modified] Pin
Karan_TN29-Apr-08 21:47
Karan_TN29-Apr-08 21:47 
AnswerRe: String to Textbox in C#.NET?? Pin
Blue_Boy29-Apr-08 21:49
Blue_Boy29-Apr-08 21:49 
QuestionRe: String to Textbox in C#.NET?? Pin
Karan_TN29-Apr-08 21:55
Karan_TN29-Apr-08 21:55 
AnswerRe: String to Textbox in C#.NET?? [modified] Pin
Blue_Boy29-Apr-08 22:54
Blue_Boy29-Apr-08 22:54 
AnswerRe: String to Textbox in C#.NET?? Pin
eyeseetee29-Apr-08 22:06
eyeseetee29-Apr-08 22:06 
QuestionRe: String to Textbox in C#.NET?? Pin
Karan_TN29-Apr-08 22:13
Karan_TN29-Apr-08 22:13 
AnswerRe: String to Textbox in C#.NET?? Pin
Vasudevan Deepak Kumar29-Apr-08 22:24
Vasudevan Deepak Kumar29-Apr-08 22:24 
QuestionRedirect to page below one level ...read the post completely ... [modified] Pin
Krazy Programmer29-Apr-08 21:40
Krazy Programmer29-Apr-08 21:40 
AnswerRe: Question how to redirect Pin
eyeseetee29-Apr-08 21:44
eyeseetee29-Apr-08 21:44 
GeneralRe: Question how to redirect Pin
Krazy Programmer29-Apr-08 21:50
Krazy Programmer29-Apr-08 21:50 
GeneralRe: Question how to redirect Pin
eyeseetee29-Apr-08 22:04
eyeseetee29-Apr-08 22:04 
GeneralRe: Question how to redirect Pin
Krazy Programmer29-Apr-08 22:12
Krazy Programmer29-Apr-08 22:12 

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.