Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Building Controls / June 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
C# Web form designer [Open source]29 Jun 2007 19:52 GMT1
Does anybody know of a good open source (C# technology) that can be
used to design HTML pages.
I know we can use Visual Studio or Winword or Frontpage but I am
looking for a tool that can be customized for us and and can be
CreateChildControl() fires First26 Jun 2007 17:49 GMT3
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 experience this happen due to the inoder sequence
difference Inherits CompositeControl vs Inherits WebControl24 Jun 2007 08:49 GMT1
i'm developing web server controls for my project.
When I use Inherits WebControl, the control can use the width of the
control, but when I use Inherits Compositecontrol the width of the control
stays=0 allthough I do see the control drawing with a certain width.
UserControl... where is the clientID on the client side?22 Jun 2007 10:40 GMT1
[ASP.Net 2.0, WAP, Atlas]
I have a custom usercontrol that looks something like this:
<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="ItemPicker.ascx.vb" Inherits="myNS.ItemPicker" %>
AJAX event cascading?19 Jun 2007 14:04 GMT2
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 decide what to search.
Possible to validate between INamingContainers in 2.0?13 Jun 2007 18:53 GMT1
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 the ValueToCompare and the CompareOperator properties.
access dynamically added controls13 Jun 2007 18:04 GMT1
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.
Selected state not maintained on postback13 Jun 2007 17:59 GMT3
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. Anyone could tell me what is missing?
Overriding renderBeginTag is bad?12 Jun 2007 12:42 GMT5
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 you should override renderContents instead of the ...
AutoGeneratedField12 Jun 2007 09:04 GMT2
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,
View State Null In IPostBackHandler12 Jun 2007 04:25 GMT3
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 unable to
access the properties correctly.  Is there a change I ...
Custom Composite Web Control and Validator11 Jun 2007 15:09 GMT2
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.
Typed Datasets and Delegate signatures08 Jun 2007 14:45 GMT1
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
control to handle most of the basics would save time.
Problem with order that properties are set from aspx page07 Jun 2007 18:46 GMT1
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 in the designer, the properties are read
problems with simple custom control06 Jun 2007 02:46 GMT2
I have registered my custom control in web.config as follows:
<add tagPrefix="PhoenixControls" namespace="PhoenixControls"
assembly="PhoenixControls"/>
I have added a file called phoenixcontrols.cs to App_Code folder and in this
Pages: 1 2 May, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.