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 / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Browsable Attribute31 Dec 2004 17:23 GMT1
Could any body plz help me.
I want to set the browsable attribute value of "property2 " according  to
the value of "property1"
i could able to change the value of that property but not the attribute
Getting the page to focus on the right place.31 Dec 2004 08:37 GMT1
Wondering if you can provide me with some assistance on this one. I have
dynamically generated radio buttons on my screen, which autopost back when
selected. The problem is that each time the page loads, it ends up at the top
of the screen and not where the interaction is taking ...
Cannot keep selected value in control?30 Dec 2004 03:54 GMT1
       I've begin my first webcontrol with asp.net. I've not build
everything but the first part is done except that the dropdownlist did not
keep is selected value between postback. I've reed many tutorial but no one
can explain me what's wrong with my code. Someone could give ...
Extending a 3rd party control29 Dec 2004 16:10 GMT2
I'm trying to extend the Infragistics Webcombo. I create my own server
control and set all
the properties that I want to standardize on in the constructor.    However,
drag my control onto the design view of my aspx page,   it puts all
PrepareControlHierarchy29 Dec 2004 14:58 GMT3
I have yet another problem,
I've derived a control from Datagrid,
Now in the OnInit() method i Created a button control, added it to a
HtmlTable and added the HtmlTable to my Composite control's Control
Adding validator to simple server control28 Dec 2004 19:34 GMT1
I have some trivial  server controls, derived from various WebControls
(TextBox, DropDownList, etc).  The server control wraps the web control and
its label in a number <div>, <span> and <label> elements, with appropriate
class or style to facilitate proper positioning within a form ...
serialization problem - eventhandling by control24 Dec 2004 09:51 GMT4
I am developing a custom TreeView and I have got a problem with the
serialization of my TreeViewModel:
[Serializable]
public class NavigationTreeModel : ITreeModel {
update of custom control23 Dec 2004 01:23 GMT1
I created a user control that displays different subsets of data depending on
the value of its public property "Folder".  I placed the control on my page
along with four asp:buttons to represent the four different folders.  The
clicking a button fires off the folder_click ...
How to handle events of controls created at run time?23 Dec 2004 01:21 GMT1
My application has two methods which creates buttons at runtime. In one
method I am able to handle the events of the buttons created at run time, but
in other I am not.
The code structure is as follows:
How to access the owner Page from within a component22 Dec 2004 19:40 GMT8
I have a component (System.ComponentModel.Component)
and want to access the Page that "owns" it, during runtime.
Yes, I can write a public property and set that property in the
designer, and thereby get access to it at runtime, but I want to be
Datareader, Datagrid and hyperlinks22 Dec 2004 16:16 GMT5
I am filling a datareader and then assigning the reader to the datagrid as
follows:
SqlDataReader reader = ADOConnect.populateDatareader();
AllResultsDataGrid.DataSource = reader;
CustomDataGrid Child controls event problem - weird!?!22 Dec 2004 13:38 GMT3
I am trying to build a Custom Web Control that extends the DataGrid control
but I am having problems with the events of the child controls. As you can
see in the following code I have four ImageButtons that I am willing to add
to the grid. They will function as page navigators ...
Newbie IPostBackDataHandler Question22 Dec 2004 08:47 GMT1
I am having a problem with a custom server control I'm working on and put
together a skeleton example to demonstrate the problem.  Basically, I have a
custom server control with two RadioButton controls added in
CreateChildControls.  They work great and all is well except for ...
Creating a control that pops up a window21 Dec 2004 22:38 GMT1
I am developing a custom grid control. I want to add the filter feature in
the columns of the grid, lets say when the user clicks the column header(or
any image on header) a new form pop-ups asking the user of the filtering
criteria.. when the user enters the criteria and press OK ...
Help in composite control20 Dec 2004 21:46 GMT3
I've been stuck in this problem for a couple of days now and could'nt get
any closer to the solution.. any help will be highly appreciated..
I have a server control that i derived from DataGrid control. This custom
control also has a Microsoft IE Toolbar control which contains some ...
Pages: 1 2 3 4 November, 2004
 
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.