AJAX event cascading?
(3 messages)
Date: Mon, 18 Jun 2007 05:40:00 -0700
I have a web page where I search some information.
I tried to AJAX enable the page to avoid postbacks.
I tried to use 3 UpdatePanels: updateSearch, updateList and updateDetail.
In updateSearch I use several controls to ...
|
Maintaining the look of dynamically added usercontrols
(22 messages)
Date: Sat, 16 Jun 2007 00:53:22 -0400
I have a page which I dynamically add several usercontrols (*.ascx files) to
using the following code:
Public Sub Refresh()
For Each section As DataRow In Me.GetSections().Rows
CType(Me.FindControl("admin" & CStr(section("buttontext" ...
|
CreateChildControl() fires First
(4 messages)
Date: Thu, 14 Jun 2007 20:14:27 -0700
i have develop a sharepoint web part using class library.i add
controls programatically.when i select a item in dropdownlist and save
it to the datase.it sved the first item of the dropdownlist,not the
selected item.as my ...
|
Selected state not maintained on postback
(4 messages)
Date: Mon, 11 Jun 2007 23:07:33 -0700
Hi,
I tried to create a custom server control that displays some radio
buttons and it should postback the page on selecting the items. I
tried like below code, but on postback, the selected radio button
state is not maintained ...
|
View State Null In IPostBackHandler
(4 messages)
Date: Fri, 8 Jun 2007 08:59:01 -0700
Hi,
I had a datetimepicker server control that worked great in 1.x but I am
having trouble with it in ASP.NET 2.x For some reason, the ViewState value
is always null on postback so IPostBackDataHandler.LoadPostData is ...
|
Typed Datasets and Delegate signatures
(2 messages)
Date: Fri, 8 Jun 2007 06:17:01 -0700
I am working on a new Windows application with typed datasets and was looking
at creating a generic datagridview user control. I will have several typed
datasets for this application so I thought using one datagridview user ...
|
access dynamically added controls
(2 messages)
Date: Thu, 07 Jun 2007 22:33:33 -0700
Dear All,
Im using ASP.NET 2.0 with C#.
In my aspx page, i have one HTML Table.
Using the javascript i add the rows dynamically.
1.What my problem is how can i access those controls.
When i click the submit button ...
|
Problem with order that properties are set from aspx page
(2 messages)
Date: Thu, 07 Jun 2007 06:48:29 -0700
Hi
I've developed an ASP.NET server control with 2 properties, PropertyA
and PropertyB. The setter for PropertyB uses the value of PropertyA to
perform some checking when set at designtime.
When the aspx page is opened ...
|
applying skins to a dynamic control.
(1 messages)
Date: Thu, 07 Jun 2007 09:08:04 GMT
I have created a label control dynamically
Label lDiv = new Label();
lDiv.ID = "CodeSnippet";
lDiv.SkinID = "CodeSkin";
lDiv.Text = "This is a test";
lDiv.RenderControl(writer);
I also created a skin dor it
<asp:Label ...
|
Possible to validate between INamingContainers in 2.0?
(2 messages)
Date: Wed, 06 Jun 2007 19:20:28 -0700
I have a composite control that contains a texbox and comparevalidator
(and other stuff not applicable to this post). Right now, it does a
simple DataTypeCheck or any comparison to the ValueToCompare property.
I've exposed ...
|
|
Overriding renderBeginTag is bad?
(6 messages)
Date: Wed, 6 Jun 2007 11:36:20 -0500
If i have a control that inherits from a class in Webcontrols (ie textbox)
and then overrides RenderBeginTag, isn't this not recommended since the
UI/Browser specific web attributes won't get set by framework? I always read
that ...
|
Custom Composite Web Control and Validator
(3 messages)
Date: Sat, 02 Jun 2007 05:08:24 -0000
Hello,
I built a composite web control that has a textbox and a date
control.
added my custom control on a webform where there are other standard
controls.
Each control on the form has a required validator.
I need to ...
|
Capture Login Name at string
(2 messages)
Date: Fri, 1 Jun 2007 12:08:02 -0700
I have a formview control that I want to capture the login name and add it to
the database when the insert template is used. I use the asp:loginview
control and can see the login name, but I want capture that as a string ...
|
too much spaces with Repeater control
(5 messages)
Date: Thu, 31 May 2007 19:56:58 +0200
Hi,
i use a repeater control for reading data from a database.
I have no error, but the table for showing the records defined in this code,
starts at the middle of the page. I noticed that the unasked space above the
table ...
|
Scheduling Component Recommendation Wanted
(1 messages)
Date: Wed, 30 May 2007 15:48:49 -0400
I need to write a page that allows users to schedule conference rooms. This
page will have multiple conference rooms across the top of the page.
I am seeking information on how to write this myself. Otherwise if I should ...
|
Design Guidance Wanted
(1 messages)
Date: Wed, 30 May 2007 12:25:08 -0400
In ASP.net 2.0 I need to create a scheduling page that allows my users to
book/schedule/reserve six different surgery rooms. What the design calls
for is one screen that has the daily schedule on the vertical axis and
across ...
|
Lost in Translation
(2 messages)
Date: Mon, 28 May 2007 12:56:03 -0700
Please help, I'm using a converter to translate some C# code.
The following code written in C# does not translate well to Visual Basic
(If I paste it in a C# page, however it has no problems compiling)
//C# Code.....
private ...
|
User control events
(2 messages)
Date: Fri, 25 May 2007 22:22:59 +0200
Hi
I have builded some user controls in asp.net and works fine. These contros
have public properties, that I can view and modify at design time in the
properties panel. Both, properties and events, have the
[System.ComponentModel ...
|
Custom Software Development
(2 messages)
Date: 23 May 2007 03:26:28 -0700
iTechArt Group - Custom Software Development and Offshore outsourcing
Company
http://www.itechart.com/
Offshore custom software development company iTechArt - Web site and
Content Management Solutions development, CMS ...
|
AutoGeneratedField
(3 messages)
Date: Wed, 23 May 2007 18:24:32 +0800
Why a TemplateField cannot be a AutoGeneratedField when we have an inherited
GridView class?
What is the difference between
System.Collections.ICollection CreateColumns(PagedDataSource dataSource,
bool useDataSource ...
|