Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net webcontrols > november 2003 > threads for november 1 - 7, 2003

Filter by week: 1 2 3 4 5

WEB.CONFIG: httpHandlers
Posted by dwa at 11/7/2003 3:15:24 PM
I can't get the httpHandlers settings to work my web.config file My httpHanders section in web.config looks like this: <httpHandlers> <add verb="*" path="*.spud" type="async.AsyncHttpHandler,async"> </httpHandlers> In my service's code-behind, I've got an AsynhHttpHandler implementation ...more >>


Load DropDownList from client side javascript - can it be done?
Posted by James Radke at 11/7/2003 1:11:38 PM
Hello, I have a vb.net aspx page that has a lot of controls on it. To improve performance and eliminate the number of page refreshes due to postbacks I have started using a scheme where I call client side javascript functions, then using javascript call various WebMethod (i.e. webservices) in...more >>

Web Controls not visible on .aspx forms
Posted by Michael at 11/7/2003 11:21:10 AM
Hello everyone, I'm having trouble doing the simplest thing imaginable with a web form. Here's what I do: 1). Open a VS .NET project that contains a WebForm.aspx 2). Drop 2 controls on it, one a simple HTML text box, the other, an asp:TextBox with runat = server 3). Build the project, not even s...more >>

aligning datagrid with datasource
Posted by Jan Limpens at 11/7/2003 10:19:58 AM
hi folks, which is the best way to get to the datasource/row via a bound datagrid? my datagrid is bound to a dataview. when i select a button in the grid i want easy access to the corresponding datarowview in the dataview. until now my best bet is to get the datakey from the datagrid.S...more >>

Open
Posted by susie at 11/7/2003 7:31:07 AM
How to open an excel workbook from asp.net? Thank you!...more >>

treeview new client side events
Posted by Sohail at 11/7/2003 6:50:21 AM
Does anyone know how to add 'onadd' and/or 'ondelete' events for the treeview? I want to be able to add/delete nodes to the treeview client-side and then postback to the server and let it do it's thing. Thanks, Sohail...more >>

ASP.Net - Help
Posted by Abhishek at 11/7/2003 3:38:26 AM
I am having problem in using ASP.Net server side controls. The user has to fill a form with has few server side controls. The page is bit long and the user has to scroll down and access few controls. If the user scrolls down and access a server side control, the page gets refreshed and doe...more >>

"onClick" using c# / ASP.NET executes twice on a single click?
Posted by phillipsweeney NO[at]SPAM yahoo.com at 11/6/2003 8:33:35 PM
Hello - I am trying to get started with ASP.NET and c# by creating a simple database "CRUD" program (CRUD: CREATE REPORT UPDATE DELETE) using a simple one table contacts database. I have come a long way, and have a form that seems to be working well for these functions except for one piece...more >>



How to read input from a textfield in a datagrid !?!
Posted by Remco Groot Beumer at 11/6/2003 5:03:15 PM
Hello, I'm working with a datagrid control in ASP.NET. The datagrid shows a list of products. One column shows the productnumber, one column shows the productname, one column shows a picture of the product and the last column shows an empty textbox with an 'OK' button. People can enter a qu...more >>

Using Code behind
Posted by MicroKarL at 11/6/2003 2:50:04 PM
Everyone.. I have a really simple program using code behind. but I just keep getting the error saying my Label is not decleared... test.aspx: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm3.aspx.vb" Inherits="WebTest.WebForm3"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...more >>

DataGrid Template Controls
Posted by JimB at 11/6/2003 10:56:11 AM
Hello All, I posted this yesterday with no response . There must be a datagrid expert somewhere!!! This is my problem. I have a datagrid with some columns the first being and ID column, the next column is text, a question, the third is a template colum(ItemTemplate). The template ...more >>

Disable linkbutton via javascript - how?
Posted by James Radke at 11/6/2003 10:32:42 AM
Hello, Is it possible to disable a linkbutton via client-side javascript? If so, how? Thanks! Jim ...more >>

