Showing posts with label asp. Show all posts
Showing posts with label asp. Show all posts

Wednesday, March 28, 2012

Atlas without ASP.NET

I have observed that Atlas has a strong dependency to ASP.NET.
All Atlas controls have the form of ASP.NET components.

Could I use functionality of Atlas without using ASP.NET?

More precisely I would like to take advantage of Atlas rich UI features but use a server with no ASP.NET support (Tomcat, JBoss, Weblogic etc) and without using ASP.NET at all.

Is it possible? If yes how?

Please assist.

Hi,

and welcome to the ASP.NET forums.

I read on a blog last weekend that at Mix06 there was a demo by just using the script libraries to interact with PHP pages that ran on an Apache server. Unfortunately I could find the presentation or sample code at that timeSad [:(].

Grz, Kris.


hello.

well, i think it's fair to say taht atlas is divided into 2 parts: client side and server side. Most of the client side features can be used in non-asp.net pages. for instance, you can use the OO abstractions to build better javascript objects. You can also use the atlas elements that wrap the controls and i think that you can also use most of the behaviors.

i also think that you can call web services if their return value is formatted according to the JSON rules.

so, if you want to reuse the client side of the atlas, you should only need to add the necessary jscript files to your pages and you should be ok :)

atlas with opera

I have a problem with my atlas asp.net 2.0 project. Opera and ie 6 doesn't support Atlas projects. Is it correct ?thanks.

IE 6 is fine. It just isn't supported under Opera...yet.

Atlas with ASP.Net 1.1

Is it possible to use Atlas with ASP.net 1.1 ?? If not what is the alternative ??

Regards,
Anand

hello.

you can use the client functionality without using asp.net 2.0. however, if you need to use any of the server controls or you need to enable your web services so that they send data in json, then you'll really need to use asp.net 2.0.


Anand, as an alternateive you can use Michael Schwart'z Ajax Library, can be found at :

http://www.schwarz-interactive.de/

HTH

Atlas with ASP.NET 1.1

Hello everybody,

Can we use atlas with ASP.NET 1.1?

Thanks.

hello.

well, only the client side components can be used with asp.net 1.1.


I tried same thing - could not even add Microsoft.Web.Atlas.dll to my project reference? How could it be used with client side components - through regualr AJAX? that is what I end up doing, pl. let me know if there is a easy way. It would be lot easier to use ATLAS controls instead of writing so much java script.

Atlas Wiki

What happened to Atlas Wiki? I've been looking for it at atlas.asp.net and it seems it disappeared.

Hi Viktor,

The wiki was dropped from the atlas website because the current version didn't work with the newer Atlas release but you can still download it from:

http://go.microsoft.com/fwlink/?LinkId=56430

We'll update the Wiki in a future release.

-Rich


So this was back in march and I'm still not seeing the wiki feature in Microsoft Ajax for .Net, has it been dropped entirely or will it show up again?


I have a big decision to make based on whether this will eventually be available or not. Is there anyone who knows and can say?

ATLAS web.config and external databases

Hi,

I'm fairly new to ASP and even newer to ATLAS. I have built an ASP 2.0 website using the starter kits. I was able, bearly, to configure the web.config file in the starter kit to use the M$ SQL Server database running on the server.

Now, I'm trying to learn ATLAS and I'm finding that my lack of understanding of the structure of the web.config file is really screwing me over. I have a couple of questions.

Is there documentation somewhere that explains all the elements that go into the web.config file? What changes do I need to make to the web.config file for ATLAS in order to use the servers database?

Here is what my web.config file looks like:

<?

xmlversion="1.0"?>

<

configurationxmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

<

configSections>

<

sectionGroupname="microsoft.web"type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup">

<

sectionname="converters"type="Microsoft.Web.Configuration.ConvertersSection"requirePermission="false"/>

<

sectionname="webServices"type="Microsoft.Web.Configuration.WebServicesSection"requirePermission="false"/>

<

sectionname="authenticationService"type="Microsoft.Web.Configuration.AuthenticationServiceSection"requirePermission="false"/>

<

sectionname="profileService"type="Microsoft.Web.Configuration.ProfileServiceSection"requirePermission="false"/>

</

sectionGroup>

</

configSections>

<

microsoft.web>

<

converters>

<

addtype="Microsoft.Web.Script.Serialization.Converters.DataSetConverter"/>

<

addtype="Microsoft.Web.Script.Serialization.Converters.DataRowConverter"/>

<

addtype="Microsoft.Web.Script.Serialization.Converters.DataTableConverter"/>

</

converters>

<

webServicesenableBrowserAccess="true"/>

</

microsoft.web>

<

appSettings/>

<

system.web>

<

roleManagerenabled="true"defaultProvider="AspNetWindowsTokenRoleProvider" />

<

authenticationmode="Forms"/>

<

pagestheme="Default">

<

controls>

<

addnamespace="Microsoft.Web.UI"assembly="Microsoft.Web.Atlas"tagPrefix="atlas"/>

<

addnamespace="Microsoft.Web.UI.Controls"assembly="Microsoft.Web.Atlas"tagPrefix="atlas"/>

</

controls>

</

pages>

<

compilationdebug="true">

<

buildProviders>

<

addextension=".asbx"type="Microsoft.Web.Services.BridgeBuildProvider"/>

</

buildProviders>

<

assemblies>

<

addassembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>

<

httpHandlers>

<

removeverb="*"path="*.asmx"/>

<

addverb="*"path="*.asmx"type="Microsoft.Web.Services.ScriptHandlerFactory"validate="false"/>

<

addverb="*"path="atlasbatchcall.axd"type="Microsoft.Web.Services.MultiRequestHandler"validate="false"/>

<

addverb="*"path="atlasglob.axd"type="Microsoft.Web.Globalization.GlobalizationHandler"validate="false"/>

<

addverb="*"path="*.asbx"type="Microsoft.Web.Services.ScriptHandlerFactory"validate="false"/>

</

httpHandlers>

<

httpModules>

<

addname="ScriptModule"type="Microsoft.Web.Services.ScriptModule"/>

<

addname="BridgeModule"type="Microsoft.Web.Services.BridgeModule"/>

<

addname="WebResourceCompression"type="Microsoft.Web.Services.WebResourceCompressionModule"/>

</

httpModules>

</

system.web>

</

configuration>

There should not be anything different *just* for using the atlas controls. If you store your connection info in the web.config (like many of us do) then you store them the same way, by adding a section that looks something like this:

<

connectionStrings>

<

addname="NameYouPick"providerName="System.Data.SqlClient"connectionString="ConnectionString Provided by your server host or check Connectionstrings.com" />

</connectionStrings>


ok,

What I don't understand is that my web.config file has no mention of any connectionString. So how does it create/use the db that it creates automatically when I use the ASP .NET Configuration tool?

I want to configure the web.config file so that when I click on the ASP .NET Configuration menu it actually does the work on the database on my server; this database is on the same server that serves the webpages.

Like I said, using the starter kits was easy because the web.config file had connectionString entires and all I had to do was change the properties.

I tried to make changes as you suggusted:

<?

xmlversion="1.0"?>

<

configurationxmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

<

connectionStrings>

<

addname="Personal"connectionString="Data Source=192.168.2.104;Initial Catalog=monkeyLove;Persist Security Info=True;UID=*******;PWD=********"providerName="System.Data.SqlClient" />

</

connectionStrings>

<

configSections>

<

sectionGroup....... more stuff that I left out becuase i didn't change it from my first example.

and I got this error when I tried to run ASP .NET Configuration: (line 6 is right after </connectionString>)

Only one element allowed per config file and if present must be the first child of the root element. (D:\Visual Studio 2005\WebSites\MonkeyLoveBeta\web.config line 6)


