HTMLimputFile control, can't make browse only.
Wed, 1 Oct 2008 13:50:06 -0700
I've been fighting this for three months, I'm in tears! Please help if you
can!
Problem .... Users need to be able to upload multiple files.
Solution: Created a control that dynamically creates html input controls,
and a description text box as well equal to the number of files they want to
upload at a tim ...
|
Intragistics or Telerik?
Wed, 1 Oct 2008 11:27:35 -0400
We are a small two man programming firm and are getting ready to purchase
some ASP.NET Ajax controls. We are looking for recommendations for going
with either Intragistics or Telerik.
If you have any experience with these we would welcome your feedback.
We are looking for the best value and the ea ...
|
automatic scroll for textbox?
Wed, 01 Oct 2008 01:50:20 -0700
Hi
I have a textbox control:
<asp:TextBox ID="notesTextbox" runat="server"
TextMode="MultiLine"></asp:TextBox>
The textbox is populated with a lot of text, and displayed on my page.
How do I make the textbox display the last lines of text when it is
displayed instead of starting with the first text?
...
|
problem with update panel
Mon, 29 Sep 2008 23:22:46 -0700 (PDT)
Hi,
On Update panel there are two control Button and TextBox.On click on
Buttton I make visible true to textBox.TextBox shown on the page but
on source code ther is no any html code for this
textBox.
How Browser render this control if there is no html code?
How can I get the source code of this control ...
|
Parallel UpdateProgress display
Mon, 29 Sep 2008 11:49:13 +0200
Hi there,
I have a problem using the UpdateProgress Panel out of the ASP.NET Ajax
Components. For ensure that no Ajax-Call cancels another running Ajax-Call I
use a Queue System, so that all calls will be done. (The Queuing JS you will
find on the bottom of this entry)
If I have multiple UpdatePanel's in ...
|
Control name attribute changing automatically
Sat, 27 Sep 2008 09:13:35 -0700 (PDT)
I have this on my aspx form:
<input type="hidden" name="order-input" id="orderinput" value=""
runat="server" />
When the page renders my source now reads:
<input type="hidden" name="orderinput" id="orderinput" value="" />
Why is the name attribute changing? It's causing issues with Amazon
Chec ...
|
"non scrolling" page
Fri, 26 Sep 2008 05:34:11 -0700
Hi
I have an ascx which displays a lot of data, and near the bottom is a
textbox where the user can enter data and save it when he clicks a
"save" button beside the text box.
When he clicks "save" there is a postback, the data is saved, and the
page is displayed again.
But when this happens, the page is ...
|
|
|
populate control in ascx
Fri, 26 Sep 2008 01:57:15 -0700
Hi
I have an ascx file, which has a "hyperlink", eg:
<asp:HyperLink ID="myLink" Text="LINK" runat="server" NavigateUrl="" />
Is it possible to set the navigate-url dynamically in the ascx, or is
it only possible in the code-behind?
Eg. can I do something like:
<asp:HyperLink ID="myLink" Text="LINK" run ...
|
How do I format a negative number during in the Eval
Thu, 25 Sep 2008 14:21:02 -0700
I am trying to format a negative value with parentheses during the
databinding process in the code behind. Here is an example of what I have
tried:
<asp:Label ID="lblAmount" runat="server" Text='<%# Eval("TotalAmount",
"{0:N0; (0:N0)}") %>'></asp:Label>
I was hoping the second part would place the paren ...
|
Validating user controls
Thu, 25 Sep 2008 12:01:28 +0200
Hi,
I have created some user controls. These controls contain two textboxes and
two buttons with some functionality. Until now everything has worked fine.
Now I need to use RequiredFieldValidator that Validates these controls. I
have tried to implement solution described in this article:
http://support.mic ...
|