User Controls
Posted by sdavenport NO[at]SPAM sigcom.net at 11/6/2003 8:37:53 AM
I am having problems making the textboxes and other controls avaialable to the code-behind page of an ASPX page with multiple user controls inserted into it. I believe I need to make the ASCX textboxes and controls avaialble publicly but do not know how to accomplish this task. Thank you....more >>

message box
Posted by susie at 11/6/2003 7:51:24 AM
How to use a message box to warn a user before he exits the asp.net application? The warning should be as follows: Do you want to save before exit? Yes No If Yes, do something... If No, exit. Thank you!...more >>

DataGrid Template Columns
Posted by Jim at 11/6/2003 6:51:58 AM
Hello All, I posted this yesterday with no response . There must be a datagrid expert somewhere!!! This is my problem. I have a datagrid with some columns the first being and ID column, the next column is text, a question, the third is a template colum(ItemTemplate). The template ...more >>

Variables are overwritten when another person logs in
Posted by Remco Groot Beumer at 11/5/2003 5:36:04 PM
Hello I've created an ASP.NET page, which uses some variables which are set after login. When person A logs in, a new public object is instanced (i'm not sure if that is a correct word), after which the variables are set. The problem occurs when person B logs in at the site. After he logs in,...more >>

maintaining state for dynamic controls between PostBack() ???
Posted by tnomore NO[at]SPAM hotmail.com at 11/5/2003 1:13:02 PM
Hi all. Relative newcomer to asp.net. I am constructing an asp.net/C# app that requires some metadata-based dynamic form creation (shows only those product details required for the user's chosen product). I create my controls in Page_Load() and add them to an existing panel. I then capture...more >>

Treeview Checked Item = False when it is True
Posted by Derek Pettinato at 11/5/2003 12:21:25 PM
Hi, I have a treeview on a webform bound to an external XML file with checkboxes. I have some javascript on the page that basically fires when the checkboxes are checked to uncheck anything that may be checked in the same node thus allowing only one node to be checked at one time. O...more >>

Corporate Footer Control
Posted by bspann at 11/5/2003 9:26:02 AM
I have a custom control that I have written for our companies footer. The old footer was an include file that used div tags. In my control, my class inherited from the base(HtmlTextWriterTag.Div). This works as long as I manually place the tag on the ASP.NET page. I am not able to drag and dr...more >>

IE Webcontrols Multipage/Pageview and the Datagrid
Posted by Ric Houser at 11/5/2003 8:49:50 AM
Hello All, Simple question: Is it possible to display a datagrid in a multipage:pageview? It seems that all asp controls (asp:checkbox, asp:listbox...) will work fine on a pageview. However the asp:datagrid or asp:repeater controls don't seem to work. Any help would be greatly appricate...more >>

CheckBox
Posted by Ana Rita at 11/5/2003 7:52:32 AM
Hello to all. It=B4s possible to set a checkbox to be read only like a=20 textbox? Thanks Ana Rita...more >>

Testing web pages
Posted by foldface NO[at]SPAM yahoo.co.uk at 11/5/2003 12:50:36 AM
Hi I know there are commercial tools available for testing web pages but all I want to do is to 'drive' a web page from within the same application. So, assuming I have a multithreaded program I want a thread to be given a reference to a web page and I want that thread to press the buttons ...more >>

response.redirect question
Posted by Larry at 11/4/2003 11:51:41 PM
In my web form... I would like to do a response.redirect (or something simular) but instead of simulating the GET METHOD of passing of some data by appending the appropriate string to the end of the URL arguement for the redirect, I'd like to simulate the POST method. I would assume that I ...more >>

