all groups > asp.net building controls > may 2007
too much spaces with Repeater control
Posted by Bart at 5/31/2007 7:56:58 PM
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 matchs the number of records in the table, as if the data were read
... more >>
Scheduling Component Recommendation Wanted
Posted by SuzyQ at 5/30/2007 3:48:49 PM
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
buy a component which one should I get? This would be the only custom... more >>
Design Guidance Wanted
Posted by Rusty Hill at 5/30/2007 12:25:08 PM
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 the top on a horizontal axis the six different surgery rooms are
r... more >>
Lost in Translation
Posted by jonefer at 5/28/2007 12:56:03 PM
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 string GridViewSortDirection
{
get { return ViewSta... more >>
User control events
Posted by Miguel at 5/25/2007 10:22:59 PM
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.Browsable(true)] attribute.
But, the events don't appear in de... more >>
AutoGeneratedField
Posted by Bora at 5/23/2007 6:24:32 PM
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)
and
AutoGeneratedField CreateAutoGeneratedColumn(AutoGeneratedFieldProper... more >>
Custom Software Development
Posted by VB at 5/23/2007 3:26:28 AM
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 consulting: Ektron,
Drupal and DotNetNuke
iTechArt Group provides high... more >>
dynamically building template columns
Posted by jonefer at 5/22/2007 8:01:03 PM
Ok, I found a good article of how to dynamically build template columns
The reason I want to use this is so that I can only set certain columns to
be sortable.
what I'm trying to do is read the value of a column - for example if the
column reads 'General Course' in the first 14 letters... ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
question about AdRotator
Posted by Dan at 5/22/2007 12:00:00 AM
Hi,
I created an AdRotator control with this code:
<asp:AdRotator id="AdRotator1"
Runat="Server" AdvertisementFile="adrotator.xml">
</asp:AdRotator>
The xml file contains:
<Advertisements>
<Ad>
<ImageUrl>images/pic1.png</ImageUrl>
<NavigateUrl>http://www.cocacola.us... more >>
Dynamic GridView with Dynamic Column
Posted by bsm at 5/14/2007 11:22:34 PM
Hi,
I want to create Gridview dnymically. Because I need to achieve the
following task on it.
1. The Data source may contain different columns based on the user
selection.
2. I want to find DateTime column and format the same as I like. (MMM
dd-yyyy).
3. I don't want to use RowDataBound eve... more >>
FindControl() on a UserControl
Posted by Alex Maghen at 5/11/2007 11:48:00 PM
Hi. I have created a UserControl ("MyUC"). I've put a bunch of instances of
that control on a Page ("Defaul.aspx"). The control works fine.
Now, I want to be able to use "FindControl()" from within my Default.aspx as
follows:
MyUC C = (MyUC)this.FindControl("SomeID");
When I... more >>
ASP.Net Execution...
Posted by Carlo Razzeto at 5/10/2007 11:27:57 AM
Hey, I have a question about how ASP.Net execution works... I know that with
other server side web scripting platforms, when a form is posted to the
webserver the page will execute untill the script completes regardless of
end user action. That is to say the end user pressing the stop button, ... more >>
ViewState bug? Or am I missing something?
Posted by Carlo Razzeto at 5/8/2007 12:05:33 PM
I have a few user controls which use the view state to store the UI value.
I'm running into a bit of an odd error. Many of my controls use a hidden
value in the form to store the data. The reason for this is to seperate the
internal value from the display, and still allow users to access the c... more >>
textboxControl;
Posted by Murtaza at 5/7/2007 12:00:00 AM
still the issue remains.
as i got a reply describing one possibility;
that is also true, and i checked that.
but still i dont know how to fetch the correct client id.
while rendering in HTML generates a client id.
the same is not accessible using this.id or this.Client ID
while calling from... more >>
webservercontrol client Id
Posted by Murtaza at 5/5/2007 12:39:59 PM
while using multiple controls of the same type i experience problem in
accessing the client id of the control from within the server control using
javascript code .
any solutions?
thanks.
... more >>
TEXTBOX webserver control;
Posted by Murtaza at 5/4/2007 12:00:00 AM
cant access texbox webserver control by getelementbyid(this.id)
do i need to use a textbox within this control and add it.
or base.render does the job and creates a textbox.
... more >>
|