Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Find the source of an event
Vi - 10 Dec 2005 8:50 PM - 2 messages
Hi, I'm trying to attach a code behind method to two different LinkButton controls on my page. How can I find out which of the controls fired up the event in the code behind method that handles the event? ...
Score Could not load type XXXXXX from assembly mscorlib
qiang - 10 Dec 2005 10:49 AM - 3 messages
Hi everyone, Could you please take a look at an exception for ASP.NET application? My ASP.NET application is using Infragistics WebChart control. I encounter an exception below when deploying the application into a third-part host. It would be very appreciated if you have known the reason and tell me. ...
Score Problem using login control
John - 10 Dec 2005 6:18 AM - 2 messages
Hi I have placed a login control on a web form. When I run the webform and click on the login button with dummy username & password, I get the following error; Exception Details: System.Data.SqlClient.SqlException: Cannot open user ...
Score validation controls are not working
noor - 10 Dec 2005 12:22 AM - 2 messages
hi, I'm developing a website using .net  faramework version 1.1 the issue i'm facing is I put validation controls on my pages they all are working fine here localy but when i upload them on webserver they all stop working , I ...
Score Regular Expression Help
sam - 9 Dec 2005 8:31 PM - 2 messages
Hello, We have a textbox on a web form (ASP.NET 2.0 - C#) that is for end-users to enter e-mail address(es).  The valid entries are: n***@company.com na***@company.com;na***@company.com;na***@company.com (notice no space after ...
Score ASP.NET 2.0 Menu Control - DynamicEnableDefaultPopOutImage Property
James Trefry - 9 Dec 2005 6:21 PM - 10 messages
I am using the ASP.NET 2.0 menu control and I am trying to use a dynamic pop out image to indicate that child menus are present.  According to MSDN documentation I can set the DynamicEnableDefaultPopOutImage property to make ...
Score Datagrid empty data hides header
Roby Eisenbraun Martins - 9 Dec 2005 5:19 PM - 3 messages
Hi,      I have a gridview (NET 2005) and when it hasn't got values it shows a nice "Not found" text message. But unfortunately all the gridview lay-out hides( header, ... ).      Is there a property to keep the gridview visible even if the data is ...
Score asp button click handler
Peter Kirk - 9 Dec 2005 4:16 PM - 4 messages
Hi if I have an asp:button with runat=server, when it is clicked the code behind (onclick handler) is called. If the onclick function is a long time running, does the button wait until the handler is finished until it can be ...
Score CSS class for a div tag
magnus - 9 Dec 2005 2:22 PM - 3 messages
Hi, Hoping someone can help me. I´m building a composite control and there is one thing I haven't figured out. What I want to do is to set a css class, specified in the properties, onto a div tag, that is rendered as LiteralControl (in the ...
Score Tree View DragNode
Praveen - 9 Dec 2005 2:08 PM - 3 messages
Is it possible to do a drag and drop of a node in treeview control to another control or form?? I really dont want to move/delete that node.... But want to do drag a node and drop it on some other control and want to know which node I dropped. ...
Score sharing of session variable in firefox
rajendra dhaundiyal - 9 Dec 2005 9:52 AM - 2 messages
Hi guys I am facing a problem in asp.net.We are using session variable to store the roletype of a user who is logged on.It works perfect on IE.But when we open two instance of firefox on the same machine both the instance share the same ...
Score Master Detail w Multiple Keys
BJF - 8 Dec 2005 8:46 PM - 2 messages
My goal is to have a master/detail setup with the master being a GridView, and the detail being either a DetailsView or a FormView.  I've gotten this to work as long as the relationship between the two controls only relys on ...
Score Referencing controls in a template programmatically
karl - 8 Dec 2005 5:46 AM - 4 messages
Hi Anyone know the code required to reference, i.e set and modify the controls inside a template, for example I have a form control that contains a number of textboxes in a template. I want to avoid setting the reference on the ...
Score Control.Controls bug? Control's child controls missing at the run time.
sinelnikov.andrei - 7 Dec 2005 9:56 PM - 2 messages
Hello, ..NET 1.1/VB.NET: I have a custom web control     Public Class DatePicker     Inherits Control     Implements INamingContainer In the CreateChildControls I adding some controls to it:     Protected Overrides Sub CreateChildControls() ...
Score Events not fired for Dynamically Created Controls in VS2005 ASP.NET 2.0
Richard Huang - 7 Dec 2005 9:29 PM - 2 messages
Following code worked for VS.NET 2005 Beta 2, but not for the final release. When clicking the button, it posted back, but the "addQL_Click" method is not called. Any suggestion would be very much appreciated.    public class MyEditor: EditorPart, INamingContainer ...
Score Understanding query strings
Rickey Whitworth - 7 Dec 2005 4:25 PM - 8 messages
I have a page with two web controls - a drop-down list of server names and a gridview that shows details about that server. The gridview is using the drop down list as a parameter, so changing the selected server in the ...
Score preserve password field over steps in wizard
sam - 7 Dec 2005 12:55 PM - 3 messages
A wizard control  has 5 steps.  On step 3 the user is prompted for a value that is entered in a password box mySecretValue.  What is the best way to ensure that the value in mySecretValue is available when the final processing ...
Score onload called only once
hemant - 7 Dec 2005 12:43 PM - 2 messages
I have a function foo() which gets called on <body onload=foo()> but i want this function to run only once, once the application loads, all subsequent postbacks should not fire this function. give me a complete solution. How to ...
Score contenteditable
Michael Richter - 7 Dec 2005 9:26 AM - 3 messages
hi, all, this is my first attempt in this newsgroup so please be forbearing if I am posting to the wrong newsgroup or the question might be some kind of rtfm ;-). I actually have a little problem in understanding the contenteditable ...
Score View State problem when multiple user work on the same page
Yong Kurt - 7 Dec 2005 3:38 AM - 4 messages
Hi, there, When I use View State to save sort expression between page post so that paging after sorting can work fine. I get following problem: When multiple user work on the same page and they are sorting the data ...
Score VS2005 Designer does NOT display asp:panels!! Why?
Rob Dob - 6 Dec 2005 7:19 PM - 9 messages
The following code works fine when executed,  however will not display correctly within the VS2005 Designer,  why is this?  is this a bug?  it works fine in VS2003,  If I move the ASP:Panel to also contain the <TABLE ...
Score Custom Buttons
martinharvey via DotNetMonster.com - 6 Dec 2005 4:50 PM - 2 messages
I would really appreciate some help with two questions 1) I have some buttons that i created with dreamweaver and i want to use these as asp.net buttons. Can anyone tell me how to do this a ) outside  and b) inside the datagrid ...
Score Coding issue
John - 6 Dec 2005 2:41 AM - 5 messages
Hi I am using the following for a check box; <asp:CheckBox ID="KeepLggedin" runat="server" Text="Keep me logged in" Height="1px" Width="302px" EnableTheming="True" /> The problem is that the text "Keep me logged in" always appears under the ...
Score 2.0 menu control and color
Trapulo - 5 Dec 2005 9:46 PM - 9 messages
I've created a menu control, that I use in my master page. I've a problem, because my pages use a css that define a color for "A" tags that is invisible over menu background. So I need that all menu's item have white as ...
Score Dropdownlist: SelectedValue which is invalid
Karl-Inge Reknes - 5 Dec 2005 8:48 PM - 14 messages
I have a Formview with a dropdownlist. The dropdownlist is bind to the formview datasourceobject. When I retrieve a value that is not in the dropdownlist I got this error: “'DropDownList1' has a SelectedValue which is invalid because it does not ...
Score Formview current Row
Karl-Inge Reknes - 5 Dec 2005 6:45 PM - 5 messages
Can anybody tell me how I can get an column from current row from code-behind, C#. The formview is connected to an objectdatasource. Karl-Inge ...
Score Access db with login control
John - 5 Dec 2005 5:06 PM - 4 messages
Hi Is it easy enough to use Access db with the built-in user control in asp.net uses? Is there an example somewhere? Thanks Regards ...
Score Login control tutorial
John - 5 Dec 2005 4:05 AM - 3 messages
Hi Is there a step by step tutorial that explains how to use user login/roles feature built in the asp.net 2.0? Thanks Regards ...
Score Webparts design mode question
Jonathan Carter - 5 Dec 2005 3:41 AM - 2 messages
Has anyone been able to successfully get webparts to work properly in design mode for any browser except for Internet Explorer? My experience shows that the "dragability" feature doesn't work out of the box for Firefox, Mozilla, or Opera, but I've heard that some have gotten it to ...
Score Customised login
John - 5 Dec 2005 3:07 AM - 2 messages
Hi Is it possible to customise the login control to something like the attached image? The two buttons are images. Thanks Regards [attached file: login.jpg] ...
Next »