Web Forms :: MenuItem Using ImageUrl - Links Doesn't Work In Chrome?

Feb 19, 2010

I'm having a little trouble with the asp:MenuItem and Google's Chrome. Basically, when using just an ImageUrl (i.e. no text) the links don't work in Chrome. Here's my code

<asp:Menu ID="LeftNaviMenu" runat="server" Height="100%" Width="109px">

View 4 Replies


Similar Messages:

Web Forms :: If ImageURL = "" Then / My Code Doesn't Work?

Jan 7, 2010

there I have a code like below but it doesn't work !

[Code]....

Iy converts the asp:image like that;

[Code]....

And I am unable to use src in code behind ! What can I do ?

View 3 Replies

MVC Ajax.ActionLink Example Doesn't Work In IE... But Does In Firefox, Chrome, Safari

Feb 14, 2010

I have the following controller:

using System;
using System.Collections.Generic;
using System.Linq; [code]....

When I click the action link in IE the controller code runs but the div is NOT updated. Do it in ANY other browser and it works just fine. Is this (yet another) known problem/bug with IE??

View 2 Replies

MVC :: Ajax.beginform Using Multiple Submit Doesn't Work From Firefox / Opera / Chrome

Nov 11, 2010

this code does not work in any other browser other than Internet Explorer, I could tell that happens, I've seen that in MVC2 was a known bug, I thought I updated to MVC 3 this was corrected, but still the same.The problem itself is that it shows as null ActionResult and I have no idea how to detect, the code I use is:

<% using (Ajax.BeginForm("CmdApply", new AjaxOptions { HttpMethod = "Post", UpdateTargetId = "RenderPartialId", Confirm = "Seguro de continuar", OnComplete = "showCurrentPage", OnBegin = "ShowBeginSearch", OnSuccess = "CloseDialogSearch" }))
{%>
<input id="GoPageSubmit" type="submit" name="GoPageSubmit" value="<%=Resources.s2olMVC.Search_GoPageTitle %>" />
<input id="SubmitNext" type="submit" name="SubmitNext" value=">"/>
<input id="SubmitNextLast" type="submit" name="SubmitNextLast" value=">>" />
<%}
%>

In ActionResult, the two n submit it recognizes, as if none, shown in Null There is another way to implement this type of submit? In Internet Explorer everything works fine.

View 4 Replies

Web Forms :: Selected Property Does Not Work If Menuitem Included NavigateUrl

Oct 1, 2010

if the menuitem included a navigateUrl , selected property does not work. Have anyone encounter the same problem as well? what I want is selected a menu item, and asp.net bring to some page with the selected menu item's color changed.

View 2 Replies

Web Forms :: Updating An ImageUrl Through Code Does Not Work?

May 28, 2010

I have a FileUpload control that allows a user to upload an image. After the image is uploaded, I'd like to update an Image control I have on the page.

The uploading part is working, as I can see the files in the folder after. However, the image never updates.

I'm relative new to .NET but I think maybe it has something to do with postback?

Here is the code I have:

[Code]....

View 4 Replies

Web Forms :: Links On Masterpage Don't Work?

Nov 19, 2010

I have a series of LinkButtons on my masterpage as follows:

<div id="mainNav" runat="server" class="mainnavigation">
<ul>
<li>
<asp:LinkButton ID="lnkHome"

[Code].....

I have simple click events defined for them, like this:

protected void lnkReports_Click(object sender, EventArgs e)
{
Response.Redirect("~/Administrators/Reports.aspx");
}

On any page that uses this masterpage, whether it is in a subfolder or directly at root level with the masterpage, these links don't work in any browser I have except for IE (Firefox, Chrome, Opera, and Safari). By that, I mean:

1. When I mouse over them, the cursor doesn't change to a hand.

2. When I click, nothing happens visually.

3. When I click, nothing happens in code. i.e., I set a breakpoint on the click events for the buttons, and they don't get hit.

In IE, everything works as it should.

In addition, I have subnavigation on some of my child pages, implemented the same way, and it works for all browsers.

<div id="mainNav" runat="server">

View 10 Replies

Web Forms :: Links Do Not Work On Production Server?

Feb 8, 2010

I have a website that is working fine on my PC.

[Code]....

same link on prodaction server is not working.

The responce i get is 404

this is the url:

[URL]

as you can seee it is under a subdomain

View 6 Replies

Forms Data Controls :: Links Dont Work

May 6, 2010

In the below code I have data displayed in the webform in a datagrid which has links in it.when I click the link of seperate order or property number they dont work.
<asp:Repeater ID="rptClientBooking" runat="server" OnItemDataBound="rptClientBooking_ItemBound">
<ItemTemplate>
<tr> [code]....

