Click here to Skip to main content
15,919,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dropdownlist change without post back.. Pin
greendragons4-Aug-09 20:23
greendragons4-Aug-09 20:23 
GeneralRe: Dropdownlist change without post back.. Pin
Abhijit Jana4-Aug-09 20:25
professionalAbhijit Jana4-Aug-09 20:25 
Questionthere is no task option of "add extender " in textbox or other controls Pin
haleemasher4-Aug-09 19:19
haleemasher4-Aug-09 19:19 
AnswerRe: there is no task option of "add extender " in textbox or other controls Pin
Abhijit Jana4-Aug-09 19:33
professionalAbhijit Jana4-Aug-09 19:33 
Questionhow to search&open the root folder file??? Pin
Karan_TN4-Aug-09 19:11
Karan_TN4-Aug-09 19:11 
AnswerRe: how to search&open the root folder file??? Pin
Deepak the Cool4-Aug-09 22:13
Deepak the Cool4-Aug-09 22:13 
GeneralRe: how to search&open the root folder file??? Pin
Karan_TN4-Aug-09 23:23
Karan_TN4-Aug-09 23:23 
QuestionASP.Net with Java Windows Pin
PDTUM4-Aug-09 18:57
PDTUM4-Aug-09 18:57 
Hello,

I am a genuine novice with Java. I have written the following code to accept a passed variable and open a window designed to show an enlarged graphic. The window opens but then displays the following error, which seems to indicate that the path is incorrect; however, it is the exact path is used to display the original graphic (which works fine). Here is the error, followed by the code.

The Error:

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /TB_09_Online/~/GearsAds/gears33.png

The Code:

<script type="text/javascript">
function OpenLargeWindow(image)
{
window.open("~/GearsAds/" + image, "", " width=760,height=300,top=200,left=200,scrollbars=0").focus();
}
</script>

<td class="tdr2">
<asp:Image ID="Image13" runat="server" ImageUrl="~/GearsAds/gears33.png" Height="200px" Width="430px" />
<a href="javascript:OpenLargeWindow('gears33.png')">
<asp:Image ID="Image18" runat="server" ImageUrl="~/GearsAds/plus_sign.png" /></a>
</td>

Seems simple enough...I cannot understand why the path is wrong, unless it is a syntax error of some sort. Any Idea's?

Thank You for your help, Pat
AnswerRe: ASP.Net with Java Windows Pin
puviyarasan.j5-Aug-09 0:01
puviyarasan.j5-Aug-09 0:01 
GeneralRe: ASP.Net with Java Windows Pin
PDTUM5-Aug-09 4:41
PDTUM5-Aug-09 4:41 
Questionenabling synonyms for labels Pin
uglyeyes4-Aug-09 17:00
uglyeyes4-Aug-09 17:00 
AnswerRe: enabling synonyms for labels Pin
uglyeyes6-Aug-09 13:32
uglyeyes6-Aug-09 13:32 
QuestionError running application... [modified] Pin
panyaung4-Aug-09 16:40
panyaung4-Aug-09 16:40 
AnswerRe: Error running application... Pin
Adam Maras4-Aug-09 16:44
Adam Maras4-Aug-09 16:44 
GeneralRe: Error running application... Pin
panyaung4-Aug-09 17:23
panyaung4-Aug-09 17:23 
AnswerRe: Error running application... Pin
Abhijit Jana4-Aug-09 17:26
professionalAbhijit Jana4-Aug-09 17:26 
GeneralRe: Error running application... Pin
panyaung4-Aug-09 20:57
panyaung4-Aug-09 20:57 
GeneralRe: Error running application... Pin
puviyarasan.j5-Aug-09 0:04
puviyarasan.j5-Aug-09 0:04 
Questioncan asp page trigger a application? Pin
nelsonpaixao4-Aug-09 15:55
nelsonpaixao4-Aug-09 15:55 
AnswerRe: can asp page trigger a application? Pin
N a v a n e e t h4-Aug-09 16:27
N a v a n e e t h4-Aug-09 16:27 
GeneralRe: can asp page trigger a application? Pin
nelsonpaixao5-Aug-09 14:08
nelsonpaixao5-Aug-09 14:08 
QuestionValidationGroup/CausesValidation in User Control Pin
the_smiths4-Aug-09 15:36
the_smiths4-Aug-09 15:36 
QuestionDirectorySearcher->FindAll : The specified domain either does not exist or could not be contacted Pin
swjam4-Aug-09 15:10
swjam4-Aug-09 15:10 
AnswerRe: DirectorySearcher->FindAll : The specified domain either does not exist or could not be contacted Pin
Abhijit Jana4-Aug-09 17:31
professionalAbhijit Jana4-Aug-09 17:31 
QuestionNunit and unit testing of ASP.NET application [modified] Pin
Sandeep Akhare4-Aug-09 9:19
Sandeep Akhare4-Aug-09 9:19 

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.