Browse by Tags

Related Posts

  • 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
  • Re: page unload

    You can use following javascript 1 < html > 2 < head > 3 < title ></ title > 4 < script > 5 //This Method will give warning message 6 function closePage() 7 { 8 window.close(); 9 } 10 11 function closePageWithoutWarning() 12 { 13 window.opener=this; 14 window.close(); 15...
    Posted to Web Forms (Forum) by Manikandan.net on 06-25-2007, 12:00 AM
    Filed under: ajax, Atlas, c#, close warning message, javascript, asp .net ... c# ... SQL, close the browser
  • Re: Browser slow down

    Hi, DataGridView kills your performance, because it has so many options to build your web form fast, first check that u have disabled the view state for the grid, or else you can use repeater, also you mentioned that you added a TextBox in the2 column to enter values, I don’t think its correct way to...
    Posted to Free For All (Forum) by Manikandan.net on 06-21-2007, 12:00 AM
    Filed under: table, ajax, Atlas, C#, Javascript, Asp .net ... c# ... SQL
  • Re: page unload

    Hi, You are not mentioned that you want to call a server side method, or a JavaScript method. Here I given example for javascript method. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="unlaod.aspx.cs" Inherits="unlaod" %> < !DOCTYPE html PUBLIC...
    Posted to Web Forms (Forum) by Manikandan.net on 06-20-2007, 12:00 AM
    Filed under: ajax, Atlas, c#, javascript, asp .net ... c# ... SQL
  • Javascript Error (Treeview_Data is undefined) when using Dynamic Treeview in Update Panel / Placeholder

    Hi, I have a page that loads a series of dynamic treeviews (from the DB) into an update panel's placeholder control upon page load. I have a button set as the trigger for the update panel (not the page submit button) that, when clicked, adds a record to the DB dataset and then reloads the update panel...
    Posted to ASP.NET AJAX UI (Forum) by dsreidel on 02-22-2007, 12:00 AM
    Filed under: Treeview, treeview updatpanel, Upadatepanel Javascript, Update Panel, update Panel events, update Panel trigger javascript, updatepanel, UpdatePanel ajax trigger Timer Conditional UpdateMode, updatepanel autopostback, UpdatePanel autopostback checkbox gridview, UpdatePanel nesting dynamically, UpdatePanel TreeView slow browser requests AJAX, updatepanel trigger, user Control, "Update Panel", ajax, AJAX checkbox updatepanel gridview, ajax update panel, Ajax Update panel ScriptBlocks Not Executing, ajax update panel trigger, ajax updatepanel trigger Timer, Atlas, Javascript, javascript ajax updatepanel, Dynamic Controls, asp.net ajax updatepanel trigger
  • Ajax Script Error on Refresh, Back button click only in IE 6 SP2

    I am getting Javascript error (sys undefined, type undefined etc) when I try to run a simple asp.net ajax web site in IE with SP2. When I load the site for the first time it is working. Clicking on refresh or back button causes the problem. But the same site works in IE with SP1 (Win 2003) , Netscape...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Ajith Cyriac on 12-21-2006, 12:00 AM
    Filed under: ajax, ajax atlas IE, AJAX beta, AJAX beta problem, ajax controls, Ajax Extensions, AJAxX, Atlas, atlas ajax, IE, javascript, AJAX .NET Client Side Methods, ajax .NET Client Side Methods javascript errors, AJAX Control Toolkit
  • How to Debug .NET COM Application (From VC++)

    Hi all, I developed a COM Application in c# , i created the tlb file and i registered my dll as COM. I add the reference to one of my vc++ application. Its working fine. Is there any way to debug my .NET dll from the vc++ application, by using attach process option or any other way. Please help me in...
    Posted to Free For All (Forum) by ravishankar554 on 11-29-2006, 12:00 AM
    Filed under: AJAX, ASP.NET, Asp.Net 2.0, Asp.Net 2.0 session, asp:image, ATLAS, Integrate 2 Web Application Project in ASP.NET 2.0, javascript, javascript+treeview
  • Help: Custom Right Click Context Menu using PopupBehavior Width Problem

    I've written a custom extender that extends any control that when you right click on the control, a context menu panel is brought up in which the content gets dynamically generated because it uses the DynamicPopulateBase. The problem I'm having (IE/Firefox) is that the panel gets wider every time the...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by KFrancis on 11-23-2006, 12:00 AM
    Filed under: ModalPopup "code behind" show, PopupControlExtender, Atlas, Atlas Control Toolkit, debugging javascript extenders, JavaScript, Atlas Control Toolkit Modal PopUp, control creation
  • Method Overloading with JavaScript

    Hi, I haven't seen Method Overloading when I watch the MicrosoftAjax.js it is possible but I don't have an " official method " to do this. What do you think abut my method ? I think it will be interesting to have this feature in Visual Studio " Orcas ". // Création d'un namespace Type.registerNamespace...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by CyrilCS on 11-18-2006, 12:00 AM
    Filed under: ajax, javascript, Orcas, Atlas
  • Issue with Page.ClientScript.RegisterStartupScript(...) in asp.NET ajax beta 1

    Hi, This Problem is making my life miserable. Can Anyone please help. I had been using the atlas june ctp. Recently i upgrated to ajax beta1. In a server side of a button click method I updated my database and prepare a message based on update status. Like if a data exist in DB I prepare .. String msg...
    Posted to ASP.NET AJAX UI (Forum) by asifcs on 10-30-2006, 12:00 AM
    Filed under: ScriptManager, Update Panel, ajax update panel, asp.net ajax, Atlas, Javascript, UI
Page 1 of 3 (21 items) 1 2 3 Next >