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 > july 2003 > threads for july 22 - 28, 2003

Filter by week: 1 2 3 4 5

Calling a javascript function from server script URGENT HELP
Posted by Silvia Brunet Jones at 7/28/2003 2:54:07 PM
Ok I am about to pull my hair. I have an active x control in an object tag which, as you know cant have runat=server. So what I need is to not loose what is in this box everytime a postback happens. So all I want to do is add this statement document.all.txtEditor.value = document.all.Tran...more >>


Sorting a datagrid
Posted by Reetu at 7/28/2003 2:50:01 PM
Hi All, I have developed a datagrid custom web control. I want to provide the sorting functionality in that datagrid. These are few links from where I tried learning how to sort a datagrid.. After execution I dont see anything on the web form. None of them seems to work fine.I dont kn...more >>

DropDownList Getting Value
Posted by Belton at 7/27/2003 7:08:01 PM
I have created a web form that includes DropDownList boxes that are populated during method of the page via a databind with database tables. When the data entry is completed and the add button clicked, I am unable to capture the selected value of any of the ddl's. I have noticed that when the d...more >>

Implementing Drag and Drop in ASP.NET
Posted by asianx74 NO[at]SPAM yahoo.com at 7/26/2003 10:55:06 PM
Hello. Would like to hear your thoughts on implementing drag and drop in ASP.net without resorting to active x or hosting windows controls in a Web Form. Is this possible? I realize that this solution would require extensive client-side DHTML to accomplish, but is there anything out there or ...more >>

compare validator to validate date in user control
Posted by Shailesh Katti at 7/26/2003 9:07:56 PM
Hi, I have created a user control using calender control and text box control. When user selects value from calender control, it is shown in text box control. user can directly enter the date in textbox control. I have five such user controls on the web form. I tried using compare validat...more >>

Web Control Calendar
Posted by PABLIN at 7/25/2003 8:27:27 AM
Hello Community! I have a problem with the Web Control CALENDAR, I have textbox in which goes the selected date of the Control, when I choose the date must disappear the control Calendar, this does not happen cradled is the same date. I am desperate, that I must do?...more >>

treeview SelectedIndexChange problem
Posted by steven.shingler NO[at]SPAM virgin.net at 7/25/2003 6:19:40 AM
Hi all I've a treeview made up of images in a directory structure When the image name is clicked on in the tree, i'd like to be able to popup the image in a new window so far I've got a javascript function to handle my SelectedIndexChange event: function returnSelectedIndexCh(){ var ...more >>

how can i block the refresh of all page when click on a node of treeview?
Posted by babbawg NO[at]SPAM tin.it at 7/25/2003 1:20:18 AM
Sorry for my english... I have a treeview web control that add node after click of a node: the page post back and add new childs node from a db... but the ALL PAGE REFRESH and i don't like it!! .... is possible to block the refresh of the page? ....I have to use the client version of the tr...more >>



DropDownLists, ListBoxs, and CheckBoxLists
Posted by Pranav Shah at 7/24/2003 8:08:06 PM
I have a few DropDownLists, ListBoxs, and CheckBoxLists and assume for the sake of argument that I want to put the same data in all of these. Is there a way that I can just pass the name of the controls and populate them in a common method. *** Sent via Developersdex http://www.developersd...more >>

TreeView: Checkbox data not appearing in Request / POST data
Posted by Kris Oye at 7/24/2003 7:16:17 PM
I am creating a TreeView programatically in C# and then using the RenderControl() method to send it back to the browser. I am attempting to use the resulting checkboxes in an existing form, but when the data is submitted back to the server for processing, none of the checkbox data appears i...more >>

Interview Questions - Can somebody help out with Answers!!!
Posted by kalaiselvan at 7/24/2003 6:21:47 PM
Hi, The below questions are some of the interview questions. If somebody can help me out in answering it, will make a world of good. Regards, kalai 1. Explain the differences between Server-side and Client-side code? 2. What type of code (server or client) is found in a Code-Behind c...more >>

Responding to Imagebutton click in DataList
Posted by jmb173 NO[at]SPAM yahoo.com at 7/24/2003 3:01:16 PM
I have two imagebuttons (A & B) on my page, and I am trying to create events that when I click on image A, it becomes invisible, and Image B becomes visible. I can get it all to work fine when I'm not using it inside a DataList, but once I wrap a DataList around the table, I get errors like: "...more >>

