Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score building CMS
Erry - 7 Oct 2006 5:25 PM - 2 messages
Hi All, I'm try to build Content Management System by using ASP.NET 2.0, is there any book or step by step guidance for it? Thanks, Erry ...
Score Detailsview control for data input
Alan Morris - 7 Oct 2006 9:34 AM - 3 messages
Simple question. I would like to use a detailsview control just for data input, I don't want it to display any records from the database first. Can anyone offer an explanation how to do this please? Many thanks, ...
Score problem with refresh page on back button
Nishu - 7 Oct 2006 5:15 AM - 3 messages
Dear Actually i m facing a problem with my application .In my 1st page there is some dropdown menu in values are coming from javascript.i have made a option to choose taht field n when user will click on button ...
Score peace
nacho@google.com - 7 Oct 2006 12:25 AM - 3 messages
givepeace a achance... ...
Score gridview databinding to object data source
Allan Ebdrup - 6 Oct 2006 10:28 AM - 3 messages
I have a gridview that I bind to an object data source, the objects in the object data source have a property called ContactMethods that in turn has a property called Telephone, now I would like to show the Telephone property ...
Score Custom Image Button help.
CK - 5 Oct 2006 11:29 PM - 3 messages
Hello All, I am trying to extend the default asp:ImageButton to include an image for an enabled state and a second image for a disabled state.  I currently did this by extending the ImageButton class in a custom control, creating a property ...
Score Configure webcontrol properties through Web.Config?
Haris - 5 Oct 2006 5:17 PM - 2 messages
Is it possible to configure webcontrol properties through Web.Config and also to combine these with autorisation? It would look something like this:   <location path="Admin">     <system.web>     <form id="newUser"> ...
Score datagrid in webforms
ush - 5 Oct 2006 11:04 AM - 2 messages
how to get the functionalities(like edit update cancel) similar to the button column for the template column(image ) please help , thanks ...
Score How can I alter the datatype of the data quiry from a database and store it into a gridview?
khoaha - 5 Oct 2006 3:47 AM - 2 messages
Thank you in advance. This is my problem. Assume I have a select statement SELECT Name, Gender FROM 'Database' Name is a (varchar) and Gender is an (int) The Gender column stored value of '1' and '0' Now when I use the select statement to bind the value to the gridview ...
Score Nested Child Control Events Not Firing
Elroyskimms - 4 Oct 2006 11:49 PM - 3 messages
I have 3 User Controls... 1) Grandpa Control: Has web controls and a Panel control that has a Daddy Control in it. 2) Daddy Control: Has a textbox, a couple of buttons and an empty Panel control. 3) Grandson Control: Has a couple of labels and one button (Delete). ...
Score DataFormatString Date
Nico VanHaaster - 4 Oct 2006 10:01 PM - 3 messages
Hey guys, This should be really simple however i just can't figure it out. I am using a GridView to display hours results from a database. Now the date field in the database is formated as a short date (Access) mm/dd/yyyy ...
Score HTML can't find Caption property for datagrid
Tony Girgenti - 4 Oct 2006 9:47 PM - 10 messages
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer.  I'm using a web form. ...
Score Paging In GridView bound to DataSet
ES - 4 Oct 2006 9:37 PM - 6 messages
Is there a reasonable way to implement paging in a GridView control that's bound to a DataSet rather than a SqlDataSource?  What needs to be done? Thanks ...
Score Javascript alert message problem
Tony Girgenti - 4 Oct 2006 9:35 PM - 20 messages
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer.  I'm using a web form. ...
Score Calendar Web Control
Chris Beres - 4 Oct 2006 7:49 PM - 3 messages
Greetings, By default the calendar control displays not only the current month, but also the days from the previous and the next month (6 weeks total).  Is there a way to prevent days from other months from showing up on the calendar?  ...
Score Compiler Error Message: BC30456: 'btnGAT_onClick' is not a member of 'ASP.WebForm1_aspx'
Tony Girgenti - 4 Oct 2006 6:24 PM - 8 messages
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer.  I'm using a web form. ...
Score Search in .NET
Umberto Coppolino - 4 Oct 2006 2:14 PM - 2 messages
Hi, in ASP I make my search in 3 different types: partial search (with SQL instruction "... LIKE '%text%'"), initial search (with SQL instruction "... LIKE 'text%'") or integral search (with SQL instruction "... = 'text'"). Then I make my query string in this way: ...
Score Object data source, setting parameter source to Page.Partner.Guid
Allan Ebdrup - 4 Oct 2006 9:31 AM - 3 messages
I'm trying to databind using an object data source to a dropdownlist in asp.net 2.0, The method I'm databinding to takes a parameter. My page is a page I've implemented by inheriting from the normal page object, and it has ...
Score RegularExpressionValidator
mConrow - 3 Oct 2006 10:40 PM - 3 messages
I have a textbox that can take a two-digit number (15-99) OR a date in mm/dd/yyyy format.  The validation expression I am trying to use is: (([15-99])|((0[1-9]|[12][0-9]|3[01])[/](0[1-9]|1[012])[/](19|20)\d\d)).  ...
Score RowCommand Event of a nested Gridview
NEO - 3 Oct 2006 8:00 PM - 2 messages
How do I handle the RowCommand event for a nested gridview? I want to be able to detect which command (edit or delete) for the child gridview and the row that raised the event. I don't have problems with the parent gridview. ...
Score Confirm Message in gridview
John Wright - 3 Oct 2006 5:22 PM - 3 messages
I have a gridview control that has a buttonfield in it.  I want to show a messagebox to the user confirming their decision to reset the row data. I have included the datagrid specs and the codebehind that will reset the ...
Score User controls and LoadControl method
J055 - 3 Oct 2006 3:12 PM - 2 messages
Hi I need to send parameters to a user control contructor. Is this what the TemplateControl.LoadControl (Type, Object[]) is for? If so can someone show me how to use it please? This is my attempt so far but I get a MissingMethodException - Constructor ...
Score How to assign access key to MenuItem
leeyu04 - 3 Oct 2006 1:21 PM - 2 messages
Is it possible to assign an access key to a MenuItem in the ASP.NET 2.0 Menu control on a web form? ...
Score Slow File Upload Speed IIS 6.0 ASP.net 2.0
SunSmile - 3 Oct 2006 2:18 AM - 2 messages
Hi, I am trying to upload files to windows server 2003(IIS 6.0). I am getting upload speed of only 20 KB/s, where as when i am inside the corporate network, i am getting upload speed of 8 MB/S. IIS 6.0 is some how filtering ...
Score How to use .Net controls in regular ASP
pargat.singh@gmail.com - 2 Oct 2006 1:28 PM - 2 messages
Hi Everyone:     I have a reguirement to develope a user control in .Net and to use in our portal page which is developed in regular ASP. Is this possible and if yes can someone please give me some example or ...
Next »