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 / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Calling other functions28 Nov 2006 20:00 GMT2
All,
Using .NET 1.1, I have built a custom control, however I am having trouble
compiling it.
For the on click event of the button, I want it to run a function that is
property of control27 Nov 2006 18:11 GMT2
Assume I designed web control which I use on different asp forms. Now I want
to make next step. Some controls (like textbox or drop down) have properties
which I see on the property tab of visual studio. When I change them they
appear as part of web page, so I can change their ...
Gallery admin thumbnail control24 Nov 2006 09:58 GMT5
I'm writing a gallery app with an online update facility, I would like
to be able to create a custom Thumbnail control, which will display the
thumbnail and an expandable panel with the meta data which the user can
subsequently update.
Dynamic controls button event in vb.net 200520 Nov 2006 14:57 GMT2
I have created a control with some label, textbox and Button. On the click
of the button the entries in textbox on the control is validated and a
database table is updated. The button click event works when the
control is placed directly on the panel from design window but not when ...
IPostBackEventHandler question19 Nov 2006 20:15 GMT1
Hey All,
I have a question about the IPostbackEventHandler interface. This
interface's RaisePostBackEvent method has an eventArgument paramter. When my
control has two buttons, I can use eventArgument to see what button was
IButtonControl.Click19 Nov 2006 19:48 GMT1
i am trying to set the defaultbutton property and i get the following error:
The DefaultButton of '' must be the ID of a control of type IButtonControl.
so i guess instead of this class declaration:
using System;
Dynamically adding Dropdown, Text Box, Add Button and Remove Button19 Nov 2006 07:35 GMT1
I am facing a poblem in creating a row which contains following
scenario in ASP.NET
|DROP_DOWN_LIST |    |TEXT_BOX|       |ADD_Button|    |REMOVE_Button|
------------------------------      -----------------
"Unknown server tag" when deploying website16 Nov 2006 23:29 GMT1
I'm trying to deploy a small website that has a couple of custom
controls. This works fine locally, but falls over with an "Unknown
server tag" error when trying to parse the custom control reference in
the live/deployed site.
Binding a single object to a control15 Nov 2006 23:50 GMT2
This probably sounds like a stupid question, but what is generally the
recommended way to display a business object in the aspx file for an
object fetched in the code behind file?
Normally I've been fetching the object in the code behind and exposing
[Atlas Beta1] how to manually trigger an async postback13 Nov 2006 09:41 GMT7
I have developed a custom ASP.NET WebControl and I am now testing a possible
Atlas integration, to take advantage of the UpdatePanel partial refresh.
My WebControl subclass consists on a simple control that renders itself as
an <img> tag with an associated <imagemap>, the ...
Newbie, pulling a video from another web page11 Nov 2006 20:56 GMT1
Hi guys, sorry if this seems stupid
I'm running asp .net 2.0, I'm trying to pull a video that's displayed in
another web page so I can display it in my page,  does any one have an idea
on how to do this?
Dynamically added controls are lost on a Postback09 Nov 2006 16:20 GMT1
i created a custom control overriden from HierarchicalDataBoundControl. In
method PerformDataBinding I add some controls (Controls.Add(new TextBox)). It
works fine on a first load, but on a postback there are no controls.
I know I have to create them again, but a method ...
Register User Control for ALL pages in a site08 Nov 2006 14:22 GMT4
Typically I can register a user control for a page using...
<%@ Register TagPrefix="myControls" Src="controls/test.ascx" TagName="test"
%>
But how do I "register" a user control so that it can be assessable from ALL
How do you set up the OnClick with ASP 2.0 ?07 Nov 2006 18:26 GMT4
In my 1.1 project, I was creating dynamically a LinkButton, and stored
it into a Table.Row.Cell.Controls(). I was adding an MyOnClick handler
to the Click property.  I was doing this during the Load phase. It
worked. Porting my code to 2.0, the Click event do not work anymore. It
Creating a custom user control programatically02 Nov 2006 23:43 GMT2
I created a composite control derived from UserControl.  It has two
textboxes.  The ascx file looks like this:
<%@ Control Language="C#" AutoEventWireup="true"
CodeFile="RangeCriteriaControl.ascx.cs" Inherits="RangeCriteriaControl"
Pages: 1 2 October, 2006
 
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.