Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > january 2008 > threads for saturday january 19

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

'Sys' is undefined
Posted by Afshar at 1/19/2008 11:23:48 PM
dear asp ajax lovers, I get 'Sys' is undefined browsing one of my asp.net pages. I solved thia problem by removing unnecessary dlls referenced in my Web.config in an old application. But now in a new application, my web.config is clean and has no additional dll but get the same error again. C...more >>


Printable Content
Posted by Jonathan Wood at 1/19/2008 9:22:21 PM
I noticed that some sites will display content and have a Print link that will display the same content but without all the unneeded graphics and colors. Anyone here ever implemented this? I know you can do something like this with CSS but I've got all sorts of navigation, etc. stuff on the...more >>

How to Bind List<> to GridView with Custom Objects
Posted by Jonathan Wood at 1/19/2008 8:18:47 PM
I see that I can create a List<string> list and bind it to a GridView control (by setting the DataSource property to the list and calling the DataBind method). What's the trick to doing the same thing with my own classes instead of a simple string? Is there an interface or something I can i...more >>

Error in install package: Error 1001. Unable to get installer types in the Inv2_web.dll assembly
Posted by Monty at 1/19/2008 7:01:03 PM
I have an installation package for my web application which has worked well. After rebuilding the package and running install, I began receiving this error message: Error 1001. Unable to get installer types in the <MY_APPLICATION>.dll assembly. --> Unable to load one or more of the requeste...more >>

Using callback, I fill dorpdownlist without postback but it gets empty when a postback is executed
Posted by Fabio Mastria at 1/19/2008 2:43:42 PM
Hi all! In a my simple project I use callback to fill a dropdownlist with xml data returned by a web service, based on a value which is input via another dropdownlist. NOTE: I can't use ajax/atlas. Using javascript and callback all works... but if I press a button or any event that ra...more >>

Ajax, ASP.NET question
Posted by laziers@gmail.com at 1/19/2008 10:54:47 AM
Hi, I have a question this is very simple code: <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> ...more >>

Parse a html file as a XML file
Posted by Stan SR at 1/19/2008 9:35:20 AM
Hi, I need to read a html file and parse it as a XML File. All my html file have this structure. <html> <head> <title> </title> <script language="javascript"> </script> </head> <body> </body> </html> My code has to read some sections (title, script, body). Everything works when t...more >>

mirroring SQL Databases
Posted by Roger at 1/19/2008 9:14:38 AM
Hi All wonder if anyne can help here Is there any free software or way of mirroring 2 sqlExpress databases Thanks for any help Roger...more >>



Ajax calendar - how to change language?
Posted by staeri@gmail.com at 1/19/2008 12:36:56 AM
I have the standard Ajax calendar, like this: <cc1:calendarextender targetcontrolid="txtOrderDate" format="yyyy-MM- dd" runat="server"></cc1:calendarextender> <asp:TextBox ID="txtOrderDate" Text='<%# Bind("OrderDate") %>' runat="server" CssClass="textGrey11"></asp:TextBox> 1. How can I ch...more >>


DevelopmentNow Blog