I created a hovermenu extender from ajaxtoolkit on one of the columns on gridview as below.
Columns>
asp:TemplateField>
ItemTemplate>
asp:Panel ID="panel2" runat="server" style="display:none;">
asp:LinkButton ID="lnkEdit" runat="server"
CommandName="Edit...
Possible Duplicate:
jquery validate & ajax.beginform
I'm trying to use the jQuery validate plugin to validate a form (Ajax.BeginForm). When I enter invalid data on the form the error messages are shown but the form will submit anyway.
How do I stop MicrosoftMvcAjax from submiting an invalid form?
Thanks in advance
...
I have an ASP.NET 3.5 SP1 web application that uses a custom JavaScriptConverter. The code used to work at some time in the past, but has stopped working. I do not know what changes have happened in the middle server side. The problem we are seeing now is that the converter is not being invoked, so we are getting errors that System.Da...
I am using autocomplete extender list to show dropdown on text box. The function works perfectly in firefox but in IE I get intermittent JAVASCRIPT error "sys is undefined' and list stops popping.
I have all necessary settings in web.config best of my knowledge.
Error is visible only in IE
when checked in fiddler saw 500 error ( scri...
Hi, I have problem with my UserControl. It has inside the UpdatePanel, but it must be placed inside the tag to get worked (otherwise, the PostBack is not asynchronous)
The problem is, if I put that UserControl in e.g. Default.aspx page, the error appears
"A page can have only one server-side Form tag"
how to cope with that ?
[edit]
...
I get an error when using a jQuery UI dialog with the ASP.NET Ajax Library beta 0911 in an MVC app. To reproduce it create a new MVC app and change the head to the following:
<head runat="server">
<title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title>
<link href="../../Content/Site.css" rel="stylesheet" type="text/cs...
I can not create ADO.NET Entity data model. The following error occurs:
An error occured Loading the entity
data model tool package. Failed to
load entity data model tools package.
The result is -2147024891.
I don't know why this happened.But i noticed this problem occurred after installing the asp.net ajax control tool kit b...
How to ASP.Net Ajax - PageMethods Synchronous call and retrieval of results ?
Currently i am doing following async call and working with data :
function checkName(name) {
PageMethods.IsAvailable(name, onSuccess);
}
function onSuccess(result, context, method) {
//... do something with result ....
}
How can i do same synchro...
I'm using the tablesorter jQuery plugin to do some sorting of my tables. The site I'm using this on is programmed in .Net 3.5 and I am using the ASP.NET AJAX and updatepanels to perform my asynchronous page updates.
The problem I'm running into is when using the table sorter, I have some columns that I want to disable sorting on. I have...
Hi
when i set slider css , it is not rendered as expected.
The handle is not centered properly . Here is my css
.slider_handle
{
border: medium ridge #00CC00;
position: absolute;
height: 8px;
width: 7px;
background-color: #008000;
}
.slider_rail
{
border: medium solid #808080;
position: relative;
hei...
Hello,
In the MS AJAX framework, I see support for getting width/height of elements, but I was wondering if coming in the next release if anybody has seen support for inner/outer width/height. I know JQuery supports this, but I'm talking about MS AJAX only...
Thanks.
...
Is there JavaScript grid component where in read-only mode I would be able to select somehow several rows ( e.g. shift or ctrl with mouse click ) and track/process selected rows.
...
Hello,
I'm having WCF problems where I'm receiving errors that a token 'false' was expected but found 'filen', which is because I have a ajax function written in jQuery that is sending JSON in the form of "filename:Bank Detail SPC 09-0724 to 09-0824".
I dont see any reason why its looking for false...I have been banging my head on thi...
I am using an AJAX form post to send some form fields to the server, where the data will be updated in the database, and is massaged in the process, so the data may change a bit on the server side. The response of this controller's action is a partial that updates the form field's HTML so that the values of those fields include the new ...
i have a dropdownlist with two values status- 'pending' and 'completed'. while im entering a new task my status is 'pending' once i finish it off i ll change my status as 'completed'. i have displayed it in gridview. the cell which i update as 'completed' have to be highlighted and the remaining cells in the status column i.e 'pending' h...
I had an ASP UpdatePanel to update a gridview which worked fine, now I wanted to also use AjaxControlToolkit for some of the controls in there, but after wiring up everything when I run I get an error
"Only one instance of a ScriptManager can be added to the page."
inspite of the fact that I commented off the ASP ScriptManager and a...
I've been looking at ASP.NET AJAX Client Templates.
My position is that I prefer to use Jquery rather than ASP.NET AJAX as I feel this will win the day in the long term.
Are there Jquery plugins/functionaility that provide the same kind of help for rendering that client templates do in ASP.NET AJAX?
...
hi experts,
I have a asp:GridView and inside it I have some TemplateFileds, one of them used for show a HoverMenu Panel to User
in more details, gridview shows the personal information andwhen user mouseover the row a panel would appear andshows the complete information.
this is the TemplateField
<asp:TemplateField meta:resourcekey="g...
I am using a reorderlist in my Page. It is working fine in IE 7 and Firefox. But I have some issues with IE 8 and google Chrome. How can I overcome this?
...
Over this past Christmas holiday week, when the website I work on was experiencing very low traffic, we saw several Request timed out exceptions (one on each day >> 12/26, 12/28, 12/29, and 12/30) on several pages that require user authentication. We rarely saw Request timed out exceptions prior to this very low traffic week.
It is ...