Click here to Skip to main content
16,005,209 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Auto Text Prob in ASP.Net Pin
John.G12-Aug-08 23:45
John.G12-Aug-08 23:45 
AnswerRe: Auto Text Prob in ASP.Net Pin
Sandeep Akhare13-Aug-08 0:12
Sandeep Akhare13-Aug-08 0:12 
GeneralRe: Auto Text Prob in ASP.Net Pin
John.G13-Aug-08 23:17
John.G13-Aug-08 23:17 
Questionattendance Pin
sathyan_829412-Aug-08 22:47
sathyan_829412-Aug-08 22:47 
AnswerRe: attendance Pin
Jörgen Andersson12-Aug-08 23:06
professionalJörgen Andersson12-Aug-08 23:06 
QuestionHow to poop up a Calender Control in an aspx page and after selecting a date from that calender, this value will go to the parent page's text box Pin
DeepikaAggarwal12-Aug-08 22:40
DeepikaAggarwal12-Aug-08 22:40 
AnswerRe: How to poop up a Calender Control in an aspx page and after selecting a date from that calender, this value will go to the parent page's text box Pin
eyeseetee12-Aug-08 22:49
eyeseetee12-Aug-08 22:49 
AnswerRe: How to poop up a Calender Control in an aspx page and after selecting a date from that calender, this value will go to the parent page's text box Pin
Imran Khan Pathan12-Aug-08 23:56
Imran Khan Pathan12-Aug-08 23:56 
DeepikaAggarwal wrote:
How to poop up a Calender Control in an aspx page


window.open('myPage.aspx','Title',........)


Put calendar control on myPage.aspx and write belove code on SelectionChanged event of calendar control

  protected void Calendar1_SelectionChanged(object sender, EventArgs e)
    {
      
            Response.Write("<script language="javascript">opener.document.getElementById('YourParentTextBoxID').value='" + Calendar1.SelectedDate.ToShortDateString() + "'; self.close();</script>");
}


please don't forget to vote on the post that helped you.

QuestionCom interop problem on IIS6 Pin
Russell Jones12-Aug-08 22:30
Russell Jones12-Aug-08 22:30 
AnswerRe: Com interop problem on IIS6 Pin
Sandeep Akhare12-Aug-08 23:44
Sandeep Akhare12-Aug-08 23:44 
GeneralRe: Com interop problem on IIS6 Pin
Russell Jones13-Aug-08 0:10
Russell Jones13-Aug-08 0:10 
QuestionSend var from web page to web page Pin
SAadmin12-Aug-08 22:19
SAadmin12-Aug-08 22:19 
AnswerRe: Send var from web page to web page Pin
Christian Graus12-Aug-08 22:29
protectorChristian Graus12-Aug-08 22:29 
AnswerRe: Send var from web page to web page Pin
eyeseetee12-Aug-08 22:50
eyeseetee12-Aug-08 22:50 
Questionwhy i must use a abstract class or interface ? Pin
VG Ramanan12-Aug-08 22:08
VG Ramanan12-Aug-08 22:08 
AnswerRe: why i must use a abstract class or interface ? Pin
Christian Graus12-Aug-08 22:11
protectorChristian Graus12-Aug-08 22:11 
Questionmodalpopupextender Pin
eyeseetee12-Aug-08 22:06
eyeseetee12-Aug-08 22:06 
AnswerRe: modalpopupextender Pin
immu512-Aug-08 22:33
immu512-Aug-08 22:33 
GeneralRe: modalpopupextender Pin
eyeseetee12-Aug-08 22:39
eyeseetee12-Aug-08 22:39 
GeneralRe: modalpopupextender Pin
immu512-Aug-08 23:03
immu512-Aug-08 23:03 
GeneralRe: modalpopupextender Pin
Sandeep Akhare12-Aug-08 23:03
Sandeep Akhare12-Aug-08 23:03 
GeneralRe: modalpopupextender Pin
eyeseetee12-Aug-08 23:05
eyeseetee12-Aug-08 23:05 
QuestionDriver's SQLAllocHandle on SQL_HANDLE_ENV failed Pin
summon_1912-Aug-08 21:48
summon_1912-Aug-08 21:48 
Question[Message Deleted] Pin
krishnaveer12-Aug-08 21:29
krishnaveer12-Aug-08 21:29 
AnswerRe: resizable Popup Pin
krishnaveer12-Aug-08 21:36
krishnaveer12-Aug-08 21:36 

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.