Well, to your first question, I'm not positive but I suspect that the admin tool has it's own web.config that it uses. It modifies your web.config but doesn't use it for its own settings. Also, I will say that there's no requirement to put a connection string in the web.config in order to use a database. You could just as easily define it as you go, although it's obviously harder to maintain that way.

The error you're describing suggests that you already have a connectionStrings entry in your latest web.config, the default one that gets added in mine when I use the config tool is right after the <appSettings> entry.

Atlas web service breaking with IIS wildcard mapping

I have a wildcard mapping in IIS for '.*' that maps to asp.net's dll to handle any mapping not specified in IIS with asp.net.

For some reason having this wildcard mapping in IIS breaks atlas. It appears that the javascript proxy no longer works. I.E.'http://localhost/MyService.asmx/js' returns a error 'The resource cannot be found'. If I remove the wildcard ('.*') mapping from IIS then the atlas code starts to work.

Has anyone else experienced this problem, or know a way that I can have a wildcard mapping in IIS and still use atlas in my application?

Hi Zerobit,

I also experienced the same when i added the wildcard as '.*' in configuration section of the project in INETMGR. can anyone help us why the wild card is creating the problem ??

Regards,

Kathir


Someone posted this in another thread where I asked the same question:

"I added a folder named "Webresource.axd" (without quotes) to the root of my application and ATLAS works now with a wildcard mapping in IIS. I hope this trick will solve the issues you are experiencing."

I havn't tested it as I have since switched to AjaxPro. But if it works let me know.

Monday, March 26, 2012

Atlas VSIs will only work with VS 2005 Beta 2

I want to answer what will very likely be a FAQ for the Atlas VSIs. The current Atlas VSIs onhttp://atlas.asp.net will not work with PDC bits or with any RTM builds of VS 2005 such as the August CTP – you need to be on a Beta 2 build. There were breaking changes occurring between Beta 2 and the RTM build which would have made it more difficult to develop/test Atlas and get it all finished by PDC. By staying on Beta 2, our developers could focus on Atlas features.

The team is following up soon with a PDC build and we'll have it out on the site when it's ready.


-Rich

OK I seem to be a bit cognitively challenged this morning: as far as I can tell the files currently served up at that location are just zip files (vsi.zip) - they don't initiate the installation of anything at all, contrary to the installation instructions.
I'm really keen to get going on this, so how exactly do we get the files integrated with VS 2005 Beta 2 given that there doesn't seem to be an actual installation process? I'd manually put the extracted files where they need to be, but I don't have a clue right now.
Regarding my earlier whine about the installation not working: it turns out all I had to do was remove the ".zip" extension that IE wanted to add for reasons known only to itself.
I use Visual Studio 2005 July CTP, after delete the compiled error in web.config (appliesTo="Web"), then it runs fine.
There are several breaking changes between Beta 2 and RC0 so while you may be able to get the VSI and your app to build there's also a chance that the Atlas code will break in some place due to one of those changes. We built and tested on Beta 2 so we know it works (preview quality, at least).
The team should have a RTM build version out pretty soon, however.
-Rich
Yes, we are working on getting the RTM versions of the VSI's complete ASAP. Apart from the appliesTo change in web.config, there are some changes within the Microsoft.Web.Atlas.dll that 'may' cuase you breaks depending upon your application. The script files themselves are currently consistent between builds.

Atlas versus 3rd party components

Hi,

I would like to take advantage of AJAX in my ASP.NET apps and would like to ask whether i should learn Atlas or buy in some 3rd party components. The 3rd party components looks as though I can use them with little understanding of AJAX (ie no learning curve) so I guess this might be a good starting point. But what could I achieve with Atlas that the 3rd party components can't achieve?

Could someone please enlighten me?

Regards

Steve.

incorporating atlas controls into your pages is pretty straightforward. There is no real need to learn anything new to get up to speed pretty quickly. I suppose it all depends how deep you want to go. It is still early days for the whole project so there are issues/bugs. One main thing i would say that i have come across so far when trying to get to grips with this new framework is that there is not so much help to hand at the moment when you do run into difficulties. I think it will all come good in the end personally. the how to videos that you can find at atlas.asp.net get you off to a nice speedy start and you can move on from there.

Atlas use

Atlas

As it is easy to use inbuilt jax libraries in asp.net 2.0 .I think UpdatePanel and scrpitManager tags are backbone. As i read yesterday that by updatePanel we can make any section Ajax enabled. I want to know
1) other than updatePanel what are things that we can use.
2)Is there is any performance cost that we gave to pay if we use updateapnel for whole page ,not for any selected section.
3)If Ajax libraries are included in asp.net 2.0 by default. So why one can for simple website .

Hi,

UpdatePanel's just one control that you can use. Take a look at the free controls that are available athttp://ajax.asp.net/ajaxtoolkit. Know however that using the UpdatePanel only ajaxifies your page so that you don't see any postbacks. The ugly thing about it is that every event still gets handled of your page although the Render event is only used to render those controls in the updatepanel. Viewstate's also transferred back and forth so if you're looking for something that results in less bandwidth this is not an option.

I don't really understand your point 3 as a question. Could you elaborate on that a bit more please?

Grz, Kris.


hi

Grz, Kris

in third point I wanted to say

that as now ajax enabled web sites are inbuilt in VS 2005. Is there any reason that any one can go for simple website project.That do nt use ajax.

overall i mean is it better to make any website with ajax enabled or one can go for simple website project always?

i think i am little bit not able to make my point clear.

Regards

manminder


Hi,

sure you can still create web apps with Visual Studio 2005 without AJAX and you shouldn't use AJAX if it's not necessary in your project or when your sys admin doesn't want to install the needed extensions on the server.

Grz, Kris.


XIII:

Hi,

sure you can still create web apps with Visual Studio 2005 without AJAX and you shouldn't use AJAX if it's not necessary in your project or when your sys admin doesn't want to install the needed extensions on the server.

Grz, Kris.

Hi,

Ok

Is it Developemnt server or Web server on which sites are running

i think development

Regards

Manminder


Hi,

the server where your application will be deployed to, or any other server where you want to run an AJAX based application on, should have the extensions installed.

Grz, Kris.

Atlas UpdatePanel and FormsAuthentication Cookie Expiry

Hello all,

i have an ASP.NET 2 website that uses Forms Authentication. When the auth cookie expires, and an attempt is made to refresh a page or post-back, the browser is automatically redirected to the login page, according to settings in the web.config. All is well so far.

I then decided to use Atlas in my pages, specifically the "UpdatePanel" control in order to prevent the whole page being re-served each time when only one control needed to be updated. This also seemed to work fine.

The problem occurs when the Authentication Cookie has expired. Now instead of redirecting to the login page on a post-back, I just get a pop-up msgbox from IE6 saying simpy "Unknown Error". If I refresh the page however using the refresh browser button, i *do* get back to the login page.

I guess the Atlas Update Panel control is somehow minimising the HTML updates in the http reponse (which i guess is the whole point of the Update Panel control).. and blocking the redirect.

I have no clue how to get round this without removing Atlas - but that can't be the solution.. can it? :)

ok i've found my answer in the Atlas forums.. this is a bug in Atlas and although it was apparently supposed to be fixed in the 'next' CTP (July), it wasn't. So i'm not sure when it will be available.
I've not tried, but perhaps in your page load, something like
If Not Me.User.Identity.IsAuthenticatedThen FormsAuthentication.RedirectToLoginPage()End If

yeah, this work-around works.. almost.. if you put this in the Page_Load, it means that the actions of the postback are carried out on the server even though the user is no longer authenticated. Then, when the page_load is executed the user is redirected to the login page because it's only at this point that the authentication is checked.

It would be a bit better if the authentication could be checked in a single place in the Master page_load, but i'm not sure how to check the authentication from here since me.user.identity doesn't work.

