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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|