Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to draw graphs in asp.net Pin
subbu Manikonda9-Feb-07 2:38
subbu Manikonda9-Feb-07 2:38 
AnswerRe: how to draw graphs in asp.net Pin
Sylvester george9-Feb-07 2:52
Sylvester george9-Feb-07 2:52 
QuestioniFrame Pin
24891289-Feb-07 1:30
24891289-Feb-07 1:30 
AnswerRe: iFrame Pin
Bassam Saoud9-Feb-07 2:33
Bassam Saoud9-Feb-07 2:33 
GeneralRe: iFrame Pin
24891289-Feb-07 2:46
24891289-Feb-07 2:46 
GeneralRe: iFrame Pin
Paddy Boyd9-Feb-07 2:55
Paddy Boyd9-Feb-07 2:55 
AnswerRe: iFrame Pin
badgrs9-Feb-07 3:09
badgrs9-Feb-07 3:09 
QuestionPopup Calendar inside GridView Pin
Jay_se9-Feb-07 0:27
Jay_se9-Feb-07 0:27 
Hi,

I am using the below code in my page, to call the Javascript function to open a popup calendar and the Selected Date will be assigned to the TextBox1. It works fine in my page.

<a id="idViewCalendar" href="JavaScript:GetDate('<%= TextBox1.ClientID%>')"><img id="idimg" src="../Images/DateImage.gif" alt="Popup Calendar" border="0" /></a>

But Now, I wish to use this Anchor tag within the EditItemTemplate of the GridView. In that Template, I am having a TextBox and this Anchor Tag.

How can I pass the Client ID of the TextBox to the Popup Calendar Page? If this way is wrong, how can I proceed further? Pls guide me.

Note: If I am using the same code in my GridView, it gives the error like, TextBox1 is not Declared.

function GetDate(txtDateID)
{
window.open("../MyCalendar.aspx?ID="+txtDateID,"popup","location=1,status=1,scrollbars=0,width=260,height=260");
}

(It is a repost. B'cos,I didnt get the solution yet)

Regards,

Jay Smile | :)

AnswerRe: Popup Calendar inside GridView Pin
Sylvester george9-Feb-07 0:38
Sylvester george9-Feb-07 0:38 
GeneralRe: Popup Calendar inside GridView [modified] Pin
Jay_se9-Feb-07 0:45
Jay_se9-Feb-07 0:45 
GeneralRe: Popup Calendar inside GridView Pin
Sylvester george9-Feb-07 1:19
Sylvester george9-Feb-07 1:19 
GeneralRe: Popup Calendar inside GridView Pin
Jay_se9-Feb-07 18:18
Jay_se9-Feb-07 18:18 
QuestionIron Speed Designer Pin
Baz9-Feb-07 0:22
Baz9-Feb-07 0:22 
AnswerRe: Iron Speed Designer Pin
code-frog9-Feb-07 16:14
professionalcode-frog9-Feb-07 16:14 
QuestionRSS Feed Sharing Pin
yesu prakash8-Feb-07 23:16
yesu prakash8-Feb-07 23:16 
AnswerRe: RSS Feed Sharing Pin
Sylvester george8-Feb-07 23:42
Sylvester george8-Feb-07 23:42 
GeneralRe: RSS Feed Sharing Pin
yesu prakash9-Feb-07 0:18
yesu prakash9-Feb-07 0:18 
GeneralRe: RSS Feed Sharing Pin
Sylvester george9-Feb-07 0:31
Sylvester george9-Feb-07 0:31 
QuestionHow to refresh only MasterPage from aspx page Pin
Blue_Boy8-Feb-07 22:59
Blue_Boy8-Feb-07 22:59 
AnswerRe: How to refresh only MasterPage from aspx page Pin
badgrs8-Feb-07 23:17
badgrs8-Feb-07 23:17 
GeneralRe: How to refresh only MasterPage from aspx page Pin
Blue_Boy8-Feb-07 23:26
Blue_Boy8-Feb-07 23:26 
AnswerRe: How to refresh only MasterPage from aspx page Pin
Guffa9-Feb-07 0:06
Guffa9-Feb-07 0:06 
GeneralRe: How to refresh only MasterPage from aspx page Pin
Blue_Boy9-Feb-07 0:21
Blue_Boy9-Feb-07 0:21 
AnswerRe: How to refresh only MasterPage from aspx page Pin
Guffa9-Feb-07 0:46
Guffa9-Feb-07 0:46 
GeneralRe: How to refresh only MasterPage from aspx page Pin
Blue_Boy9-Feb-07 1:46
Blue_Boy9-Feb-07 1:46 

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.