Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:694456
More Search Options
RSS Available
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
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
NetSpike
on 10/28/2007
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>"
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
NetSpike
on 10/28/2007
Re: AJAX AutoComplete not completing text?
Don't worry, found the problem: Both AutoComplete Extenders had the same BehaviorID
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
NetSpike
on 10/19/2007
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
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
NetSpike
on 10/19/2007
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">
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
NetSpike
on 10/17/2007
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 >
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online