all groups > asp.net building controls > december 2003 > threads for december 8 - 14, 2003
Filter by week: 1 2 3 4 5
Compiling error, please
Posted by Beny Rey at 12/12/2003 10:32:36 AM
Hi Everybody,
When I tried to compile my CustomControl ( to be later called from a ASP.NET
page )
I always get the following message:
"vbc: Command Line error BC2012: can not open ..\bin\CustomControls.dll
for writing"
Could anyone please explain me which is the problem?
... more >>
JOB: Houston, TX >> Web / .NET Developers (6 months+ contracts)
Posted by infoTEAM, inc. at 12/12/2003 12:10:45 AM
JOB: Houston, TX >> Web / .NET Developers (6 months+ contracts) - Local
Candidates ONLY
infoTEAM, inc. is currently staffing the following contract positions for
our client, located in Houston, Texas.
DESCRIPTION:
The Web / .NET Developers will rewrite large gas transportation and... more >>
Sending a session variable to a custom control
Posted by Scott at 12/11/2003 1:18:37 PM
I have the following code in my aspx page which calls my custom control
(this works):
<cc1:matextbox id="matextbox1" runat="server">
<questioninfo typReportID= "This is where a number goes">
</cc1:matextbox>
This is fine for a test, but I really need it to use a session variable
instea... more >>
Databinding to a custom control...
Posted by kieron at 12/11/2003 12:49:51 PM
Hi,
I've written a control that consists of a few textboxes, a dropdown box and
two radiobuttons. They make up the details of a contact, I want to be able
to bind a datasource such as a dataset or datareader to it and be able to
update/ add records. This control will serve as a detail control ... more >>
ASP.NET: Day / Work Week / Week / Month web calendar control with view like MS Outlook
Posted by gicio NO[at]SPAM gmx.de at 12/10/2003 7:44:28 PM
Hi!!
Did Infragistics or some other company else provide a web calendar conrol
with the features and look of Microsoft Outlook calendar?
I mean that feature that you can choose Day / Work Week / Week / Month view
of the calendar.
regards,
gicio
... more >>
How to implement Drop down list in "properties" box?
Posted by Oleg Slyuasrchuk at 12/10/2003 4:56:57 PM
Hi All,
It may be seem easy, but:
How do I implement a public property that I want to be able to select from a
list of predefined values (at design time)?
Like, for example, "BackColor" in "Apperance" section.( Even without any
extras as a dialog or populating from DB)
Thanks,
Oleg
... more >>
Expandable property runtime error
Posted by Robert Wilson at 12/10/2003 4:25:15 PM
Hi, could somebody please help.
I am creating a Custom Control for Asp.Net using C#. The code below creates
an expandable property called Crop. It works fine in Visual Studio, but when
I use the custom control in WebForm.aspx I get the following server error:
"System.Web.HttpException: Unabl... more >>
Custom Component and Custom Textbox binding
Posted by Bill Anderson at 12/10/2003 12:22:59 PM
Hi,
I am trying to accomplish the following.
Here is what I want to do:
1. Drop a custom business object component onto the
design surface and have it show up in the area below the
designer grid in VisStudio (like a dataadapter or dataset
does).
2. Drag a textbox webcontrol and cha... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
stylesheet question
Posted by Nedu N at 12/10/2003 10:02:04 AM
how to apply a stylesheet for the entire web applciation in ASP.NET?
Thanks
... more >>
properties not showing in properties window at design time
Posted by kunp NO[at]SPAM pox.nl at 12/10/2003 12:42:17 AM
I created a usercontrol using vb but the properties will not show in
the properties pane however the properties show up in the intellisence
list.
I read several posts about this but got no clear answer, any help will
be higly appreciated.
Here's the code:
Public Class myclass
In... more >>
position ascx on aspx
Posted by Saifee at 12/10/2003 12:34:40 AM
Hi,
I have a a.ascx containing a textbox and a button.
Now i drag this a.ascx on my b.aspx, but this usercontrol
always appears at the top of the b.aspx page.
How can i place the usercontrol on the desired location.
Saifee... more >>
LoadViewState override not firing in UserControl
Posted by umbaga NO[at]SPAM werusa.com at 12/9/2003 3:58:18 PM
We're trying to get an override void LoadViewState to fire in a user
control that has been added dynamically to the page. The SaveViewState
seems to be firing just fine as evidenced by the
System.Diagnostics.Debug inserted into the overrides.
In a nutshell, the page loads a control in response... more >>
Scrolling through my controls on a page
Posted by Scott at 12/9/2003 3:11:00 PM
I created a custom web control and placed a couple instances on an aspx
page. The idea is that the user needs to make a selection in each control
and then click on a button to save the answers in each control to a
database. How can I programmatically scroll through all the controls on the
page... more >>
Object reference not set...
Posted by Brian Vallelunga at 12/9/2003 2:16:43 PM
This is very strange. I have a server control that I built called "Test". It
is in the namespace "Vallelunga.Guestbook". The code for the usercontrol
looks like this:
namespace Vallelunga.Guestbook
{
public class Test : System.Web.UI.Control
{
public Test()
{
... more >>
combo box control in ASP.NET
Posted by Nedu N at 12/9/2003 1:40:44 PM
Experts,
Can anyone tell me how to create and use the combo box control (text box +
drop down list). I want to populate the dropdown list dynamically from the
database and and also want to optioanlly get the user input in the text box.
Hope there shd be an easiest way rather than going around.... more >>
Domain Names registration.
Posted by Lazo Basic at 12/8/2003 10:10:30 PM
Hi all,
Could you help me please, I'm looking to register domain name. Which is the
best and cheapest way to do this, which are the best companies on the net.
What I need is domain name for example www.smith.com and to be able to
assign mail boxes to it like Test@smith.com etc. Also... more >>
composite controls - Bug in VS.NET 2003 (FR) ?
Posted by [XtOf].fr at 12/8/2003 10:05:18 PM
Hello World !
Without answers in my country (FRANCE), I hope that you'll have a response
to my problem !
I'm trying to create a composite control (WebControlLibrary) with VS.NET
ARCHITECT 2003 (FR).
Concerning the personalized properties, redrawing in the User Interface and
on the Web, t... more >>
User.Identity.Name
Posted by Nedu N at 12/8/2003 2:06:12 PM
Hi,
I am using Forms authentication -in which -
I am trying to use User.Identity.Name, i am getting the user name in this
field even after i logout (i.e, FormaAuthentication.SighnOut(),
and also i am trying to use User.Identity.IsAuthenticated for checking
whether the User has logged in or no... more >>
tree like structure
Posted by Nedu N at 12/8/2003 11:46:23 AM
I would like to build a tree view for application which is bascially a
request & repoly sort of application, it is more or less similar to user
forum application....
... more >>
HTML table on aspx web form
Posted by Nedu N at 12/8/2003 9:54:40 AM
Hi,
I want to put a HTML table on aspx webform so that i can place my header,
menu, footer user controls appropriately.
I got 3 user controls
header.ascx
menu.ascx
footer.ascx
I trying to put a HTML table with width 100% and height 100% -
first row - height 10% for header as... more >>
|