Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score CreateUserWizard Stepping Problem
Matt - 23 Feb 2007 10:06 PM - 2 messages
I have a strange issue with a CreateUserWizard control.  Several months back I created a registration page with 4 steps.  Everything has been working perfectly until now.  Without any rhyme or reason the control stops on the ...
Score Cause GridView to be sorted from DropDownList
DBLWizard - 23 Feb 2007 1:37 AM - 3 messages
Howdy All, I have a GridView control on a page and I want to give the user the ability to sort using the colums or using a dropdown.  Is there an easy way to tell the grid to sort based on a column?  Or do I have to ...
Score access validation info in client script
Velvet - 22 Feb 2007 11:48 PM - 8 messages
Does anyone know a way to force the client script to preform a client-side validation for controls in validation groups? What is currently happening is I have two validation groups (Billing, CreditCard).  The validation doesn't happen until the submit button is ...
Score Loading JavaScript files from a class library
ArtG - 22 Feb 2007 11:29 PM - 3 messages
I have a class library that contains web controls.  I would like to put Java script files in the class library and have the web application download the Javascript from the classlibrary.  I downloaded ASP/.Net AJAX and tried the ...
Score Accessing Controls in LoginView
Steve Harp - 22 Feb 2007 4:43 PM - 2 messages
Hi All, This should be easy.  I have a LoginView control on my default page. Within the LoggedInTemplate, I have a DropDownList control.  From my code-behind cs file (in the DropDownList_SelectedIndexChanged method), how can I access the DropDownList to see what selection was made?  A ...
Score How to implement ClientScript.RegisterClientScriptInclude
verci - 22 Feb 2007 10:51 AM - 2 messages
Hi guys, I'm using asp.net 2.0, can anybody sent me some complete examples on using ClientScript.RegisterClientScriptInclude and ClientScript.RegisterClientScriptSource, for registering an external javascript file (myfile.js) in my ASP page, I have not found any clear or ...
Score Datagrid on WebPart: After postback Data is disappearing
Dan - 21 Feb 2007 10:33 PM - 3 messages
I am having a problem with losing data from my datagrid after it posts back. The page runs the populate data sub at the end of CreateChildControls and fills my DataGrid.  After I postback by clicking the cmdUpdate button, I ...
Score Custom Server Control
Madison - 21 Feb 2007 8:13 PM - 9 messages
I had created custom textbox server control and try to use in the web application by placeing DLL in bin folder and add DLL in the reference. Then in the web.config I added the following: <controls> <add namespace="pscControl.psc" assembly="pscControl" tagPrefix="psc"/> ...
Score ASP:Menu control Dropdowns show above Main Menu
Jerry C - 21 Feb 2007 4:37 PM - 3 messages
I have a menu control in different places on my page and some times the dropdown menu items show an inch or two above the main menu selection. the code is: <table><tr><td> ...
Score Problem with javascript file in ASP
verci - 21 Feb 2007 7:21 AM - 3 messages
Hi guys, sorry if this seems stupid but I'm a newbie, I'm running Windows XP Pro SP2, IE 7, VS2005, ASP.net 2.0 The problem is that I'm trying to display this news scroller made in a ...
Score Loading webcontrols problem
ThunderMusic - 20 Feb 2007 4:21 PM - 6 messages
Hi, I always refer to this page to know the order of events in a page : [link] but this time, I'm mystified... I have a Control called "ImagePreloader" I placed in the head of my ...
Score How to Disabled node in Treeview
Maria Paz - 20 Feb 2007 2:21 AM - 3 messages
Hello, In my web application, i use a treeview control to navigate. I need to disabled node for Different roles. How to do this? ...
Score Managed control and security
layos - 19 Feb 2007 9:22 AM - 2 messages
Hi all,     I have a problem while working on a dotnet assembly control in a web page. I wrote on interop group without any answer, and now i try here.    I'm tring to send codebehind the "css" style as an object. I ...
Next »