You cannot post messages because only members can post, and you are not currently a member.
Description:
With Ajax.NET Professional you are able to build AJAX related web applications using similar code on the client-side JavaScript as you are using in C# or any other .NET language. Ajax.NET was the first AJAX library for .NET.
See more details at http://www.ajaxpro.info/
|
|
|
GridView from client to server
|
| |
Hi,
Can I get a gridview in the client side (GridView renders as a
<table>) and pass it as an argument to an AjaxMethod on the server
side? My problem is that I have a GridView with different controls in
it, and it's too hard to access those controls with javascript, so I
want to pass the whole control to .Net to access the controls easier.... more »
|
|
Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional
|
| |
Some of you maybe remember that I had added some security related features in Ajax.NET Professional. It is possible to put an AJAX token or to simple encrypt the data that gets over the lines. With Silverlight we get the System.Security.Cryptography namespace on the client – before it was not very easy to encrypt a string without any... more »
|
|
Passing a large parameter(s) using AJAX
|
| |
Hi everyone,
I am trying to pass parameters using ajax:
var selectedFacilities = getIdString('grFacilities_main ');
//document.getElementById("hdn Facilities").value =
selectedFacilities;
// Create an instance of the XML HTTP Request object
oXMLHTTP = new ActiveXObject( "Microsoft.XMLHTTP" );... more »
|
|
Ajax enabled website
|
| |
Hi all,
My Ajax enabled website is working fine in my local system. But
when i upload it in the server the Ajax.Ajaxmethod() is returning null
value. Whether we have to enable anything on server. We installed
ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.... more »
|
|
AJAX Method isn't getting called
|
| |
Hi All,
I am using AJAX to populate a textbox(txtFac) based on the values
in a dropdown(ddlyear) and a textbox(txtproj) on click of a
button(btnView).
Problem is:- The AJAX method isn't called
Code in the javascript
eh.addEvent($("btnView"), 'click', function() {
fnValidate();
...... more »
|
|
UI Issue while using AjaxPro AutoComplete control
|
| |
Hello Everybody,
Here i have very strange problem. I am using ajaxpro in my working
project for ajax purpose.
And i am using AutoComplete textbox with few textbox and dropdown list
box in web form.
I am just delcaring AutoComplete Textbox just above the dropdown list
box. while page runs, this auto complete text box will fill when any... more »
|
|
Focus is lost tabbing field to field.
|
| |
Hi All,
I have an aspx page with AJAX update panel. When I tab into the field
on the bottom of the page that is wrapped within an update panel, the
focus is lost and goes to the top of the page. Is there any way to
preserve the focus while tabbing thru Ajaxed fields?
Thanks in advance.
George... more »
|
|
Ajaxpro with base classes
|
| |
Hey there,
i'm trying to use ajax.net and everythings works fine with normal
pages.
The problem happens when I let me page extend from a base page class.
That class sets dynamically the master page in the PreInit, initiate a
log4net instance in the init and defines meta tags in the prerender. I... more »
|
|
How to pass a complex type from client to server
|
| |
Hello,
I would like to ask you whether it is possible to pass a complex type
from client to server ? I would need a following:
I declared following struct in c# code and registered it with ajaxpro
public struct EvalGridRow {
public int id;
public int preview;
public int current;
public int risc;... more »
|
|
|