Click here to Skip to main content
15,884,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Tamer Oz31-Aug-09 2:55
Tamer Oz31-Aug-09 2:55 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Abhijit Jana31-Aug-09 3:06
professionalAbhijit Jana31-Aug-09 3:06 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Fayu31-Aug-09 6:50
Fayu31-Aug-09 6:50 
GeneralRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Christian Graus31-Aug-09 14:19
protectorChristian Graus31-Aug-09 14:19 
Questionin 3 tier how can we access in asp.net, how can we make object of them. Pin
vaishali.terse31-Aug-09 2:16
vaishali.terse31-Aug-09 2:16 
AnswerRe: in 3 tier how can we access in asp.net, how can we make object of them. Pin
Amit Patel198531-Aug-09 2:20
Amit Patel198531-Aug-09 2:20 
AnswerRe: in 3 tier how can we access in asp.net, how can we make object of them. Pin
Abhijit Jana31-Aug-09 2:48
professionalAbhijit Jana31-Aug-09 2:48 
Questioncalendar popup Pin
ankitjain111031-Aug-09 1:59
ankitjain111031-Aug-09 1:59 
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
private void calDate_SelectionChanged(object sender, System.EventArgs e)
{
control.Value = calDate.SelectedDate.ToShortDateString();
Response.Write("<script language='javascript'>window.returnValue='" + calDate.SelectedDate.ToString("dd/MM/yyyy") + "';window.close();</script>");
}

protected void Page_Load(object sender, EventArgs e)
{

}
protected void Button1_Click(object sender, EventArgs e)
{
private void calDate_SelectionChanged(object sender, System.EventArgs e)
{
control.Value = calDate.SelectedDate.ToShortDateString();
Response.Write("<script language='javascript'>window.returnValue='" + calDate.SelectedDate.ToString("dd/MM/yyyy") + "';window.close();</script>");
}
}
protected void calDate_SelectionChanged1(object sender, EventArgs e)
{
Response.Write("<script language = "javascript">opener.document.getElementById(Request.QueryString["ID"]).value='" + (Calendar1.SelectedDate) + "'; self.close();</script>");
}

}


can anyone help me out wid this code.i just want to generate a popup calendar.
this piece of code is throwing some errors.

i got this code from http://www.codeproject.com/Messages/2246753/calendar-in-popup-window.aspx[^]
plz help me to use this
AnswerRe: calendar popup Pin
sashidhar31-Aug-09 2:22
sashidhar31-Aug-09 2:22 
GeneralRe: calendar popup Pin
ankitjain111031-Aug-09 2:45
ankitjain111031-Aug-09 2:45 
AnswerRe: calendar popup Pin
Abhijit Jana31-Aug-09 2:54
professionalAbhijit Jana31-Aug-09 2:54 
GeneralRe: calendar popup Pin
ankitjain111031-Aug-09 3:00
ankitjain111031-Aug-09 3:00 
AnswerRe: calendar popup Pin
Abhijit Jana31-Aug-09 3:14
professionalAbhijit Jana31-Aug-09 3:14 
QuestionGenerate xml file from sql server in asp.net Pin
.NET- India 31-Aug-09 1:56
.NET- India 31-Aug-09 1:56 
AnswerRe: Generate xml file from sql server in asp.net Pin
compninja2531-Aug-09 4:31
compninja2531-Aug-09 4:31 
GeneralRe: Generate xml file from sql server in asp.net Pin
compninja2531-Aug-09 6:16
compninja2531-Aug-09 6:16 
AnswerRe: Generate xml file from sql server in asp.net Pin
www.Developerof.NET31-Aug-09 7:28
www.Developerof.NET31-Aug-09 7:28 
QuestionDiv overlapping Pin
meghamaharshi31-Aug-09 1:38
meghamaharshi31-Aug-09 1:38 
AnswerRe: Div overlapping Pin
sashidhar31-Aug-09 1:52
sashidhar31-Aug-09 1:52 
QuestionOpacity mask in IE8 Pin
vikash_singh31-Aug-09 1:38
vikash_singh31-Aug-09 1:38 
QuestionCould you help me in ASP.Net. Pin
abglorie31-Aug-09 1:19
abglorie31-Aug-09 1:19 
AnswerRe: Could you help me in ASP.Net. [modified] Pin
sashidhar31-Aug-09 1:40
sashidhar31-Aug-09 1:40 
AnswerRe: Could you help me in ASP.Net. Pin
Abhijit Jana31-Aug-09 3:10
professionalAbhijit Jana31-Aug-09 3:10 
Questionhow to open filled page which was not saved due to system has shutdown Pin
itsmitm31-Aug-09 1:08
itsmitm31-Aug-09 1:08 
Questionimage in ASP.Net Pin
Amit Patel198531-Aug-09 0:49
Amit Patel198531-Aug-09 0:49 

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.