Set an asp:Label control from javascript - how?
Posted by James Radke at 11/4/2003 11:20:48 AM
Hello, I am displaying an .ASPX page via windows.showModalDialog (to simulate a pop up modal windows from a web page) from a javascript function and am definining attributes to be passed to the modal dialog as follows: function lineitemnotes(linnum, delnum) { var myattributes = new Arr...more >>

Custom web control problems in the designer pane (simple examples)
Posted by jdaley NO[at]SPAM data-tronics.com at 11/4/2003 9:03:50 AM
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and provide an open TD with a DIV in it for the content of this formlet. (The DIV is for DHTML to hide an...more >>

CheckboxList PreRender
Posted by Nehal Shah at 11/3/2003 4:33:08 PM
The PreRender event on a CheckboxList never seems to fire. Anyone else having this problem? Is this a bug or am I doing something wrong? Thanks, Nehal ...more >>

Frame+ WebForm
Posted by Przemys³aw Rogalski at 11/3/2003 4:27:02 PM
Hi I have a html frame page with webform1.aspx and webform2.aspx. Is there any way to communicate between webform1 and webform. Thanks ...more >>

Accessing values of one customer Control from another custom control
Posted by Suresh Kumar at 11/3/2003 3:38:42 PM
Hi All, I am a newbie in creating ASP.NET custom controls. I have created one custom control say X.ascx for getting the location of the user like Country, State, and City. And I have created another control Y.ASCX which has X.ascx control also. The problem is how do I access the controls on X.as...more >>

ASP:RadionButtonList Restricted In A Single Cell?
Posted by hifchan NO[at]SPAM yahoo.com at 11/3/2003 1:10:00 PM
I'd like to place some radio buttons across a row of different <td> inside of a <tabl>, such as: ----------------------------- | radio1 | radio2 | radio3 | ----------------------------- All of them are sharing the same ID, say "rd". However, I can not do it in the following: <a...more >>

passing asp:textbox values from one ascx to another
Posted by Cathryn Lindner at 11/3/2003 11:59:02 AM
Aargh! I have an aspx form that loads an ascx control which contains textbox controls for query parameterse. Once the user enters their info into the textbox controls, they hit an execute button. What I do then is on that postback, I replace the current ascx control with another one that ...more >>

found solution
Posted by susie at 11/3/2003 10:19:13 AM
I found solution for my previous posting. ...more >>

validationexpression
Posted by susie at 11/3/2003 8:48:04 AM
What is the validationexpression for date format:"MM/DD/YYYY"?...more >>

Replacement for ActiveX
Posted by Seanne at 11/2/2003 8:14:35 PM
Hi What is replacement technology for the ActiveX component which parses xml using Microsoft XMLDOM technology. Thanks in advance...more >>

possible to manipulate pure HTML controls from code-behind?
Posted by Jeff at 11/2/2003 1:05:22 PM
Can I manipulate the properties of pure HTML controls (i.e. not server side controls) from my aspx.cs Page_Load event? If so, I don't see the control listed by intellisense. I gave the control a unique ID to boot. Is what I'm trying impossible unless you are using a server side control? Tha...more >>

User Control - Having the collections show up in property window
Posted by Jay Douglas at 11/2/2003 1:23:02 AM
I need help getting the collections to show up in the property window of a user control. I want to be able to edit the collection items just like any other asp.net control that has collection properties (i.e. The ASP:Table control). This is for a menu system. The collections are working when ...more >>

inline code VS page behind code
Posted by Mitch A at 11/1/2003 2:32:26 PM
What are the advantages of using inline C# code in my aspx pages (with inline I mean directly in the html between <% %>) versus code behind. It seems messy and inelegant to have code in both places (IMHO, using inline *and* code-behind is not object oriented and it generates less readable code)...more >>

Problem with web form controls
Posted by ggopikriss NO[at]SPAM yahoo.com at 11/1/2003 1:36:56 AM
while building asp.net web project ,i used many web form controls in the project.At the runtime i didnt find these controls in the browser.where as the controls of html have no problem in the same project wht will be the problem...is there any settings to make in browser to execute aspx ...more >>


DevelopmentNow Blog