Browse by Tags

Related Posts

  • Re: Atlas and AJAX.NET

    Hi all, @Freakyuno, I think what Chak means (and I also would like to know) is between ATLAS as a CTP and AJAX.NET, what are the differences if any? I'm aware that AJAX.NET is ATLAS in release form. Some developers like me, might have worked on a few projects with ATLAS, knowing the technology was...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by MrAnderson1st on 03-11-2009, 12:00 AM
    Filed under: Upgrade, ajax, Atlas, ctp
  • Detecting Javascript enabled or disabled while posting data

    Hello, Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent...
    Posted to Client Side Web Development (Forum) by jijualex12 on 11-03-2008, 12:00 AM
    Filed under: .net, AJAX, AjaxControlToolKit, asp 2.0, ASP 2.0 with Vb .Net, Asp .Net MasterPage, asp.NET, asp.net 2.0 c#, ASP.NET 2.0, ASP.NET 2.0 FormView GridView Master/Detail Update, asp.net 2.0 javaScript, asp.net ajax, ASP.NET AJAX ATLAS Cross browser XML, asp.net authentication forms javascript modal, Asynchronous post back, atlas, c#, client script access check box list, client scriptcript, Client side scripting, client Side Web development, ClientScript, ClientScriptBlock, client-side component, developers, Client Callbacks, xmlhttprequest
  • Dojo tools and asp.net, can you plug in through an ashx file?

    Hi All I'm working for a company that are asking me to use dojo for a web application. They are exposing their .net back end with a REST webservice that is delivering and accepting json. It's got me wanting to use dojo for a web application of mine but I'm struggling to figure how I can do...
    Posted to Free For All (Forum) by lloydphillips on 08-12-2008, 12:00 AM
    Filed under: asp.net 2.0, dojo, dojo toolkit, Performance, AJAX, Atlas
  • Problem with Display Date or any Data in Textbox having Masked Edit Extender

    Hello, I have a web page in C# , in which I have a text box and the masked edit extender. So i will enter the date and click save it in the database in the form of (mm/dd/yyyy). So the Main problem is when i fetch the date from the database and store it in the text box, it is not storing, that is, no...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Sudheendra B on 06-27-2008, 12:00 AM
    Filed under: sql, sql datetime compare, TextBox, VS 2005 Web Site Project, Web Controls, ADO.NET 2.0, ajax, ajax extensions, ajaxtoolkit, asp .net 2.0, ASP .NET 1.1, asp .net 2.0, ASP.NET, asp.net 2.0 c#, ASP.Net C#, asp.net 2, ASP.NET C#, Atlas, c#, c# 1.1, c#.net, calendar control, date, datetime, datetime.tostring(), webform, Asp.net2.0, asp.net2.0 using c#, ASP .net2.0, VS2005, ajax control toolkit, .ascx .aspx C#, .aspx page, .cs, asp .net ... c# ... SQL, asp .net 1.1 web form controls, ASP .net 2 .0 DATABASE APPLICATION, asp.net ajax Toolkit, date order, Date Query & Result, Date Textbox, date validate, .Net 2.0, ASP .net 2.0 C#, asp.net 2.0 C#, ASP.NET web form, SQL SELECT
  • Re: Making AutoCompleteExtender more usable

    You can use the OnClientItemSelected attribute to call a javascript function (which can store the ID somewhere, like a hidden field for example). I haven't managed to solve the HTML styling either though. We're trying to highlight the search terms in bold using span or strong tags, but have found...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by sferson on 04-30-2008, 12:00 AM
    Filed under: web service, ajax, Atlas, ajaxToolkit, AutoCompleteExtender
  • Find X and Y cordinates on Mouse move in a tif image using vb.net asp.net javascript

    Hi i want to develop an application which needs replace an amount of text or adding new text in a tif image.I am using a third party component to do this.So my task will be accomplished by getting x and y coordinate values. Can any body please help me. Suppose if i move the mouse pointer to top of the...
    Posted to Client Side Web Development (Forum) by aditya_raj on 01-08-2008, 12:00 AM
    Filed under: positioning, positions of controls on a page, <Img> javascript in asp.net, absolute positioning, AJAX, Ajax ASP.NET Javascript doPostback, asp net javascript save changes prompt, asp.NET, ASP.NET 2.0, atlas, Client Script, client side, Client side scripting, client side validation, client Side Web development, ClientScript, ClientScriptManager, display image, DIV, Div height, external javascript, javascript & ajax, javascript and css, javascript asp.net, javascript asp.net controls, asp.net2.0, Dynamic content, aspx, java, position, ASP.NET Javascript onclick, aspx css, DIV dynamic width
  • Re: load an aspx page using xmlHttprequest

    use the following javascript: i have two pages Default3.aspx and Default4.aspx, and I am loading default4.aspx content into default3.aspx. CODE default4.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" %>...
    Posted to Client Side Web Development (Forum) by Manikandan.net on 12-26-2007, 12:00 AM
    Filed under: AJAX, atlas, c#, asp .net ... c# ... SQL, javascript
  • Access User Controls in Web Service

    Hello all, We have a custom control that has many custom properties and methods. Currently this control is being loaded through the Master page and it is working just fine. Now there is a need to load this control through a web service. Since the control needs to be loaded through a web service, the...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by nxmanan on 11-14-2007, 12:00 AM
    Filed under: ajax, custom controls, web service ajax, atlas
  • Exposing WCF Rest Service to external clients

    If we have a WCF Rest service and an aspx web page as part of the same project, we can reference the service in the web page in the ScriptManager in this way: <asp:ServiceReference Path="~/Service.svc" /> How do we reference the Service using this same proxy mechanism if: 1. The service...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by coderGeek on 10-19-2007, 12:00 AM
    Filed under: networking, Orcas, proxy, rest, visual studio 2008, .net 3.5 framework, .net3.5, ajax, atlas, web services, WCF, vs2008
  • How to get a WCF Ajax service to work.

    I created a Web Application and added an Ajax-Enabled WCF service to it. I removed the entire <system.serviceModel> node from Web.Config and added Factory="System.ServiceModel.Activation.WebScriptServiceHostFactory" to the .svc file. Per http://odetocode.com/Blogs/scott/archive/2007/07...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by coderGeek on 10-15-2007, 12:00 AM
    Filed under: ajax, atlas, IntegratedWindowsAuthentication, WCF
Page 1 of 12 (115 items) 1 2 3 4 5 Next > ... Last »