Browse by Tags

Related Posts

  • Howto control the position of the AutoCompleteExtender dropdown?

    Hi, I'm using the AutoCompleteExtender and I would like the dropdown to be rendered above the associated TextBox rather than below. The TextBox in question is anchored at the bottom of my page but when the extender dropdown appears beneath the dropdown is part rendered outside the visible area and...
    Posted to AJAX Control Toolkit (Forum) by BazManiac on 10-06-2006, 12:00 AM
    Filed under: Atlas, C#, AutoCompleteExtender
  • PopupControlExtender and Calendar Control Problem

    When using the PopupControlExtender with the calenadar control, I can see the calendar control(s) for a brief second or more when the page first initializes. The control itself works perfectly, doing everything it should do. Does anyone know if this is normal behavior for Atlas controls, or is it something...
    Posted to AJAX Control Toolkit (Forum) by Gary A. Stafford on 10-12-2006, 12:00 AM
    Filed under: popupcontrol, Atlas Control Toolkit, Atlas, C#, PopupControlExtender
  • Burlington/Boston MA: CSS/C# ASP.Net whiz needed for 6 weeks, possibly longer

    Combination CSS / C# ASP.NET 2.0 Programmer for consumer facing administration web site project. Very strong CSS/XHTML layout and styling skills Very strong knowledge of cross platform Javascript Knowledge of binding to ASP.NET ObjectDataSrouces some XSLT and previous AJAX with .NET experience would...
    Posted to Jobs (Forum) by nicku33 on 11-09-2006, 12:00 AM
    Filed under: asp.Net 2.0, Architect, C#, .NET, atlas, ajax, css, cssfriendlyadpaters
  • ASP.NET Ajax Team Leader - Framework Developer

    Infragistics has been the market leader in the presentation layer components industry for over 17 years , and has matured into a multi-platform Enterprise Software products and services vendor with global reach in nearly every Fortune 2000 company. Infragistics empowers developers to build great application...
    Posted to Jobs (Forum) by Jim Whittle on 11-21-2006, 12:00 AM
    Filed under: senior developer, developer, SQL Server 2005, asp.Net 2.0, Architect, C#, .NET, sql server, atlas, ajax, css
  • constructing dynamic/ client editable pages in asp.net

    I am working on a website in asp.net 2.0. Some of the pages of the website need to be editable by the client. Thats is, once the website is deployed, the authorized client should be able to edit the content of a few pages . Eg: Latest News, Latest Events, Emergency Info etc. I have no clue how to go...
    Posted to Web Forms (Forum) by kp1001 on 04-10-2007, 12:00 AM
    Filed under: ASP.NET, c#, ajax, ASP.NET 2.0, Atlas, iFrame, Web Forms, ADO.NET, Layout, aspx, .net, Asp .net, webform
  • Northeast Pennsylvania and Surroundings - TECHbash 2007 is May 19th - Register Today!

    TECHbash 2007 TECHbash 2007 will be on Saturday, May 19th, 2007 from 8:30am until 2:30pm at Luzerne County Community College. More specific details about the event can be found at techbash.com . What is TECHbash 2007? Today's IT professionals and Developers are stuck with one of the most difficult tasks...
    Posted to Announcements (Forum) by j_gaylord on 05-02-2007, 12:00 AM
    Filed under: ASP.NET 2.0, .NET 2.0, .NET, AJAX, announcements, c#, atlas, ajax control toolkit, ASP.NET AJAX 1.0, .NET 3.0, Community Event, .NET Valley
  • 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: javascript, c#, ajax, Atlas, asp .net ... c# ... SQL
  • 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: ajax, C#, Javascript, Atlas, Asp .net ... c# ... SQL, table
  • 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: javascript, c#, ajax, Atlas, asp .net ... c# ... SQL, window.close(), close warning message, close the browser
  • 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: javascript, AJAX, c#, atlas, asp .net ... c# ... SQL
Page 1 of 2 (11 items) 1 2 Next >