View 5 Replies

Web Forms :: "view State" Does't Work For Image's ImageURL In Dynamic Controls?

Sep 26, 2010

in my page_load method I call a mthod that it create some dynamic controls. one of them is an Image control that it's ImageURL property set to an URL that is saved in data base. image shows that URL but when postback ocuurs, previous image controls doesn't their image. but other controls for example TextBoxes keep text values. what should I do for keep image url property for this dynamic Images controls?

View 3 Replies

Forms Data Controls :: Links In The Grid Dont Work?

May 11, 2010

I have a panel which displays data on selected criteris with the followin columns Confirmationnumber fromdate todate propertynumber now the data which is in the confirmation number is a hyperlink which when clicked should be directed to the page with that particular confirmation number and similarly the property number is a hyperlink which should be directed to that property number page when clicked I dont know how to give the link to it

<tr>
<td>
<exact:RepeatableRadioButton ID="rbtSelector" OnCheckedChanged="rbtSelector_Changed"

[code]...

View 6 Replies

Forms Data Controls :: GridView Edit Does Not Work On Chrome Or Safari

Apr 6, 2010

I have the following code and when I click on "Edit" using Chrome or Safari, nothing happens.

[Code]....

I tried to remove my AJAX Updatepanel and the gridview worked.

View 2 Replies

AJAX :: Make This Work For Several Days But It Just Doesn't Work?

Oct 7, 2010

i'm trying to make this work for several days but it just doesn't work.

this is my code:

aspx page:

[Code]....

webservice:

[Code]....

this was downloaded from this website.

the problem is that the page loads fine but no autocomplete occurs.

View 5 Replies

AJAX :: Get The MaskedEditExtender To Work With Safari Or Chrome?

Dec 4, 2010

Is there anyway to get the MaskedEditExtender to work with Safari or Chrome? Any kind of hack or workaround?

View 4 Replies

Activex Control To Work In FireFox And Google Chrome?

Feb 11, 2010

I developed a activex control, it can work well in IE, but not in firefox , is it possible for my activex control to work in FireFox and Google Chrome?

View 1 Replies

JQuery Menu Plugins Under MVC Only Work In Chrome Not In IE & FireFox

May 9, 2010

I was trying to prototype some jQuery-based menu into ASP.NET MVC. Just to name two examples here: [URL]Their demo page looks great, but when I integrate their sample code into MVC, the script no longer works in IE and FireFox, but it seems to work just fine under Google Chrome. Can someone kindly enough to point out what I missed? I will be honest here. I am still new to JavaScript. I have placed a copy of my VS2010 solution zip file @ [URL] Here is what I did. In the Site.Master, I have something like

<body>
<div class="page">{truncated...}</div>
<script src=[URL]" charset="utf-8"></script>
<asp:ContentPlaceHolder ID="ScriptContent" runat="server" />
</body>

And inside View file, I have the following

<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<div id="original">
{some demo block, copied from javascript demo}
</div>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ScriptContent" runat="server">
<script type="text/javascript" src="<%= Url.Content("~/Scripts/jquery.columnview.js") %>" />
<script type="text/javascript">
$(document).ready(function () {
$('#original').columnview();
});
</script>
</asp:Content>

Compiled the code and ran it under IE. Ideally, it should work like the demo in [URL], but in reality, it only displays unordered list in plain view. (If you download the solution file and run it, you should be able to repro this as well). Next, tried with FireFox, not working either, same result as IE. Finally, when I try it under Google Chrome 4.1 (lastest version), and the script displays just fine.

View 2 Replies

Ajax With WCF Work. But Few Miniute After, Doesn't Work

May 11, 2010

I am a new to WCF. I have written ajax to use a web service before, but on this project I am trying to use ajax to WCF.After I build the project and wcf using ajax, I receive the return successfully. But, 10 or more minutes later I don't get a return, the ajax calls the error function, and the fiddler returns nothing.

If I rebuild the project without any source modifying, I receive the return successfully again.

View 2 Replies

Default Control Adapter Mappings Work On Chrome Or Safari?

May 22, 2010

I have confirmed that my Control Adapters are not triggering in Chrome and Safari. I've debugged, and the breakpoints inside the adapters just don't get hit in Chrome/Safari, when they work perfectly find in Firefox/IE. So, for Chrome/Safari, IIS is just ignoring the mapping.

My AdapterMappings.browser file looks like this:

<browsers>
<browser refID="Default">
<controlAdapters>
[...adapters here....]
</controlAdapters>
</browser>
</browsers>

This should provide mappings for all browsers, correct?

I used the Charles proxy to check what user agents were being sent. They are:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

Any idea why this would be? Everything I've read tells me that my browser mappings are correct? And, as I said this works for IE/Firefox, so I know my configuration is technically correct.

View 1 Replies

Sitemap Links Don't Work On Live Site Windows Authentication

Feb 19, 2010

I have a intranet site with Windows Authentication. I have 'Administrator' pages in an 'Administrator' folder that will only show for those in the admin group (windows security group) These pages work

I have a folder with sub folders containing reports. These permissions are broken down for each type of report. They have similar role priveleges. When I test the application, I can navigate to the pages. When I deploy the site live on the intranet the links don't return a page. Error missing link 404. Do I need to set something in IIS?

View 1 Replies

AJAX :: Calendar Extender Inside An EditTemplate Of GridView Does Not Work In Chrome / Firefox?

Jun 23, 2010

I have a GridView that is inside a Web User Control, that is inside an ASPX Page, that is wrapped by the Master Page.

Inside a GridView, I have a template field with DateTime type that has a TextBox inside EditTemplate. I extended this TextBox with CalendarExtender and it works ok in Internet Explorer.

I also have a DetailsView control on the same WebControl that I use to Insert new enrty. InsertTemplate for this field is the same as in GridView (Textbox with Calendar extender).

The problem occures when i click on the Edit link (or try click on the link that displays DetailsView in Insert mode for adding new entry) in any other browser: Chrome, Firefox, Opera.

The problem itself is that the calendar extender does not get poped out. I have a UpdateProgress Control on an ASPX page, that thie control is loaded into, that shows loading image while page is being posted back asynchronously.

In internet explorer the loading image is shown for jst a moment and then dissapears. Calendar extenders works perfectly.

As for the other browsers, the loader does not dissapear and none of ths postback links are working, as if it was waiting for the previous postback event or something else to finish. Finally I have to reload the page to get to the inicial stage or click a direct URL link to get somewhere else.

View 1 Replies

Web Forms :: Email Doesn't Work In IE

Mar 17, 2010

The forms works fine in Firefox and I was able to get an email from it. Here is the code below:

Partial Class _Default
Inherits System.Web.UI.Page
''' <summary>
''' Actions when the Send button is clicked.
''' </summary>
'''
Protected Sub btnSend_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSend.Click
If Not Page.IsValid Then Exit Sub
'Create instance of main mail message class.
Dim mailMessage As System.Net.Mail.MailMessage = New System.Net.Mail.MailMessage()
'Configure mail mesage
'Set the From address with user input
mailMessage.From = New System.Net.Mail.MailAddress(txtEmailAddress.Text.Trim()).........

View 2 Replies

Web Forms :: 100% Height Doesn't Work?

Feb 24, 2010

what I want to do is: in one page, I got a navigation pane on the left and the content pane on the right. both of them are 100% height in the web page and both have its own scroll bar. However, I failed to set the height:100% although i've already set height:100% to html,body,div,table,tr,td. it just doesn;t work. if remove the "runat=server" from the form tag, it works fine. don't why~~~

Is it actually a bug of asp.net?

[Code]....

View 15 Replies

Web Forms :: Using CSS For ASP Menu Doesn't Work?

Mar 7, 2011

It seems my website doesn't accept some CssClass defined into my <asp:Menu>.Here is how I implemented it :

[Code]....

and here is my Style.css which works for everything else :

[Code]....

What I don't understand is that my .menuItems works perfectly good...For the "hover" style, if I try with ".menuItems:hover" it will work but I don't know why ".menuItemsHover" doesn't...What am I doing wrong with this code? I followed a lot of tutorial but no one seems to work...

View 5 Replies

Web Forms :: 1.1 - Simple Class Doesn't Work

Mar 19, 2011

Why the following code (asp.net 1.1) does not work?

//call.aspx
<script runat="server">
namespace DOTNETMath {
void Page_Load( Object s, EventArgs e )
{
ConstClass.DisplayEmployee("Testing");
}
}
</script>
//commonFunction.cs
namespace DOTNETMath {
Public Class ConstClass {
Public Shared Function DisplayEmployee(String x) {
Return x + " Hello ";
}
}
}

View 14 Replies

Web Forms :: Favicon Doesn't Work Online

Jan 12, 2010

I have a problem, when i´m working offline, my favicon appears, but when i put my web site online in a iis server, doesnt appear

i have this:

[Code]....

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved