all groups > asp.net webcontrols > november 2003 > threads for november 29 - 30, 2003
Filter by week: 1 2 3 4 5
Post back in a part of a web page not all the page
Posted by Ahmed Hashem at 11/29/2003 7:46:07 PM
Hi All;
I hope that you can help me in replying to my question. I have a web form
that have many post backs to get data from the web server. Every time I use
one of those post backs all the page is posted back to the server(This is
not almost welcomes by the user). I want only the part only to b... more >>
asp:HyperLinkColumn
Posted by TJS at 11/29/2003 3:17:12 PM
how can I encrypt the querystring values for a HyperLinkColumn ?
in example below I would like to encrypt value for field1
======================================================
<asp:HyperLinkColumn Text="View" DataNavigateUrlField="field1"
DataNavigateUrlFormatString="page.aspx?idx={0}"></asp... more >>
Adding Dynamic CheckBox Control State Problem
Posted by imranish NO[at]SPAM hotmail.com at 11/29/2003 2:28:20 PM
Hi,
I am trying to add a checkbox dynamically in reply to a button click.
Each button click will add a new checkbox object to an ArrayList
Object. I store this ArrayList object in the session and populate it.
private void Button1_Click(object sender, System.EventArgs e){
CheckBox cb = new C... more >>
Calendar Controls don't fire events
Posted by mark NO[at]SPAM corporatedigital.com at 11/29/2003 12:22:38 PM
Good afternoon all.
I am creating a usercontrol (*.ascx) with a Calendar control on it.
In the Calendar's DayRender event I'm dynamically adding ImageButton
controls to cells on the calendar. For each of these image button I'm
hooking up a click event as so:
imgButton.Click += new ImageClic... more >>
Indent Items in a Web Forms ListBox
Posted by Mike parris at 11/29/2003 3:30:39 AM
I want to represent the list of items as a heirarchy by
indenting each item by a set amount depending on its level.
For example level 1 = no spaces, level 1 = 2 spaces etc.
If I try too use leading spaces or tabs to do this the
control removes them. Is there a way to do this?
Mike
... more >>
|