Search

You searched for the word(s): userid:694456

Matching Posts

  • ASP.NET AJAX Calendar CSS

    Hi Could anyone help me fix the font of my ASP.NET AJAX Calendar control. I have 2 style sheets (one for the page design and one for the CSS of the calendar itself). It looks like the body CSS with the font size of 12pt (in the page design CSS) is overiding the font sizes of the Calendar control CSS. Any help would be appreciated. Thanks! The Page HTML is as follows: < asp : TextBox ID ="TextBox3" runat ="server"></ asp : TextBox > < ajaxToolkit : CalendarExtender
    Posted to ASP.NET AJAX Control Toolkit (Forum) by NetSpike on 7/20/2008
  • Re: Weird Installation Error

    Problem solved with aspnet_regiis.exe -i
    Posted to Installation and Setup (Forum) by NetSpike on 3/27/2008
  • Weird Installation Error

    Hi I am running Windows XP with Service Pack 2. I installed IIS and then installed Visual Web Developer 2008 and created a new project in IIS with a blank default.aspx page. I then had an error about the IIS metabase, so I ran the following command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -ga IWAM_HETZNER_EM This fixed the metabase error, but now I'm receiving a new error that reads the following: Server Error in '/test' Application. Object reference not set to
    Posted to Installation and Setup (Forum) by NetSpike on 3/27/2008
  • Re: Open New Browser Window and AJAX

    Hey I'm now using: ScriptManager .RegisterStartupScript( this , this .GetType(), "key" , "window.open('edward.aspx ','_blank');" , true ); In the Button Click event, and it works great! Thanks! Edward
  • Open New Browser Window and AJAX

    Hi I have an Update Panel and inside the Update Panel I have Button. The Button's OnClick event has the following code to open a new window with the spesified page: protected void Button1_Click( object sender, EventArgs e) { // Other Code is over here that needs to be done before opening the new browser window with the page. Response.Write( "<script>" ); Response.Write( "window.open('page.html','_blank')" ); Response.Write( "</script>"
  • Re: AJAX AutoComplete not completing text?

    Don't worry, found the problem: Both AutoComplete Extenders had the same BehaviorID
  • Re: AJAX AutoComplete not completing text?

    Hi Thanks for your help - it worked! Now I encountered another problem all of a sudden: I'm using: ASP.NET 2 Wizard Control inside an Update Panel 2 Pages on the Wizard Control Each Wizard Control page has a TextBox - so there are 2 TextBoxes 2 AutoComplete Extenders - 1 on each Wizard Control Page. Both AutoComplete Extenters use the same Web Service. Now when I open the first page on the Wizard Control, the TextBox works fine and gets the results using the AutoComplete Extender from the web
  • AJAX AutoComplete not completing text?

    Hi The AJAX AutoComplete is not returning any values when users type in text in the TextBox1. Here is my ASPX code: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Test.aspx.cs" Inherits ="Test" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server">
  • Modal Popup Extender - how to set values on main page

    Hi I've got a Modal Popup Extender that shows a Pane and greys out the main page in the background. The main page has a Label (Label1) on it and the Pane (Pane1) that is being popped up has a Text Box (Text1) on it. I want the user to fill in some text in the Text Box on the popped up Pane, and when the user clicks Button1 (the OK button on the Pane), it should take TextBox1.Text and place it in Label1.Text. How do I do this? I'm using C#. Sorry, I know this is a basic questions for all you
    Posted to ASP.NET AJAX Control Toolkit (Forum) by NetSpike on 10/15/2007
  • Type 'System.Web.UI.ScriptManager' does not have a public property named 'TabContainer'

    Hi I'm trying to use AJAX in ASP.NET 2 to created tabbed pages. Here is my code: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Test.aspx.cs" Inherits ="Test" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > Untitled
    Posted to ASP.NET AJAX UI (Forum) by NetSpike on 10/10/2007
Page 1 of 3 (21 items) 1 2 3 Next >