Loading a user controls in Design View
Posted by oneeye at 7/24/2003 2:51:19 PM
Hello All, I have designed and built a web control that loads a user control at run time. The question I have is, can I Load the user control in design view? Any Ideas or code snippets would be really useful. Thanks a bunch oneeye ...more >>

how to make original control work from iframe's control
Posted by haiwen at 7/24/2003 12:07:09 PM
Hello, everyone, I have a web page that has a IFRAME(because I need the scroolbar for this area), and other server side controls (such as Button(butNext), Image(img1)...) the IFRAME's source page has a submit button, is there some way to make butNext click when click the submit button in IF...more >>

Conditional drilldown in DataList
Posted by Barry at 7/24/2003 11:18:38 AM
Hi, I have a drilldown report using a DataList. When an item is selected, a new DataList is displayed with the details of the selected item. The new list displays one item with several fields and they're displayed vertically. Eveything works very well so far. It looks like this: Item1 I...more >>

datagrid that wouldn't want to sort
Posted by Zeng at 7/24/2003 9:20:06 AM
Hello, I've been creating several datagrids now and I ran into one of them that wouldn't sort even though I believe I have done the usual things to make the the columns sortable. Have anyone run into this issue before? There must be something tricky that I missed. Here is the html portion...more >>

Specified cast is not valid.
Posted by Alan Z. Scharf at 7/24/2003 3:29:50 AM
1. Getting above error after moving lines around and pasting in HTML view of web form. 2. KB327287 says: CAUSE This problem might occur on postback because the control tree hierarchy is re-ordered. On postback, the view state for controls is loaded based on the positions of the controls (i...more >>

error creating controls - ASP.NET is broken - bug!
Posted by Xavier MT at 7/23/2003 11:27:46 PM
Hi, I have a problem if somebody can help I appreciate it My VS.NET seemed to work fine and all of a sudden I started to get the "error creating control message" In my aspx page I drag a couple and controls and if I close it or switch to HTML view and back again, my page is reformatted and ...more >>

Post back and control focus issuea
Posted by Sal at 7/23/2003 12:35:11 PM
To all ASP.Net gurus, I am having a hard time controlling the focus on web server controls in my ..aspx pages. I basically have three data entry web forms, consisting of comboboxes, radio button lists and text boxes. a couple of comboboxes and radio button lists have their autopostback set to...more >>

IE Web Controls
Posted by Riken at 7/23/2003 10:50:08 AM
Hi, Downloaded IEWebControls.exe application & run on local machine O/S: Win Advance Server 2000 Framework: 1.1 Notes: * During installation its Creating folder on C: i.e C:\Program Files\IE Web Controls * I search My Computer for 'Microsoft.Web.UI.WebControls' assembly but it...more >>

ASP.NET Datagrid control
Posted by Simon Fainveits at 7/22/2003 8:04:43 PM
Does anyone know how to set up multiple parameters in the hyperlink column of the datagrid using property builder. Many thanks Simon...more >>

Missing attributes in ListItems
Posted by Robert Pouleijn at 7/22/2003 3:27:48 PM
Hi all, I have found some code on the internet to avoid the following bug in ASP.Net Dropdownlists and Listbox's: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q309338. The code is a class that inherits from the Dropdownlist and overrides the RenderContents subroutine. It wo...more >>

Treeview - retrieving node in the Expand event
Posted by Kath at 7/22/2003 2:40:54 PM
Hello I'm having problems getting the correct node in the expand event If I use: Dim CurrentNode As TreeNode CurrentNode = sender.nodes(e.Node.ToString) CurentNode is always the top node despite e.node.tostring changing from 0 to 0.1 or 0.0 Is this a bug or am I doing something wro...more >>

Displaying RTF file in web form
Posted by Ron Fluegge at 7/22/2003 3:12:30 AM
I have searched with Goggle and in Deja and have come up empty. And someone is gonna point me to a place that has all the info (oh well, I'll just blame not having enough coffee <G>). I have an RTF document that displays just fine in a Windows RichTextBox; however, there does not appear to be...more >>


DevelopmentNow Blog