Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score dropdownlist multiple fields in text?
HockeyFan - 28 Jul 2006 6:47 PM - 2 messages
Is there a way to bind the DataTextField property of a dropdownlist to two fields instead of just one? I'd like to have Lastname, Firstname if possible.  Is there a way? ...
Score DropdownLisr problem on postback
Herman_Geovany_Ayala_Zúñiga - 28 Jul 2006 12:28 AM - 4 messages
Hi. I working with dropdownlist control, this control is populated with a collection. when the page has a postback i tried to get the new selectedindex that the user select but always is 0. What happening? What can i do? this control doný fire teh postback. ...
Score difference between user control and server control
vijay kumar - 27 Jul 2006 10:10 PM - 2 messages
what is usercontrol what is servercontrol differences between usercontrol and servercontrol *** Sent via Developersdex [link] *** ...
Score I guess a simple question but I cant find it :-(
Klaas - 27 Jul 2006 8:33 PM - 7 messages
I want the backgrond of my whole page in gradient. In the source tab I have: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head> ...
Score Integration of GridView and FormView
gary7584 - 27 Jul 2006 5:44 PM - 4 messages
Hello, I have set up a master-detail relationship with a GridView and FormView that is working well, with the ability to select a record in the GridView and then update or delete that record in the FormView, or insert a new record.  The ...
Score Change report chart type ad runtime.
Arturo Buonanni - 27 Jul 2006 4:42 PM - 2 messages
Hello, I'd like to show users of my web application some charts allowing them to chose the chart type at run-time. I'm building the rdlc report source at run-time starting from a template and working in memory. ...
Score DropDownList skin - assign BorderColor
Erik - 27 Jul 2006 4:25 PM - 4 messages
Good Morning, I am trying to assign the BorderColor for a DropDownList in a skin.  I can't get anything to work.  If anyone has some insight or code on how to assign DropDownList.BorderColor in a skin, I would greatly appreciate it. ...
Score format text in dropdownlist
Klaas - 27 Jul 2006 1:24 PM - 4 messages
Hi, Is it possible to get the text in a dropdown list to be bold or italic? Some entries I want to have bold others normal and others italic. I cant figure out how to do this. tia ...
Score Allowing entry of a Carriage Return during data entry
Mike Owen - 27 Jul 2006 1:15 PM - 4 messages
Hi, I am using a ValidationExpression="^[a-zA-Z0-9 '.,]+$" on a regularexpressionvalidator to restrict what is allowed to be entered in a MultiLine textbox. I would also like to allow the user to be able to enter a carriage return, ...
Score disable an ascx entirely in my web page
TJ - 26 Jul 2006 10:38 PM - 7 messages
I have a page that has an .ascx.  I want to use it most of the time, but sometimes I don't and just setting it's 'visible' property to false doesn't cut it because I want it not to be touched at all (because in certain ...
Score Crystal report in VS 2005 Professional
OD - 26 Jul 2006 8:08 PM - 2 messages
I am creating application an ASP.NET Web application in C# using VS 2005 Pro. I used a crystal report viewer to on a page and created a report from an existing report on the file system. When I ran the application it doesn't display the report directly. instead it goes to a page that the report requested requires further information that is, log on information . If I enter the sQL user account then the report displays. Can someone provide an insight to by passing this page so that the on running the application the report will display without asking for log on information. I have tried ODBC and I have also tried OLEDB for SQL server but I get the same result. ...
Score Treenode
ashim - 26 Jul 2006 6:59 PM - 2 messages
Is there any TreeView method to find a treenode of a TreeView by the node's ID ? please help!!! thanks ...
Score Stop Postback in image button
nachoenjuto - 26 Jul 2006 12:34 PM - 2 messages
Hi people Does anyone know how whether there is any property, way or trick to stop the postback of a image button?? I need the image button to change its behavour after the first click. The image button expands an area that contains more information, The ...
Score sumbit server form to another page
@ndr01d - 26 Jul 2006 5:31 AM - 2 messages
I have an input formview server form that I need to also submit to a host supplied asp email page.  Seems so simple to me yet I am not finding it that way.  Is this really that difficult? ...
Score Rename ID in Properties Window
CBKowitz - 25 Jul 2006 3:38 PM - 2 messages
Has anyone encountered this problem in VS 2005?  I select the control ex. an ASP TextBox.   go to the properties window and try to rename the ID to something meaningfull and the cursor blinks/changes a couple of times and ...
Score Stopping Attributes.Add from converting my JavaScript event code to HTML
Nathan Sokalski - 24 Jul 2006 9:51 PM - 12 messages
I add several JavaScript events (onchange, onkeypress, etc.) to Controls using the Add method of the Attributes collection. However, if the JavaScript code contains certain characters, such as & or < or several others, it converts them to html, such as &amp; or &lt; which can sometimes ...
Score Page with User control loads twice.
RAMESH BABU VEERAMANI (RAMBAB) - 24 Jul 2006 9:12 PM - 2 messages
Hello guyz, When a web form page has a usercontrol registered, the page loads twice on execution.  Do'nt know whats up with the execution cycle that enables the loading twice. The usercontrol contains contains server controls like a textbox and a ...
Score GridView ScrollBar
Ben Schumacher - 24 Jul 2006 6:34 PM - 4 messages
Anyone have a good solution to have an gridcontrol that has a width of 100%, but also properly displays its scroll bars? I have a webform within which the first table has a width of 100%.  That way, if the user resizes the browser, the page expands and contracts to fit ...
Score GridViewRow FindControl failing
Erik - 24 Jul 2006 5:40 PM - 4 messages
Good Afternoon, I am creating some dynamic controls on RowDataBound for a GridView (this code is at the bottom).  The controls are created and rendered properly, but FindControl is failing when trying to get the value for each control: ...
Score gridview hyperLinkField
ashim - 24 Jul 2006 4:30 PM - 2 messages
i want a hyperLinkFiled or hyperlinkColumn in my dataview/gridview where the hyperlink is a javascript function  xyz(p1,p2): p1 = Request["x"]; p2= one of the dataset columns; please help ...
Score Expandable Section
Kristen - 24 Jul 2006 4:13 PM - 2 messages
I am using ASP.net 2.0 and I am trying to  create a page that has a section that can be expanded and hidden.  The section contains quite a bit of information that the user may or may not need to see hence the ...
Score ATTN MS: GridView improvements
Arthur Dent - 24 Jul 2006 3:52 PM - 3 messages
PLEASE!!! Here are two things which i think the GridView is lacking which SERIOUSLY detriment its usability in a BIG way! 1. RowCommand - Which Item?? when the grid throws a RowCommand event, it is (_*just kind of*_) useful to know which item in the grid fired the event. ...
Score Require text entry - only if radio button checked
David Thielen - 23 Jul 2006 11:49 PM - 6 messages
Hi; I have a case where I need to require a TextBox be filled in only if a certain radio button is checked. I can't use RequiredFieldValidator because if the button is not checked, then it can be empty. But a ...
Score ItemDataBound fires for header only
bkasmai - 23 Jul 2006 8:05 AM - 7 messages
This is driving me crazy. I need to hide rows that a particular cell is zero. On debuggng I fiound out that ItemDataBound fires for header only and not for Item and AlternatingItem private void grdSelectionList_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) ...
Next »