Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score looping through formview controls
jobs - 10 Nov 2006 9:40 PM - 9 messages
Imports System.Data.SqlClient Imports System.Data Partial Class CreateRoute     Inherits System.Web.UI.Page     Private DATAFEED As RTEWEB.DataFeed     Protected Overrides Sub OnPreRender(ByVal e As EventArgs)     End Sub ...
Score How to catch Internet Explorer events?
Tal Shachar - 10 Nov 2006 2:54 PM - 3 messages
Hello, I'm building a windows application, and I need to catch the open Microsoft Internet Explorer events (e.g. changed url, new browser window opened, current active browser, etc.) - Can anyone assist me with that? I managed to know the location url of the open browsers by doing the following: ...
Score Newbie, pulling a video from another web page
xdude - 9 Nov 2006 11:15 PM - 2 messages
Hi guys, sorry if this seems stupid I'm running asp .net 2.0, I'm trying to pull a video that's displayed in another web page so I can display it in my page,  does any one have an idea ...
Score Dropdownlist set to last value in gridview on postback
BSchwartz - 9 Nov 2006 7:07 PM - 4 messages
Background: I have an application that reads configuration information from an XML file. This XML file has the definition of what a Gridview's columns will look like.  These columns could be BoundFields or TemplateFields.  A standard grid ...
Score Common objects across a user control
Josh Schmidt - 9 Nov 2006 4:01 PM - 2 messages
I'm building a master page that contains 2 user controls.  When any page in the site loads it will create an object (objUser).  The objUser constructer checks to see if a user cookie exists and if it does will populate a series ...
Score Control not in the list of controls for parameters
Elmo Watson - 9 Nov 2006 3:50 PM - 2 messages
I have a control which I've created. However, when bound to a DataSource control, when I go to the Update and INsert queries, and make my control appear in the list of controls for a parameter, it does not appear. ...
Score Showing/Hiding a Panel in a Repeater
Kevin Humphreys - 9 Nov 2006 12:24 PM - 2 messages
Hi, I am trying to show and hide different panels in a row of a repeater pending on the record that is returned. Inside in the <ItemTemplate> I have a number of Panels and a function called ShowPanel. ...
Score Sections in repeater
Jakob Lithner - 8 Nov 2006 10:38 PM - 6 messages
I have a usercontrol where I intend to list all responsibilities a person has for the coming weeks. In the section I will write the day, date and month. In the row I will write a description of the responsibility. ...
Score button on user control
Julia - 8 Nov 2006 10:36 AM - 2 messages
Hi I have a user control including a button (and some more stuff). When I use the user control on an asp.net page I would like the button on the user control never to be selected. The problem now is when i press enter the button is pressen. I would like to ...
Score Using SkinID for Menu background image.
Mr. Kiran More - India - 8 Nov 2006 6:37 AM - 4 messages
Hi, I am using dot net 2.0. It is with a new tag - MENU. Also THEMES are available. I have defined four themes BLUE, RED, GREEN & KHAKI. Under every theme one skin file is defined. Inside every skin file, various SkinID's are defined that points to images related to that theme. ...
Score Error Loading UserControl
Nathan Sokalski - 7 Nov 2006 10:54 PM - 2 messages
I am revieving the following error for one of my controls when loading any pages that use it: Server Error in '/exposure/app' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error ...
Score FileUpload control - file size detection
E. Kwong - 7 Nov 2006 7:37 PM - 7 messages
Is it possible to obtain the file size at the moment when the file path/name populates the textbox portion of the FileUpload control? Thx ...
Score Get value from textbox in webcontrol
Kevin Attard - 7 Nov 2006 10:21 AM - 2 messages
Hi there, Here is the problem I have 2 textboxes, one normal and the other in a webusercontrol and both have '1' set as text. If I change the text to '2' and press save, the normal textbox saves 2 while the textbox in the usercontrol saves 1. ...
Score Paging in DataGrid does not work 2..
princessjewel62 - 7 Nov 2006 3:45 AM - 2 messages
Hi, Im having a problem with the paging in datagrid. AllowPaging is set to True and i have set the Pagesize to 20 rows. The results should have been more than 10 rows but the web form only shows only up to 10 rows. ...
Score "Failed to load viewstate" when clicking button
Marcelo - 6 Nov 2006 6:20 PM - 2 messages
Hi, I have a problem with an ImageButton inside a web user control. It works in some pages, but in others, it just keeps with the "Failed to load viewstate" error. Basically, the controls has a textbox and the imagebutton, which on ...
Next » 2 3 4 5 6 7 8 9 10