Click here to Skip to main content
15,914,608 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem inserting image into table! Pin
Not Active16-Feb-08 15:03
mentorNot Active16-Feb-08 15:03 
GeneralRe: Problem inserting image into table! Pin
Mitesh Darji17-Feb-08 19:22
Mitesh Darji17-Feb-08 19:22 
GeneralMysql connection + asp.net at my site www.sharetosavev.co.uk Pin
Naveed Kamboh16-Feb-08 11:38
Naveed Kamboh16-Feb-08 11:38 
GeneralRe: Mysql connection + asp.net at my site www.sharetosavev.co.uk Pin
Christian Graus16-Feb-08 12:39
protectorChristian Graus16-Feb-08 12:39 
QuestionKeyword feature ? Pin
scm22ri16-Feb-08 11:06
scm22ri16-Feb-08 11:06 
AnswerRe: Keyword feature ? Pin
Christian Graus16-Feb-08 11:35
protectorChristian Graus16-Feb-08 11:35 
AnswerRe: Keyword feature ? Pin
dilipv17-Feb-08 19:48
dilipv17-Feb-08 19:48 
QuestionNavigateURL won't call JavaScript function Pin
cyber-drugs16-Feb-08 10:39
cyber-drugs16-Feb-08 10:39 
Hey all,

I have a TreeNode, and I'm trying to set the NavigateURL to call a JavaScript function of mine.

When I do:

node.NavigateURL = "javascript:alert('123');";

It works fine, but when I do:

node.NavigateURL = "javascript:myfunction('123');";

Nothing happens... here is the JavaScript function I'm using (if it helps):

<script type="text/javascript">
function myfunction(page)
{
alert(page);
}
</script>


Can anybody see what I am doing wrong here?
GeneralRe: NavigateURL won't call JavaScript function Pin
Not Active16-Feb-08 15:07
mentorNot Active16-Feb-08 15:07 
GeneralRe: NavigateURL won't call JavaScript function [modified] Pin
cyber-drugs16-Feb-08 23:05
cyber-drugs16-Feb-08 23:05 
GeneralSource Error : [No relevant source lines] Pin
mehran.asg16-Feb-08 0:49
mehran.asg16-Feb-08 0:49 
Generalcolumn chart the ratio Pin
Member 387988116-Feb-08 0:12
Member 387988116-Feb-08 0:12 
Generalasp calender pbm Pin
SreejithAchutan16-Feb-08 0:00
SreejithAchutan16-Feb-08 0:00 
GeneralRe: asp calender pbm Pin
SreejithAchutan16-Feb-08 1:28
SreejithAchutan16-Feb-08 1:28 
GeneralInserting year in aspcalender so that we can change the year corresponding years date will display on calender Pin
SreejithAchutan15-Feb-08 23:59
SreejithAchutan15-Feb-08 23:59 
QuestionPost Back problem !!! Pin
mithun narayanan15-Feb-08 23:31
mithun narayanan15-Feb-08 23:31 
GeneralRe: Post Back problem !!! Pin
Abhijit Jana16-Feb-08 0:33
professionalAbhijit Jana16-Feb-08 0:33 
GeneralRe: Post Back problem !!! Pin
Sandeep Akhare16-Feb-08 3:40
Sandeep Akhare16-Feb-08 3:40 
AnswerRe: Post Back problem !!! Pin
Guffa16-Feb-08 4:46
Guffa16-Feb-08 4:46 
GeneralRe: Post Back problem !!! Pin
amargujrathi200616-Feb-08 6:35
amargujrathi200616-Feb-08 6:35 
GeneralMicrosites in ASP.NET Pin
.NET- India 15-Feb-08 22:57
.NET- India 15-Feb-08 22:57 
GeneralLogin fails for computername\ASPNET Pin
Nada Adel15-Feb-08 22:54
Nada Adel15-Feb-08 22:54 
Generalcant refer javascript variable in c# method Pin
sabby200615-Feb-08 22:52
sabby200615-Feb-08 22:52 
GeneralRe: cant refer javascript variable in c# method Pin
Christian Graus15-Feb-08 22:55
protectorChristian Graus15-Feb-08 22:55 
QuestionI have problem using datareader? Pin
Janvi15-Feb-08 22:05
Janvi15-Feb-08 22:05 

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.