Saturday, March 24, 2012

Atlas to ASP.NET AJAX Upgrade Issue

I apologize in advance if this question if directed at the wrong forum and for being somewhat of a novice with ASP.NET and AJAX.

I was attempting to upgrade fromMicrosoft ASP.NET codename "Atlas"toMicrosoft ASP.NET AJAX, but perhaps made a significant mistake in not realizing that I should uninstall "Atlas" first (or maybe that is not what is causing my problem...as I said, I am a novice). Nonetheless, the install failed and now I cannot seem to uninstall "Atlas", but rather I keep getting the following error:

InstallUtilLib.dll: Unknown Error

Of course, now if I try to install ASP.NET AJAX I receive a message indicating that a previous version is already installed. Ireally need to either get the old version ("Atlas") up and running again or get the new version (ASP.NET AJAX) up and running. Any advice will bevery much appreciated!

Its probably to much to hope, that you still have the old Atlas install file? If you do then run it again and do a repair install, then see if it will let you unintall. If not try deleting all the associalted Atlas files installed under Program Files\Microsoft ASP.NET & then do a registry search & deleted for "Atlas" & "Program Files\Microsoft ASP.NET".

Actually, I do still have the Atlas install file and I tried to run it to do the repair or a remove, but either way it still gives me the same error regarding the InstallUtilLib.dll. I removed everything I could find related to Atlas, both in the directory structure of Program Files and within the registry, but I still cannot get past this problem. I think I must be missing something, because even after removing all registry entries and directories, etc. the machine still thinks Atlas is installed (when I try to run the installer it only offers repair or remove...neither of which work).

Thanks for the response, any other ideas?

Sean

ATLAS timeout

I have a web application written with ASP.NET and uses ATLAS features. In one of the forms I have a long query that used to work great before introducing ATLAS. But with ATLAS the query is processed and returns results which are not being displayed.... I narrowed the query to check and found out that when it takes less time results are displayed so it seems the problem is with ATLAS timeout ...in addition I have an ATLAS Progress bar that starts fine when the long query is started and then disappers before the query finishes which prooves my theory ...

So please how to solve this ? Can I configure ATLAS in some way ??

hello.

