radio button list question
Fri, 29 Aug 2008 10:01:01 -0700
how can i disable a specific button in a list that is bound to an object
(datasource)? I can, it seems disable a button that's added manuelly.
Any help appreciated,
thanks
--
Share The Knowledge. I need all the help I can get and so do you! ...
|
validation control in ajax modal
Fri, 29 Aug 2008 12:37:17 -0400
Is there a way to have a validation summary appear in a Ajax
popupModalExtender?
I have drop down and a button on my screen. If the user clicks the button
prior to making a selection, I want to show them a message via the modal. (I
don't like the ugly javascript alert, I want something a little more nicer ...
|
DataBinding boolean values from a database
Fri, 29 Aug 2008 12:25:23 -0400
I have several controls in an ItemTemplate in a Repeater that will sometimes
be hidden. I would like to do this by setting the Visible property using
something like:
Visible='<%# DataBinder.Eval(Container.DataItem,"deleted") %>'
However, this is giving me a conversion error. I have tried having the
dat ...
|
stamping a page
Fri, 29 Aug 2008 11:24:41 -0500
Is there any way to stamp a page with a version nu, perferably from
Subversion or a date stamp by MS Dev Studio?
I want to know what version of a web page I have posted to my server, so I
can figure out if a problem occurred with a particular version?
If I were programming in C++, I could use the #pragma direc ...
|
Writing to EventLog
Fri, 29 Aug 2008 08:58:02 -0700
I've created a new EventLog for mail services in my web application. Each
time a mail is sent, it is recorded in the eventlog for later review. This
works fine when I am on my development machine (Windows XP Pro), but when I
try to do this on my test server (Windows 2003) I get the security error
message tha ...
|
FORM TAG ERROR MESSAGE
Fri, 29 Aug 2008 07:40:45 -0700 (PDT)
Can somebody help? Thank you in advance.
This is the code:
<form action="gdform.asp" method="post">
#1
If I place the runat="server" in the form tag the action is replaced
by the name of the aspx form.
#2
If I don't place the runat="server" in the form tag, I get the
following error message:
[HttpEx ...
|
How to keep 3rd party files from disappearing upon precompile
Fri, 29 Aug 2008 10:49:10 -0400
Hi all.
Up until recently I have been simply copying the website project to the
server such that all files on my development machine are included and the
site works as expected.
Now that the site is near completion, I tried depoying the precompiled
version and discovered that some files are missing.
I u ...
|
|
|
Problem with table position on postback
Fri, 29 Aug 2008 07:03:43 -0700 (PDT)
On post back from a button click inside a asp.net form it ignores the
positional element of a table, it displays correctly on the page load.
Below is a section of the HTML code for the table.
<form id="form1" runat="server">
<table style="left: 24px; top: 130px; HEIGHT: 778px" height="200"
cellspacing="2" cel ...
|
Convert vb to javascript?
Fri, 29 Aug 2008 09:58:07 -0400
I have a .htm file that shows in an iframe which is part of a master's
asp:Content.
I need the .htm to copy the style class from the master or set it as shown
below.
Below is how I set the stylesheet in the master.
What I'd like to do, is change that code into javascript and run it in the
htm file ...
|
#Region #End Region issue
Fri, 29 Aug 2008 05:57:39 -0700
When working in the Code-behind of ASP.net using VS2005, if you create a
#Region "SomeName" #End Region, and close VS2005 then reopen it all your
#Region #End Region collapses.
Is there a setting in VS2005 that prevents this from happening, because this
makes it difficult to work on projects that you want t ...
|