Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Using multiple properties of FontStyle
Nathan Sokalski - 22 Jul 2006 8:06 PM - 2 messages
I want to create a Font object that is both Italic and Strikeout. However, in the Font constructor there is only room for one FontStyle property. How can I make my Font use more than one FontStyle property? Thanks. ...
Score GroupBox
prasadtad - 21 Jul 2006 9:30 PM - 2 messages
Is there a GroupBox web control out there? Something that looks like the windows version. ...
Score How to hightlight whole row when select datagrid
dhj - 21 Jul 2006 6:33 AM - 2 messages
Hi All i have a datagird in my web application. i want to highlight whole row once the user click on the datagrid. same functionallity as the outlook inbox. how can i do this thanks ...
Score Custom Server Control
knighthawkgamer - 20 Jul 2006 8:39 PM - 9 messages
I am creating a custom control that inherits from Panel. I have the control created but I need to figure out how to be able to drag controls from the toolbox onto my control. Does anyone know how to accomplish this? ...
Score Problem with HTML in ASP.Net App
TCook - 20 Jul 2006 12:12 PM - 5 messages
Hey All, I have the following HTML: '  <form id="htmlupload" enctype="multipart/form-data" method="post" action="C:\Inetpub\wwwroot\FileUpload\upload.pl" '   <br> '   <INPUT type="file" name="htmlupload" value="G:\Satuit CRM\HTML ...
Score WebForm UserControl ?s
JerryWEC - 19 Jul 2006 5:12 PM - 9 messages
I have created a UserControl to be position any place on the web page.  I added a Style Attribute to the each of the three constituent controls: style="Z-INDEX: 102; LEFT: 0px; POSITION: absolute; TOP: 0px" style="Z-INDEX: 100; LEFT: 0px; POSITION: absolute; TOP: 22px" ...
Score asp:menu dynamichoverstyle backcolor does not work..
webmaster - 19 Jul 2006 4:48 PM - 2 messages
dynamichoverstyle backcolor does not work.. When I hover over  the bg color does not change. Anybody know why? The only source I have is this aspx page. I am on asp.net 2.0 and I check IIS and it's set to 2.0 as well. I'm running windows 2000 and IIS 5.0 ...
Score Retireve data with SqlDatasource & dynamically manipulate before dispalying
collinsd - 19 Jul 2006 4:30 PM - 3 messages
Hi I have a sqlDataSource control which currently populates a gridview. No problems with that.  However I would like to populate an array with the data from the sqlDataSource and  then manipulate the data, creating extra fields based upon the data within each row.  I would then ...
Score Can a Repeater control repeat an .ascx?
TJ - 19 Jul 2006 3:00 PM - 5 messages
Any help or tutorial link would be greatly appreciated. Thx ...
Score Firing events for child controls inside a DataGrid
glenn - 19 Jul 2006 2:24 PM - 5 messages
Hi folks, Apparently, when you have a child control inside of a DataGrid, the event handler for the control does not work.  I want to put a child control (checkbox, dropdownlist, etc.) into my datagrid and have the value selected ...
Score CustomValidator
Paolo Benetti - 19 Jul 2006 12:36 PM - 4 messages
Dear all, I'm trying to add a CustomValidator that must validate a TextBox, ensuring that the number inserted be in a range of long. I cannot use RangeValidator because long is not a supported type, and in addition I wanted to learn to develop a Custom Validator control. ...
Score ASP.NET vs Windows Forms for building client application
JezB - 19 Jul 2006 8:24 AM - 4 messages
I kind of understand the ASP.NET architecture in terms of building web pages with embedded server controls, where the .aspx is run on the client and the ..aspx.cs runs on the server. But what if I want to build an ASP.NET based application that is to be run ...
Score DropdownList problem with internet explorer
rrd_angelofD - 19 Jul 2006 2:59 AM - 5 messages
Hi! I am making a datepicker using asp.net, c sharp.  This datepicker has two drop dropdown list for month and year.  It is set to autopostback true so after selecting a month or a year, the calendar will refresh in ...
Score How-to link 2 Detailsview
bruno - 18 Jul 2006 8:51 PM - 3 messages
Sorry for a very basic question.  I'm new in ASP.NET programming . Is there a way to link 2 different DetailsView controls, each one bound to a differet SQLServer table. Can I get an example in VB.NET? ...
Score Formview child control data retrieval
Geek - 18 Jul 2006 8:46 PM - 3 messages
Guys, I need help with the FormView control. I have read alot of posts about retrieval of data from child control but I am failing. for some reason. I am trying to get the data so I can use the FormView to eit the data ...
Score passing data on the cleint side
Phil Barber - 18 Jul 2006 2:39 PM - 6 messages
I have dropdown list I want to let the user pick an item in the list and add it to text box. It works all fine as long as I set the Autopostback on the dropdown list. the only problems I have is the speed of page as it is being redrawn on ...
Score Windows control in .ASPX page
Karthikeyan.T.S - 18 Jul 2006 10:09 AM - 4 messages
I have an .ASPX page in which a DLL (WindowsControlLibrary) has been embedded through the <OBJECT> tag. I am able to get the control visually by calling it in the JavaScript.But I am unable to access the Public property/methods from ...
Score .Net 2.0 - WebBrowser control embedded in IE causes problems
L. Chernov - 16 Jul 2006 1:02 PM - 2 messages
Hello, I am trying to work with .Net 2005 WebBrowser object, and put it on a "Windows control library" (embedded in a user control class) and then I am executing it from an ASP.Net webform(with IE6) with the following object ...
Score Commenting Out Controls In HTML View
Nathan Sokalski - 16 Jul 2006 4:57 AM - 3 messages
As we all know, the <!-- and --> tags in HTML comment out HTML in a *.html file. However, this does not seem to work in ASP.NET *.aspx files. Is there a way to comment out ASP.NET controls that are created declaratively in a ...
Next »