well, if you're using the updatepanel, then you need to change tue current source code to change the timeout since it's hardcoded in the pagerequestmanager class (that is, if i'm not mistaken)

Atlas through apache proxy

Hi

I'm hosting pages on apache, and I need access to asp.net2 pages hosted on another server. To expose only one server on the net, I decided to show my apache server, and use a virtual directory as proxy to the iis server, with somethink like this :
http://www.codeproject.com/aspnet/cassini_apache_101.asp

The thing works well, but not atlas...
I'm explaining :
Apache is configured to redirect /iis/* requests to the IIS server as /*
I'm using a sample empty page to test atlas (update panel containing 1 button, 1 textbox and 1 label, with an updateprogress).
The page works well, without any atlas objects.
When adding atlas, the proxied page doesn't work (javascript error).
When reading the source, I see a script with this url :

<script src="http://pics.10026.com/?src=/testatlas/WebResource.axd?d=V3h7lAaHQGE9jJRzRQZIfy1AxfEQzTtQmmpxyF4UrKQxRFNElU1QoINPfX3GmTiJpZAHIiXxweeRrf8WfQuZZjp6nneIqCzcGcWwa4A2zOk1&t=632799255520000000" type="text/javascript">
The url is bad. Let's look a the calls made at each step :
My browser is requesting http://server/iis/page.aspx
Apache proxy is handling this request, and makes a request http://iis/page.aspx
The response is returned to the browser.

So all the path infos are returned relative to the request made by the proxy, and not rewritten when the response is returned.

One solution can be to specify relative url from the page (with enough ../ ) to go to the root, and not relative url from root.

Does anyone know if there is another solution ?

I suggest that you look at the following post:

http://forums.asp.net/2/1248767/ShowThread.aspx

You can use the technique mentioned by mharder to override the Atlas scripts path, so that instead of using the web resource it uses Atlas scripts from the location you specify.

Atlas Support in Internet Explorer 7

Hello All,

I have a project written in asp.net 2.0, C#, using atlas Controls, the project is running very well in IE 6.0, IE 6.1.

but when i tried to runit on explorer 7.0 the new release, the where problems in the viewin g of the conmtrols, (a Grid View only shows a part of it), as it is hidden,

Do u have any clue fo this problem , and if it's a bug in IE 7 then how to report it.

Good Luck.

Atlas has nothing to do with the "displaying" of your data (or very little most of the time). When moving up in a browser version, the first thing to look at is your CSS, and probably your div's. My first guess is you have a div that used to autoexpand, that is no longer doing quite what you told it to.

Hi,

Did you use Panel or something like that?

if you used a Panel please control width and height of that.

Atlas Slow first time load

Hey guys,

I hope this is the right forum for posting this. I'm using Ajax 1.0 and the ASP.NET AJAX Control Toolkit.

The problem that I'm having is that the very first time I visit the page, or when the page has been sitting idle for 20 minutes, it takes about 25 seconds before it comes up. After it loads up once, I can refresh and it loads up within less then a second. I have enabled Trace output, and it tells me that the page is loading up in .5xxxx seconds, but from a users perspective when they hit the page, it takes 25 seconds. This happens with the ASP.NET AJAX Control Toolkit sample website as well.

I have set<compilationdebug="false">and it's had no effect. The server that it's on is a new Intel Woodcrest on a RAID 5, so it should be plenty fast enough. Compiling it in Visual Studio takes 1-2 seconds.

I'm not sure what's going on, but for about 23 of the 25 seconds there is no CPU utilization going on. Here is a picture of Task Manager to show what's going on. The stuff in the red box shows when I refreshed the page after I restarted IIS.

Free Image Hosting at www.ImageShack.us

Anyone have any ideas on what's going on during the 20 seconds of the CPU not doing anything?

Thanks,

-Will

Hmmm, that's a new one. Some questions. Do you see this behavior with a standard ASP.NET application? Are you sure the pause is on the server side and not the client side (e.g. is your browser proxy configured right, etc.)? Is the server busy doing something else? Maybe check disk activity during that 20s.

Thanks for the response.

I do not see it with a standard ASP.NET application, but I've only tried out a very basic application. I have tested this on 2 different web servers that we have. I get the same pause when I view it on a browser on the server, or on another computer targeting an Ajax Control Tooklit page. I have also looked at disk I/O as well during the pause. There is some but it's very minimal. I've disabled the Virus scanner to see if it's causing anything. The only things really installed on them, because I just built it, are Windows 2003 Enterprise Edition, Mcafee Virus Scan, IIS 6.0, Visual Studio 2005, Ajax v1.0, and the Ajax Control Toolkit.

I'm suprised, that other people aren't experiencing this. I've experienced it on 2 computers now. I thought it had something to do with having .NET 3.0 RC1 and the orcas stuff, but I just did a brand new clean install on another machine and I'm getting the exact same pause.

Any other advice or suggestions would be appreciated.

Thanks


Hi, i am having the same problem. It seems that the page is trying to download the whole toolkit dll every time the page loads. I am on a 56k connection and the page takes about 2 mins to open. The same happens when i try to open this site (asp.net site). Has any solution been found for this?? Thanks.


Could you maybe get a complete trace with Fiddler so we can get an idea what's going on?


I'm currently working on a client issue involving a ASP.NET Website. This site initially takes 25 seconds to load on a Windows Server 2003 OS.

The same ASP.NET Website loads 2 seconds initially on a Windows Server 2000 OS. The website uses the Reports Server control for report viewing.

Perhaps a previous post gives a hint in the direction I might take to figure this out! (i.e., DLL Load Time)!

Stay posted!


After my ASP.NET website sits idle for more than 20 mins the next request is very slow. The reason is that the application domain is flushed from IIS and the application needs to be recompiled. I found this utility to be handy.http://www.spikesolutions.net/ViewSolution.aspx?ID=c2b7edc0-5de1-4064-a432-05f6eded3b82

Wednesday, March 21, 2012

ATLAS resources

Hi,

Where can I find info (tutorials/samples/detailed documentation) about using "Atlas" Client Class Library (besides msdn and ajax.asp.net docs) ?

Thanks,

Alex.

Hi,

my blog URL is in the signature. Hope it helps.

Atlas render not valid js to side client

I have been developing over ASP.NET with Atlas technology but when Atlas attempt rendering the file jsassociated with object representation of returned object for web method include in that file not valid characters for example:

I have a resource named default.aspx:

<%@dotnet.itags.org. Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<atlas:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<atlas:ServiceReference Path="SistemaPagosServices.asmx" />
</Services>

</atlas:ScriptManager>
<div>

</div>
</form>

<script type="text/xml-script">
<page xmlns:script="http://schemas.microsoft.com/xml-script/2005">
<references>
</references>
<components>
</components>
</page>
</script>

</body>
</html>

and the js file render to client side, we can see the presence of ` character that, of course, is not valid character:

var SistemaPagosServices = new function() {
this.path = "http://localhost/EDIWebServices/SistemaPagosServices.asmx";
var cm=Web.Net.ServiceMethodRequest.createProxyMethod;
cm(this,"TRANSFERENCIAORDENFACTURAProvider_Insert","entity");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_Update","entity");
cm(this,"MONEDAProvider_GetByTIPOOPERACIONIDFromTIPOOPERACIONMONEDA","tipooperacionid");
cm(this,"MONEDAProvider_Delete","monedaiso3");
cm(this,"MONEDAProvider_Find","whereClause");
cm(this,"MONEDAProvider_GetAll","start","pageLength");
cm(this,"MONEDAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"MONEDAProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"MONEDAProvider_Insert","entity");
cm(this,"MONEDAProvider_Update","entity");
cm(this,"ExecuteNonQuery","commandType","commandText");
cm(this,"ExecuteDataSet","commandType","commandText");
cm(this,"ExecuteScalar","commandType","commandText");
cm(this,"MONEDATASAProvider_Delete","monedaiso3","monedatasafecha");
cm(this,"MONEDATASAProvider_Find","whereClause");
cm(this,"MONEDATASAProvider_GetAll","start","pageLength");
cm(this,"MONEDATASAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"MONEDATASAProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"MONEDATASAProvider_GetByMONEDAISO3MONEDATASAFECHA","monedaiso3","monedatasafecha","start","pageLength");
cm(this,"MONEDATASAProvider_Insert","entity");
cm(this,"MONEDATASAProvider_Update","entity");
cm(this,"PAISProvider_Delete","paisiso2");
cm(this,"PAISProvider_Find","whereClause");
cm(this,"PAISProvider_GetAll","start","pageLength");
cm(this,"PAISProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"PAISProvider_GetByPAISISO2","paisiso2","start","pageLength");
cm(this,"PAISProvider_GetByPAISCODIGO","paiscodigo","start","pageLength");
cm(this,"PAISProvider_GetByPAISISO3","paisiso3","start","pageLength");
cm(this,"PAISProvider_Insert","entity");
cm(this,"PAISProvider_Update","entity");
cm(this,"BANCOProvider_Delete","bancoid");
cm(this,"BANCOProvider_Find","whereClause");
cm(this,"BANCOProvider_GetAll","start","pageLength");
cm(this,"BANCOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"BANCOProvider_GetByBANCODIRECTO","bancodirecto","start","pageLength");
cm(this,"BANCOProvider_GetByBANCOID","bancoid","start","pageLength");
cm(this,"BANCOProvider_GetByBCCID","bccid","start","pageLength");
cm(this,"BANCOProvider_Insert","entity");
cm(this,"BANCOProvider_Update","entity");
cm(this,"PROVEEDORProvider_GetByCENTROPAGOCODFromPROVEEDORCENTROPAGO","centropagocod");
cm(this,"PROVEEDORProvider_Delete","proveedorcodigo");
cm(this,"PROVEEDORProvider_Find","whereClause");
cm(this,"PROVEEDORProvider_GetAll","start","pageLength");
cm(this,"PROVEEDORProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"PROVEEDORProvider_GetByPAISISO2","paisiso2","start","pageLength");
cm(this,"PROVEEDORProvider_GetByPROVEEDORCODIGO","proveedorcodigo","start","pageLength");
cm(this,"PROVEEDORProvider_GetByPROVEEDORPANAMCOD","proveedorpanamcod","start","pageLength");
cm(this,"PROVEEDORProvider_Insert","entity");
cm(this,"PROVEEDORProvider_Update","entity");
cm(this,"PROVEEDORDATOBANCARIOProvider_Delete","proveedorcodigo","bancoid","monedaiso3","proveedorcuenta");
cm(this,"PROVEEDORDATOBANCARIOProvider_Find","whereClause");
cm(this,"PROVEEDORDATOBANCARIOProvider_GetAll","start","pageLength");
cm(this,"PROVEEDORDATOBANCARIOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"PROVEEDORDATOBANCARIOProvider_GetByBANCOID","bancoid","start","pageLength");
cm(this,"PROVEEDORDATOBANCARIOProvider_GetByPROVEEDORCODIGO","proveedorcodigo","start","pageLength");
cm(this,"PROVEEDORDATOBANCARIOProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"PROVEEDORDATOBANCARIOProvider_GetByPROVEEDORCODIGOBANCOIDMONEDAISO3PROVEEDORCUENTA","proveedorcodigo","bancoid","monedaiso3","proveedorcuenta","start","pageLength");
cm(this,"PROVEEDORDATOBANCARIOProvider_Insert","entity");
cm(this,"PROVEEDORDATOBANCARIOProvider_Update","entity");
cm(this,"SISTEMACONTABLEProvider_Delete","sistemacontableid");
cm(this,"SISTEMACONTABLEProvider_Find","whereClause");
cm(this,"SISTEMACONTABLEProvider_GetAll","start","pageLength");
cm(this,"SISTEMACONTABLEProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"SISTEMACONTABLEProvider_GetBySISTEMACONTABLEID","sistemacontableid","start","pageLength");
cm(this,"SISTEMACONTABLEProvider_Insert","entity");
cm(this,"SISTEMACONTABLEProvider_Update","entity");
cm(this,"SOCIEDADProvider_Delete","sociedadcod");
cm(this,"SOCIEDADProvider_Find","whereClause");
cm(this,"SOCIEDADProvider_GetAll","start","pageLength");
cm(this,"SOCIEDADProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"SOCIEDADProvider_GetBySOCIEDADCOD","sociedadcod","start","pageLength");
cm(this,"SOCIEDADProvider_Insert","entity");
cm(this,"SOCIEDADProvider_Update","entity");
cm(this,"CENTROCONTABLEProvider_GetByCENTROPAGOCODFromCORRELACIONADORENTIDAD","centropagocod");
cm(this,"CENTROCONTABLEProvider_Delete","centrocontablecod");
cm(this,"CENTROCONTABLEProvider_Find","whereClause");
cm(this,"CENTROCONTABLEProvider_GetAll","start","pageLength");
cm(this,"CENTROCONTABLEProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"CENTROCONTABLEProvider_GetBySISTEMACONTABLEID","sistemacontableid","start","pageLength");
cm(this,"CENTROCONTABLEProvider_GetBySOCIEDADCOD","sociedadcod","start","pageLength");
cm(this,"CENTROCONTABLEProvider_GetByCENTROPAGOCOD","centropagocod","start","pageLength");
cm(this,"CENTROCONTABLEProvider_GetByCENTROCONTABLECOD","centrocontablecod","start","pageLength");
cm(this,"CENTROCONTABLEProvider_Insert","entity");
cm(this,"CENTROCONTABLEProvider_Update","entity");
cm(this,"CENTROPAGOProvider_GetByPROVEEDORCODIGOFromPROVEEDORCENTROPAGO","proveedorcodigo");
cm(this,"CENTROPAGOProvider_GetByCENTROCONTABLECODFromCORRELACIONADORENTIDAD","centrocontablecod");
cm(this,"CENTROPAGOProvider_Delete","centropagocod");
cm(this,"CENTROPAGOProvider_Find","whereClause");
cm(this,"CENTROPAGOProvider_GetAll","start","pageLength");
cm(this,"CENTROPAGOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"CENTROPAGOProvider_GetByCENTROPAGOCOD","centropagocod","start","pageLength");
cm(this,"CENTROPAGOProvider_GetByCENTROPAGOCODIGOPAGO","centropagocodigopago","start","pageLength");
cm(this,"CENTROPAGOProvider_Insert","entity");
cm(this,"CENTROPAGOProvider_Update","entity");
cm(this,"PROVEEDORCENTROPAGOProvider_Delete","centropagocod","proveedorcodigo");
cm(this,"PROVEEDORCENTROPAGOProvider_Find","whereClause");
cm(this,"PROVEEDORCENTROPAGOProvider_GetAll","start","pageLength");
cm(this,"PROVEEDORCENTROPAGOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"PROVEEDORCENTROPAGOProvider_GetByPROVEEDORCODIGO","proveedorcodigo","start","pageLength");
cm(this,"PROVEEDORCENTROPAGOProvider_GetByCENTROPAGOCOD","centropagocod","start","pageLength");
cm(this,"PROVEEDORCENTROPAGOProvider_GetByCENTROPAGOCODPROVEEDORCODIGO","centropagocod","proveedorcodigo","start","pageLength");
cm(this,"PROVEEDORCENTROPAGOProvider_GetByPROVEEDORCODIGOLOCAL","proveedorcodigolocal","start","pageLength");
cm(this,"PROVEEDORCENTROPAGOProvider_Insert","entity");
cm(this,"PROVEEDORCENTROPAGOProvider_Update","entity");
cm(this,"CORRELACIONADORENTIDADProvider_Delete","centropagocod","centrocontablecod");
cm(this,"CORRELACIONADORENTIDADProvider_Find","whereClause");
cm(this,"CORRELACIONADORENTIDADProvider_GetAll","start","pageLength");
cm(this,"CORRELACIONADORENTIDADProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"CORRELACIONADORENTIDADProvider_GetByCENTROCONTABLECOD","centrocontablecod","start","pageLength");
cm(this,"CORRELACIONADORENTIDADProvider_GetByCENTROPAGOCOD","centropagocod","start","pageLength");
cm(this,"CORRELACIONADORENTIDADProvider_GetByCENTROPAGOCODCENTROCONTABLECOD","centropagocod","centrocontablecod","start","pageLength");
cm(this,"CORRELACIONADORENTIDADProvider_Insert","entity");
cm(this,"CORRELACIONADORENTIDADProvider_Update","entity");
cm(this,"CENTROPAGOCUENTAProvider_Delete","centropagocod","monedaiso3","centropagocuentaid");
cm(this,"CENTROPAGOCUENTAProvider_Find","whereClause");
cm(this,"CENTROPAGOCUENTAProvider_GetAll","start","pageLength");
cm(this,"CENTROPAGOCUENTAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"CENTROPAGOCUENTAProvider_GetByCENTROPAGOCOD","centropagocod","start","pageLength");
cm(this,"CENTROPAGOCUENTAProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"CENTROPAGOCUENTAProvider_GetByCENTROPAGOCODMONEDAISO3CENTROPAGOCUENTAID","centropagocod","monedaiso3","centropagocuentaid","start","pageLength");
cm(this,"CENTROPAGOCUENTAProvider_Insert","entity");
cm(this,"CENTROPAGOCUENTAProvider_Update","entity");
cm(this,"MEDIOPAGOProvider_Delete","mediopagoid");
cm(this,"MEDIOPAGOProvider_Find","whereClause");
cm(this,"MEDIOPAGOProvider_GetAll","start","pageLength");
cm(this,"MEDIOPAGOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"MEDIOPAGOProvider_GetByMEDIOPAGOID","mediopagoid","start","pageLength");
cm(this,"MEDIOPAGOProvider_Insert","entity");
cm(this,"MEDIOPAGOProvider_Update","entity");
cm(this,"TIPOOPERACIONProvider_GetByMONEDAISO3FromTIPOOPERACIONMONEDA","monedaiso3");
cm(this,"TIPOOPERACIONProvider_GetByTIPOOPERACIONIDMONEDAISO3FromCENTROPAGOTIPOOPERACION","tipooperacionid","monedaiso3");
cm(this,"TIPOOPERACIONProvider_Delete","tipooperacionid");
cm(this,"TIPOOPERACIONProvider_Find","whereClause");
cm(this,"TIPOOPERACIONProvider_GetAll","start","pageLength");
cm(this,"TIPOOPERACIONProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"TIPOOPERACIONProvider_GetByMEDIOPAGOID","mediopagoid","start","pageLength");
cm(this,"TIPOOPERACIONProvider_GetByTIPOOPERACIONID","tipooperacionid","start","pageLength");
cm(this,"TIPOOPERACIONProvider_Insert","entity");
cm(this,"TIPOOPERACIONProvider_Update","entity");
cm(this,"TIPOOPERACIONMONEDAProvider_GetByTIPOOPERACIONIDFromCENTROPAGOTIPOOPERACION","tipooperacionid");
cm(this,"TIPOOPERACIONMONEDAProvider_Delete","tipooperacionid","monedaiso3");
cm(this,"TIPOOPERACIONMONEDAProvider_Find","whereClause");
cm(this,"TIPOOPERACIONMONEDAProvider_GetAll","start","pageLength");
cm(this,"TIPOOPERACIONMONEDAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"TIPOOPERACIONMONEDAProvider_GetByTIPOOPERACIONID","tipooperacionid","start","pageLength");
cm(this,"TIPOOPERACIONMONEDAProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"TIPOOPERACIONMONEDAProvider_GetByTIPOOPERACIONIDMONEDAISO3","tipooperacionid","monedaiso3","start","pageLength");
cm(this,"TIPOOPERACIONMONEDAProvider_Insert","entity");
cm(this,"TIPOOPERACIONMONEDAProvider_Update","entity");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_Delete","centropagocod","tipooperacionid","monedaiso3");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_Find","whereClause");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_GetAll","start","pageLength");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_GetByCENTROPAGOCODMONEDAISO3CENTROPAGOCUENTAID","centropagocod","monedaiso3","centropagocuentaid","start","pageLength");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_GetByTIPOOPERACIONID","tipooperacionid","start","pageLength");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_GetByTIPOOPERACIONIDMONEDAISO3","tipooperacionid","monedaiso3","start","pageLength");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_GetByCENTROPAGOCODTIPOOPERACIONIDMONEDAISO3","centropagocod","tipooperacionid","monedaiso3","start","pageLength");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_GetByCENTROPAGOCOD","centropagocod","start","pageLength");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_Insert","entity");
cm(this,"CENTROPAGOTIPOOPERACIONProvider_Update","entity");
cm(this,"VIAENTRADAProvider_Delete","viaentradaid");
cm(this,"VIAENTRADAProvider_Find","whereClause");
cm(this,"VIAENTRADAProvider_GetAll","start","pageLength");
cm(this,"VIAENTRADAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"VIAENTRADAProvider_GetByVIAENTRADAID","viaentradaid","start","pageLength");
cm(this,"VIAENTRADAProvider_Insert","entity");
cm(this,"VIAENTRADAProvider_Update","entity");
cm(this,"ESTADODEFACTURAProvider_Delete","estadofacturaid");
cm(this,"ESTADODEFACTURAProvider_Find","whereClause");
cm(this,"ESTADODEFACTURAProvider_GetAll","start","pageLength");
cm(this,"ESTADODEFACTURAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"ESTADODEFACTURAProvider_GetByESTADOFACTURAID","estadofacturaid","start","pageLength");
cm(this,"ESTADODEFACTURAProvider_Insert","entity");
cm(this,"ESTADODEFACTURAProvider_Update","entity");
cm(this,"FACTURAProvider_GetByORDENANTECODVIAENTRADAIDSOLICITUDNUMEROFromORDENFACTURA","ordenantecod","viaentradaid","solicitudnumero");
cm(this,"FACTURAProvider_Delete","ordenantecod","facturaid");
cm(this,"FACTURAProvider_Find","whereClause");
cm(this,"FACTURAProvider_GetAll","start","pageLength");
cm(this,"FACTURAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"FACTURAProvider_GetByORDENANTECOD","ordenantecod","start","pageLength");
cm(this,"FACTURAProvider_GetByESTADOFACTURAID","estadofacturaid","start","pageLength");
cm(this,"FACTURAProvider_GetByORDENANTECODFACTURAID","ordenantecod","facturaid","start","pageLength");
cm(this,"FACTURAProvider_Insert","entity");
cm(this,"FACTURAProvider_Update","entity");
cm(this,"SOLICITUDProvider_GetByORDENANTECODFACTURAIDFromORDENFACTURA","ordenantecod","facturaid");
cm(this,"SOLICITUDProvider_Delete","centrocontablecod","viaentradaid","solicitudnumero");
cm(this,"SOLICITUDProvider_Find","whereClause");
cm(this,"SOLICITUDProvider_GetAll","start","pageLength");
cm(this,"SOLICITUDProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"SOLICITUDProvider_GetByCENTROCONTABLECOD","centrocontablecod","start","pageLength");
cm(this,"SOLICITUDProvider_GetByTIPOOPERACIONIDMONEDAISO3","tipooperacionid","monedaiso3","start","pageLength");
cm(this,"SOLICITUDProvider_GetByVIAENTRADAID","viaentradaid","start","pageLength");
cm(this,"SOLICITUDProvider_GetByCENTROCONTABLECODVIAENTRADAIDSOLICITUDNUMERO","centrocontablecod","viaentradaid","solicitudnumero","start","pageLength");
cm(this,"SOLICITUDProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"SOLICITUDProvider_GetByTIPOOPERACIONID","tipooperacionid","start","pageLength");
cm(this,"SOLICITUDProvider_Insert","entity");
cm(this,"SOLICITUDProvider_Update","entity");
cm(this,"ORDENFACTURAProvider_GetByCENTROPAGOCODIGOPAGOTRANSFERENCIAIDFromTRANSFERENCIAORDENFACTURA","centropagocodigopago","transferenciaid");
cm(this,"ORDENFACTURAProvider_Delete","ordenantecod","viaentradaid","solicitudnumero","facturaid");
cm(this,"ORDENFACTURAProvider_Find","whereClause");
cm(this,"ORDENFACTURAProvider_GetAll","start","pageLength");
cm(this,"ORDENFACTURAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"ORDENFACTURAProvider_GetByORDENANTECODFACTURAID","ordenantecod","facturaid","start","pageLength");
cm(this,"ORDENFACTURAProvider_GetByORDENANTECODVIAENTRADAIDSOLICITUDNUMERO","ordenantecod","viaentradaid","solicitudnumero","start","pageLength");
cm(this,"ORDENFACTURAProvider_GetByORDENANTECODVIAENTRADAIDSOLICITUDNUMEROFACTURAID","ordenantecod","viaentradaid","solicitudnumero","facturaid","start","pageLength");
cm(this,"ORDENFACTURAProvider_Insert","entity");
cm(this,"ORDENFACTURAProvider_Update","entity");
cm(this,"SAOTIPOProvider_Delete","saotipoid");
cm(this,"SAOTIPOProvider_Find","whereClause");
cm(this,"SAOTIPOProvider_GetAll","start","pageLength");
cm(this,"SAOTIPOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"SAOTIPOProvider_GetBySAOTIPOID","saotipoid","start","pageLength");
cm(this,"SAOTIPOProvider_Insert","entity");
cm(this,"SAOTIPOProvider_Update","entity");
cm(this,"SAOProvider_Delete","saonumero");
cm(this,"SAOProvider_Find","whereClause");
cm(this,"SAOProvider_GetAll","start","pageLength");
cm(this,"SAOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"SAOProvider_GetByPROVEEDORCODIGO","proveedorcodigo","start","pageLength");
cm(this,"SAOProvider_GetBySAOTIPOID","saotipoid","start","pageLength");
cm(this,"SAOProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"SAOProvider_GetBySAONUMERO","saonumero","start","pageLength");
cm(this,"SAOProvider_Insert","entity");
cm(this,"SAOProvider_Update","entity");
cm(this,"SAOCALENDARIOProvider_Delete","saonumero","fechapago");
cm(this,"SAOCALENDARIOProvider_Find","whereClause");
cm(this,"SAOCALENDARIOProvider_GetAll","start","pageLength");
cm(this,"SAOCALENDARIOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"SAOCALENDARIOProvider_GetBySAONUMERO","saonumero","start","pageLength");
cm(this,"SAOCALENDARIOProvider_GetBySAONUMEROFECHAPAGO","saonumero","fechapago","start","pageLength");
cm(this,"SAOCALENDARIOProvider_Insert","entity");
cm(this,"SAOCALENDARIOProvider_Update","entity");
cm(this,"ENVIOProvider_Delete","centropagocodigopago","envioid");
cm(this,"ENVIOProvider_Find","whereClause");
cm(this,"ENVIOProvider_GetAll","start","pageLength");
cm(this,"ENVIOProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"ENVIOProvider_GetByCENTROPAGOCODIGOPAGO","centropagocodigopago","start","pageLength");
cm(this,"ENVIOProvider_GetByTIPOOPERACIONIDMONEDAISO3","tipooperacionid","monedaiso3","start","pageLength");
cm(this,"ENVIOProvider_GetByCENTROPAGOCODIGOPAGOENVIOID","centropagocodigopago","envioid","start","pageLength");
cm(this,"ENVIOProvider_Insert","entity");
cm(this,"ENVIOProvider_Update","entity");
cm(this,"ESTADOOUTProvider_Delete","estadooutid");
cm(this,"ESTADOOUTProvider_Find","whereClause");
cm(this,"ESTADOOUTProvider_GetAll","start","pageLength");
cm(this,"ESTADOOUTProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"ESTADOOUTProvider_GetByESTADOOUTID","estadooutid","start","pageLength");
cm(this,"ESTADOOUTProvider_Insert","entity");
cm(this,"ESTADOOUTProvider_Update","entity");
cm(this,"TRANSFERENCIAProvider_GetByORDENANTECODVIAENTRADAIDSOLICITUDNUMEROFACTURAIDFromTRANSFERENCIAORDENFACTURA","ordenantecod","viaentradaid","solicitudnumero","facturaid");
cm(this,"TRANSFERENCIAProvider_Delete","centropagocodigopago","transferenciaid");
cm(this,"TRANSFERENCIAProvider_Find","whereClause");
cm(this,"TRANSFERENCIAProvider_GetAll","start","pageLength");
cm(this,"TRANSFERENCIAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"TRANSFERENCIAProvider_GetByBANCOID","bancoid","start","pageLength");
cm(this,"TRANSFERENCIAProvider_GetByTIPOOPERACIONIDMONEDAISO3","tipooperacionid","monedaiso3","start","pageLength");
cm(this,"TRANSFERENCIAProvider_GetByCENTROPAGOCODIGOPAGOENVIOID","centropagocodigopago","envioid","start","pageLength");
cm(this,"TRANSFERENCIAProvider_GetByESTADOOUTID","estadooutid","start","pageLength");
cm(this,"TRANSFERENCIAProvider_GetByCENTROPAGOCODIGOPAGOTRANSFERENCIAID","centropagocodigopago","transferenciaid","start","pageLength");
cm(this,"TRANSFERENCIAProvider_GetByMONEDAISO3","monedaiso3","start","pageLength");
cm(this,"TRANSFERENCIAProvider_Insert","entity");
cm(this,"TRANSFERENCIAProvider_Update","entity");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_Delete","ordenantecod","viaentradaid","solicitudnumero","facturaid","transferenciaid","centropagocodigopago");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_Find","whereClause");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_GetAll","start","pageLength");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_GetPaged","whereClause","orderBy","start","pageLength","count");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_GetByORDENANTECODVIAENTRADAIDSOLICITUDNUMEROFACTURAID","ordenantecod","viaentradaid","solicitudnumero","facturaid","start","pageLength");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_GetByCENTROPAGOCODIGOPAGOTRANSFERENCIAID","centropagocodigopago","transferenciaid","start","pageLength");
cm(this,"TRANSFERENCIAORDENFACTURAProvider_GetByORDENANTECODVIAENTRADAIDSOLICITUDNUMEROFACTURAIDTRANSFERENCIAIDCENTROPAGOCODIGOPAGO","ordenantecod","viaentradaid","solicitudnumero","facturaid","transferenciaid","centropagocodigopago","start","pageLength");
cm(this,"HelloWorld");
}
var gtc = Web.Net.MethodRequest.generateTypedConstructor;
Type.registerNamespace('EDI');
EDI.TRANSFERENCIAORDENFACTURA = gtc("EDI.TRANSFERENCIAORDENFACTURA");
EDI.ORDENFACTURA = gtc("EDI.ORDENFACTURA");
EDI.FACTURA = gtc("EDI.FACTURA");
EDI.CENTROCONTABLE = gtc("EDI.CENTROCONTABLE");
EDI.SISTEMACONTABLE = gtc("EDI.SISTEMACONTABLE");
EDI.TList`1[[EDI.CENTROCONTABLE, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.CENTROCONTABLE, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
Type.registerNamespace('System.Collections.Generic');
System.Collections.Generic.List`1[[EDI.CENTROCONTABLE, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.CENTROCONTABLE, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
Type.registerNamespace('System.ComponentModel');
System.ComponentModel.ListSortDescriptionCollection = gtc("System.ComponentModel.ListSortDescriptionCollection");
Type.registerNamespace('System.Security.Policy');
System.Security.Policy.Evidence = gtc("System.Security.Policy.Evidence");
System.ComponentModel.TypeConverter = gtc("System.ComponentModel.TypeConverter");
EDI.SOCIEDAD = gtc("EDI.SOCIEDAD");
EDI.TList`1[[EDI.CENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.CENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.CENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.CENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.CENTROPAGO = gtc("EDI.CENTROPAGO");
EDI.TList`1[[EDI.PROVEEDORCENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.PROVEEDORCENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.PROVEEDORCENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.PROVEEDORCENTROPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.PROVEEDORCENTROPAGO = gtc("EDI.PROVEEDORCENTROPAGO");
EDI.PROVEEDOR = gtc("EDI.PROVEEDOR");
EDI.PAIS = gtc("EDI.PAIS");
EDI.TList`1[[EDI.PROVEEDOR, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.PROVEEDOR, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.PROVEEDOR, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.PROVEEDOR, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.PROVEEDORDATOBANCARIO = gtc("EDI.PROVEEDORDATOBANCARIO");
EDI.BANCO = gtc("EDI.BANCO");
EDI.TList`1[[EDI.PROVEEDORDATOBANCARIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.PROVEEDORDATOBANCARIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.PROVEEDORDATOBANCARIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.PROVEEDORDATOBANCARIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.TRANSFERENCIA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.TRANSFERENCIA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.TRANSFERENCIA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.TRANSFERENCIA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TRANSFERENCIA = gtc("EDI.TRANSFERENCIA");
EDI.TIPOOPERACIONMONEDA = gtc("EDI.TIPOOPERACIONMONEDA");
EDI.TIPOOPERACION = gtc("EDI.TIPOOPERACION");
EDI.MEDIOPAGO = gtc("EDI.MEDIOPAGO");
EDI.TList`1[[EDI.TIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.TIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.TIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.TIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.TIPOOPERACIONMONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.TIPOOPERACIONMONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.TIPOOPERACIONMONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.TIPOOPERACIONMONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.CENTROPAGOTIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.CENTROPAGOTIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.CENTROPAGOTIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.CENTROPAGOTIPOOPERACION, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.CENTROPAGOTIPOOPERACION = gtc("EDI.CENTROPAGOTIPOOPERACION");
EDI.CENTROPAGOCUENTA = gtc("EDI.CENTROPAGOCUENTA");
EDI.MONEDA = gtc("EDI.MONEDA");
EDI.MONEDATASA = gtc("EDI.MONEDATASA");
EDI.TList`1[[EDI.CENTROPAGOCUENTA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.CENTROPAGOCUENTA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.CENTROPAGOCUENTA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.CENTROPAGOCUENTA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.SAO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.SAO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.SAO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.SAO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.SAO = gtc("EDI.SAO");
EDI.SAOTIPO = gtc("EDI.SAOTIPO");
EDI.SAOCALENDARIO = gtc("EDI.SAOCALENDARIO");
EDI.TList`1[[EDI.MONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.MONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.MONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.MONEDA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.SOLICITUD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.SOLICITUD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.SOLICITUD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.SOLICITUD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.SOLICITUD = gtc("EDI.SOLICITUD");
EDI.VIAENTRADA = gtc("EDI.VIAENTRADA");
EDI.TList`1[[EDI.ORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.ORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.ORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.ORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.FACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.FACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.FACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.FACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.ENVIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.ENVIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.ENVIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.ENVIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.ENVIO = gtc("EDI.ENVIO");
EDI.ESTADOOUT = gtc("EDI.ESTADOOUT");
EDI.TList`1[[EDI.TRANSFERENCIAORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.TRANSFERENCIAORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.TRANSFERENCIAORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.TRANSFERENCIAORDENFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.TList`1[[EDI.CORRELACIONADORENTIDAD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("EDI.TList`1[[EDI.CORRELACIONADORENTIDAD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.CORRELACIONADORENTIDAD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.CORRELACIONADORENTIDAD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
EDI.CORRELACIONADORENTIDAD = gtc("EDI.CORRELACIONADORENTIDAD");
EDI.ESTADODEFACTURA = gtc("EDI.ESTADODEFACTURA");
Type.registerNamespace('System.Data');
System.Data.DataViewManager = gtc("System.Data.DataViewManager");
System.Data.DataTable = gtc("System.Data.DataTable");
System.Data.PropertyCollection = gtc("System.Data.PropertyCollection");
System.Data.DataColumn = gtc("System.Data.DataColumn");
System.Data.DataView = gtc("System.Data.DataView");
System.Data.DataRow = gtc("System.Data.DataRow");
Type.registerNamespace('System.Globalization');
System.Globalization.NumberFormatInfo = gtc("System.Globalization.NumberFormatInfo");
System.Globalization.DateTimeFormatInfo = gtc("System.Globalization.DateTimeFormatInfo");
System.Collections.Generic.List`1[[EDI.MONEDATASA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.MONEDATASA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.PAIS, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.PAIS, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.BANCO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.BANCO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.SISTEMACONTABLE, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.SISTEMACONTABLE, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.SOCIEDAD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.SOCIEDAD, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.MEDIOPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.MEDIOPAGO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.VIAENTRADA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.VIAENTRADA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.ESTADODEFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.ESTADODEFACTURA, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.SAOTIPO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.SAOTIPO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.SAOCALENDARIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.SAOCALENDARIO, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
System.Collections.Generic.List`1[[EDI.ESTADOOUT, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] = gtc("System.Collections.Generic.List`1[[EDI.ESTADOOUT, EDI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]");
Type.registerNamespace('System');
System.DayOfWeek = {Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6}
System.DateTimeKind = {Unspecified:0,Utc:1,Local:2}
Type.registerNamespace('System.Reflection');
System.Reflection.MemberTypes = {Constructor:1,Event:2,Field:4,Method:8,Property:16,TypeInfo:32,Custom:64,NestedType:128,All:191}
System.Reflection.MethodAttributes = {ReuseSlot:0,PrivateScope:0,Private:1,FamANDAssem:2,Assembly:3,Family:4,FamORAssem:5,Public:6,MemberAccessMask:7,UnmanagedExport:8,Static:16,Final:32,Virtual:64,HideBySig:128,NewSlot:256,VtableLayoutMask:256,CheckAccessOnOverride:512,Abstract:1024,SpecialName:2048,RTSpecialName:4096,PinvokeImpl:8192,HasSecurity:16384,RequireSecObject:32768,ReservedMask:53248}
System.Reflection.CallingConventions = {Standard:1,VarArgs:2,Any:3,HasThis:32,ExplicitThis:64}
System.Reflection.ParameterAttributes = {None:0,In:1,Out:2,Lcid:4,Retval:8,Optional:16,HasDefault:4096,HasFieldMarshal:8192,Reserved3:16384,Reserved4:32768,ReservedMask:61440}
Type.registerNamespace('System.Runtime.InteropServices');
System.Runtime.InteropServices.LayoutKind = {Sequential:0,Explicit:2,Auto:3}
System.Reflection.TypeAttributes = {NotPublic:0,AutoLayout:0,AnsiClass:0,Class:0,Public:1,NestedPublic:2,NestedPrivate:3,NestedFamily:4,NestedAssembly:5,NestedFamANDAssem:6,NestedFamORAssem:7,VisibilityMask:7,SequentialLayout:8,ExplicitLayout:16,LayoutMask:24,Interface:32,ClassSemanticsMask:32,Abstract:128,Sealed:256,SpecialName:1024,RTSpecialName:2048,Import:4096,Serializable:8192,UnicodeClass:65536,AutoClass:131072,StringFormatMask:196608,CustomFormatClass:196608,HasSecurity:262144,ReservedMask:264192,BeforeFieldInit:1048576,CustomFormatMask:12582912}
System.Reflection.GenericParameterAttributes = {None:0,Covariant:1,Contravariant:2,VarianceMask:3,ReferenceTypeConstraint:4,NotNullableValueTypeConstraint:8,DefaultConstructorConstraint:16,SpecialConstraintMask:28}
System.ComponentModel.DesignerSerializationVisibility = {Hidden:0,Visible:1,Content:2}
System.ComponentModel.ListSortDirection = {Ascending:0,Descending:1}
EDI.EntityState = {Unchanged:0,Added:1,Changed:2,Deleted:3}
System.Data.CommandType = {Text:1,StoredProcedure:4,TableDirect:512}
System.Data.SerializationFormat = {Xml:0,Binary:1}
System.Data.SchemaSerializationMode = {IncludeSchema:1,ExcludeSchema:2}
System.Data.AcceptRejectRule = {None:0,Cascade:1}
System.Data.Rule = {None:0,Cascade:1,SetNull:2,SetDefault:3}
System.Data.DataSetDateTime = {Local:1,Unspecified:2,UnspecifiedLocal:3,Utc:4}
System.Data.MappingType = {Element:1,Attribute:2,SimpleContent:3,Hidden:4}
System.Data.DataViewRowState = {None:0,Unchanged:2,Added:4,Deleted:8,ModifiedCurrent:16,CurrentRows:22,ModifiedOriginal:32,OriginalRows:42}
System.Data.DataRowVersion = {Original:256,Current:512,Proposed:1024,Default:1536}
System.Data.DataRowState = {Detached:1,Unchanged:2,Added:4,Deleted:8,Modified:16}
System.Globalization.CultureTypes = {NeutralCultures:1,SpecificCultures:2,InstalledWin32Cultures:4,AllCultures:7,UserCustomCulture:8,ReplacementCultures:16,WindowsOnlyCultures:32,FrameworkCultures:64}
System.Globalization.DigitShapes = {Context:0,None:1,NativeNational:2}
System.Globalization.CalendarAlgorithmType = {Unknown:0,SolarCalendar:1,LunarCalendar:2,LunisolarCalendar:3}
System.Globalization.CalendarWeekRule = {FirstDay:0,FirstFullWeek:1,FirstFourDayWeek:2}

Why that?


Atlas has a known issue when dealing with generic types (which is where the back quote is coming from). This will be fixed in the next release.

David


davidebb wrote:

Atlas has a known issue when dealing with generic types (which is where the back quote is coming from). This will be fixed in the next release.

David

Thanks Mr. David for your explanation, how long i must wait for the next release?.


Thanks Mr David for the explanation, how long must i wait for the next release?

No date has been annouced yet, but it should be about a month or less.

David

Atlas question

Is ASP.NET going to be incomplete without Atlas? Or obsolete without ajax? Thanks.

ASP.NET will never be incomplete without the combination of ajax or Atlas, All ajax and atlas do is change the way a user interacts with an application. Loading times, page refreshes, ect.

Can ajax be added to ASP.NET without Atlas? Any related good links? Thanks .


Sure you can implement AJAX in ASP.NET. You can start from here:

http://www.developerfusion.co.uk/show/4704

Atlas pulling back DataGrid

I'm pretty sure I can sell my boss on ASP 2.0 and ATLAS because of the non-post back. Pulling data from a DB.

Only, I don't know how to code Atlas to pull back say a datasource and put it into a datagrid without post back.

Any sample code anyon has done that they can share? I want to get something up quick, something small.

Click button and show data from a table.

I'm still reading through the tutorials.

I try the code at

http://atlas.asp.net/quickstart/atlas/doc/data/default.aspx#datatable
http://atlas.asp.net/quickstart/util/srcview.aspx?path=~/atlas/samples/data/datatable.src

Even their example comes up blank.

I copied the code and change the SQL connection and select statement, also changed the <label targetElements>'s to match table field names.

I get no data returned either like their example.

Secondly, how do you add a button to initate the data pull instead of just loading it.


I guess no takers. Or even point me in the right direction as in what to search on.

Mastro,

The Atlas UpdatePanel server control actually makes it super easy to turn any ASP.NET 2.0 GridView or other control into an AJAX-style UI with efficient postbacks.

If you have a GridView that is bound to a data source control, you can make it update without postbacks by doing the following:

1) Add an Atlas:ScriptManager control to the page, and setting the EnablePartialRendering property on it to true.

2) Enclose the GridView in an Atlas:UpdatePanel control, putting the GridView inside the UpdatePanel's ContentTemplate.

3) If you want to be able to add items, you can also add a DetailsView or FormView control to the page, and set up a trigger to update the GridView automatically.

Scott's weblog has a great post, with full sample code, that walks you through setting up a GridView bound to a datasource, and then enabling it for Atlas postbacks. You can find it athttp://weblogs.asp.net/scottgu/archive/2005/12/26/433997.aspx.