Click here to Skip to main content
15,915,319 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Guide me Pin
badgrs15-May-07 1:15
badgrs15-May-07 1:15 
QuestionDelete Folder Pin
AnhTin15-May-07 0:11
AnhTin15-May-07 0:11 
AnswerRe: Delete Folder Pin
N a v a n e e t h15-May-07 2:19
N a v a n e e t h15-May-07 2:19 
QuestionRe: Delete Folder Pin
AnhTin15-May-07 16:33
AnhTin15-May-07 16:33 
AnswerRe: Delete Folder Pin
N a v a n e e t h15-May-07 18:22
N a v a n e e t h15-May-07 18:22 
QuestionDataSet to Excel Pin
dotnetqueries15-May-07 0:06
dotnetqueries15-May-07 0:06 
GeneralRe: DataSet to Excel Pin
SecureQuest8-Mar-08 5:53
SecureQuest8-Mar-08 5:53 
QuestionOpen a popup window on hyperlink click Pin
deep715-May-07 0:02
deep715-May-07 0:02 
Hi,
In my application,i have a table with one of its column of 'hyperlink' type. On click of that data i need to open a popup window..i have written folowing code for the same:

<asp:HyperLinkField NavigateUrl="javascript:JobDetails()" DataTextField="JOB_ID" HeaderText="JOB ID" SortExpression="JOB_ID"/>

and the javascript code is:

<script language="Javascript" type="text/javascript">

function JobDetails()
{
ChildWindow = window.open('frmJobDetails.aspx', 'Job Details', 'width=200,height=200,top=400,left=600,toolbars=no,scrollbars=no,status=no,resizable=no,titlebar=no');
}
</script>

My problem is that when i cntrl+click on the 'NavigateUrl' attribute of HyperLinkField, it says page cannot be displayed. Kindly do tell me what is wrong...or some other way of showing popup...me new to asp.net, so please explain how to do it...

Thanks
AnswerRe: Open a popup window on hyperlink click Pin
Sherin Iranimose15-May-07 2:16
Sherin Iranimose15-May-07 2:16 
GeneralRe: Open a popup window on hyperlink click Pin
deep715-May-07 18:26
deep715-May-07 18:26 
AnswerRe: Open a popup window on hyperlink click Pin
Jaiprakash M Bankolli15-May-07 2:23
Jaiprakash M Bankolli15-May-07 2:23 
QuestionCheck all checkboxes as the header checkbox is checked Pin
.NET- India 14-May-07 23:12
.NET- India 14-May-07 23:12 
AnswerRe: Check all checkboxes as the header checkbox is checked Pin
mareers14-May-07 23:18
mareers14-May-07 23:18 
AnswerRe: Check all checkboxes as the header checkbox is checked Pin
Sherin Iranimose14-May-07 23:29
Sherin Iranimose14-May-07 23:29 
AnswerRe: Check all checkboxes as the header checkbox is checked Pin
meeram39515-May-07 0:09
meeram39515-May-07 0:09 
Questionsecurity + asp.net 2.0 +c# Pin
ritu432114-May-07 22:58
ritu432114-May-07 22:58 
AnswerRe: security + asp.net 2.0 +c# Pin
Bijay Bhaskar Deo14-May-07 23:31
Bijay Bhaskar Deo14-May-07 23:31 
AnswerRe: security + asp.net 2.0 +c# Pin
Sherin Iranimose14-May-07 23:36
Sherin Iranimose14-May-07 23:36 
AnswerRe: security + asp.net 2.0 +c# Pin
Jaiprakash M Bankolli15-May-07 2:26
Jaiprakash M Bankolli15-May-07 2:26 
QuestionUrgent Runtime Error on hosting provider Pin
Amr M. K.14-May-07 22:54
Amr M. K.14-May-07 22:54 
AnswerRe: Urgent Runtime Error on hosting provider Pin
Sandeep Kumar14-May-07 23:11
Sandeep Kumar14-May-07 23:11 
AnswerRe: Urgent Runtime Error on hosting provider Pin
Jaiprakash M Bankolli15-May-07 2:29
Jaiprakash M Bankolli15-May-07 2:29 
QuestionMail box unavailable Pin
Sebastian T Xavier14-May-07 21:36
Sebastian T Xavier14-May-07 21:36 
AnswerRe: Mail box unavailable Pin
Jaiprakash M Bankolli15-May-07 2:30
Jaiprakash M Bankolli15-May-07 2:30 
GeneralRe: Mail box unavailable Pin
Sebastian T Xavier15-May-07 23:33
Sebastian T Xavier15-May-07 23:33 

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.