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 > december 2004 > threads for december 15 - 21, 2004

Filter by week: 1 2 3 4 5

asp.net datagrid questions
Posted by Sam at 12/21/2004 11:34:45 PM
hi folks, 1.how to set column width in datagrid server control ? 2.how to set row height in datagrid server control ? 3.how to display vertical/horizontal scroll bar in datagrid server control ? thanks, ...more >>


Accessing Controls contained in another Control from ASPX Page
Posted by Willy at 12/21/2004 8:47:27 PM
Hi All! Is there any ways to get access to the controls contained in another user controls from an ASP.NET page? For example I have... - User Control A |_ User Control B (which uses User Control A) |_ User Control C (which uses User Control B) |_ ASPX page A (wh...more >>

Rendering proper case/title case on bound data in datagrid?
Posted by kenfine NO[at]SPAM u.washington.edu at 12/21/2004 8:14:14 PM
ASP.NET newbie, here. I'm binding data to a datagrid. I want one of my fields rendered in proper case AKA Title Case. What's the easiest way to make that happen? More generally, I'm interested in the best ways to impose a string formatting function on data bound to a datagrid. Thanks. -K...more >>

Passing webcontrols created dynamically on user control placed on a placeholder in a form to another page
Posted by elkay at 12/21/2004 7:51:58 PM
I am trying to pass Controls dynamically created in UserControl placed in a placeholder of a page to another page. How can I get each ID and value of the control in the new page? Any help will be appreciated. I have gone through this group and read: *Creating ASP.NET Server Controls Dynamical...more >>

Drag Drop
Posted by Niraj Ranka at 12/21/2004 7:24:31 PM
Hello, Can we have the drag drop methodology in asp.net... on server side. I want to create the array of button... which the user can drag drop. if any clue will help a lot Thanx in advance, Niraj Ranka ...more >>

multiple validators on textfield w/display=dynamic don't display correctly
Posted by cp at 12/21/2004 11:02:54 AM
I have a regularexpressionvalidator and a requiredfieldvalidator attached to a textfield (that takes an email address). I also have a first name and last name field, each with a requiredfieldvalidator. I set the display=dynamic for all the validators. The error messages for the name fields...more >>

multiple ParseChildren
Posted by Mariusz at 12/21/2004 9:47:40 AM
Hi I have a problem with parsing children controls of control. I have control that have 2 children lists that must be parsed. But when I add second ParseChildren attribute then I have error 'multiple Parse.....'. I'm using version with name: ....ParseChildren(true,"Tabs"),ParseChildren(true,...more >>

Please help me
Posted by Milind at 12/20/2004 5:01:51 PM
Hi all, I have a problem: i have created one weservice and one asp.net page but when I running the application it is invoking the webservice why not web page please provide me solution ...more >>



how to reach a control in a dynamically extended HTML Table
Posted by buran at 12/20/2004 2:05:38 PM
Dear ASP.NET Programmers, I have a HTML table (running as server control with the control ID: tblInsertSP). The table has 16 rows with textboxes. Depending on the value of the ddlSPType, which is a dropdownlist control on the page, I add dynamically extra rows to the table. For instance, if th...more >>

Microsoft TreeView DataBind Performance Problems
Posted by Aidan Marcuss at 12/20/2004 1:57:18 PM
I am seeing significant performance problems with the TreeView (from the Microsoft.Web.UI.WebControls namespace) when trying to data bind it on the server side. I set the TreeNodeSrc property and the TreeNodeTypeSrc property and then call the DataBind() method. I am setting each of these propert...more >>

datagrid "can grow" ?
Posted by Nick Stansbury at 12/20/2004 12:09:45 PM
Hi, I've developed a series of custom controls that use or extend the datagrid control. Obviously however I have the same old problem with grid layout as opposed to flow layout - when the datagrid is initialised instead of pushing everything below it further down it simply overlaps with an...more >>

Loading another project
Posted by Stanley at 12/20/2004 11:59:01 AM
Is it possible to build a web control (mycontrol.ascx) as it's own project and then bring it into another project like my main site without copying and pasting the pages over?...more >>

how can i create a color palette or color dailog box in a web appl
Posted by eng_nahswa at 12/20/2004 5:11:03 AM
hiii everybody i want to knowhow i van create a color palette or color dialog box as in windows application but this time in a web application also if anyone knows how i can retrieve all fonts on the system and thier size, plz help me as soon as possible -- eng_nashwa...more >>

HELP!!! JavaScript client and server side DropDownList
Posted by Shawshank at 12/20/2004 12:22:54 AM
I am nearly desperate. Hope anyone of you can help. In my web application, I need to use several interdependent DropDownLists, which means contents and selections of one dropdownlist depends on slection in another. Initially I used server side OnSelectionChange event handler of one dropdown...more >>

Unable to download IE WebControls from microsoft.com
Posted by Sagar at 12/19/2004 2:23:02 AM
The IE Web Controls are not downloadable at http://msdn.microsoft.com/downloads/samples/internet/ASP_DOT_NET_ServerControls/WebControls/default.asp It redirects 404 page not found. This is a bad link. ...more >>

CheckBox in a datagrid control
Posted by E-Cube at 12/18/2004 2:03:01 PM
Hello All, I have a datagrid that will retrieve data from my sql database, on the data grid once the data has been loaded is a checkbox per datagrid row. I would like to know what is the eventhandler should I be using to pick up a checked event from a checkbox in a datagrid control? Th...more >>

Is this possible -- 2 grid rows per data row in Datagrid?
Posted by Diotima at 12/18/2004 11:41:01 AM
I'm working on a medical records application. My page displays data associated with documents transcribed from dictation in a datagrid. Some documents have comments associated with them (as much as 250 characters). When this is the case I want to display the comments in a row below the main ...more >>

Web Control Events
Posted by Ahmzee NO[at]SPAM gmail.com at 12/18/2004 5:40:05 AM
Hi All, I am developing webpart for Sharepoint Portal Server.Webparts inherit webcontrol and are similar to web custom controls. The problem i am faing is that if i create controls (LinkButtons) in the CreateChildControls Method it's click event works perfactly. But if i create controls...more >>

Calendar Control Localization
Posted by platinumbay at 12/17/2004 4:48:00 PM
There is a sample here of a localizaed calendar control: http://www.microsoft.com/middleeast/msdn/arabicsupp.aspx#25 How would one code this to use say, the Hijri calendar instead of gregorian? Thanks, Stephen Andrews ...more >>

drop down list not selecting what I ask it to ... any ideas?
Posted by Eskimo at 12/17/2004 1:39:04 PM
.... if (Page.IsPostBack == false) { ddlserver_id.DataTextField = "server_ip_address"; ddlserver_id.DataValueField = "server_id"; ddlserver_id.DataSource = <retrieved data set>; ddlserver_id.DataBind(); ...more >>

Datareader, Datagrid and hyperlinks
Posted by Grant at 12/17/2004 1:24:54 PM
I am filling a datareader and then assigning the reader to the datagrid as follows: SqlDataReader reader = ADOConnect.populateDatareader(); AllResultsDataGrid.DataSource = reader; AllResultsDataGrid.HeaderStyle.Font.Bold = true; AllResultsDataGrid.DataBind(); My question is how do I speci...more >>

can't hide button
Posted by jsh02_nova NO[at]SPAM hotmail.com at 12/17/2004 11:03:09 AM
I have a button of type System.Web.UI.HtmlControls.HtmlInputButton whose id is 'btnReset', on which I would like to set the visibility style property. I've tried: btnReset.Style.Item("visibility") = "hidden" and btnReset.Style.Add("visibility", "hidden") without success and the butt...more >>

Table as a TreeNode in ASP.Net
Posted by g82martin NO[at]SPAM msn.com at 12/17/2004 7:01:05 AM
I am trying to display Table objects in a TreeView in ASP.Net. Is this possible? ...more >>

how do I access controls from a static class?
Posted by Grant at 12/16/2004 5:07:39 PM
Hi, I have a page with about 40 text boxes for capturing data and need to get the values of these text boxes to a static class for processing. I can go through individually and add to an arraylist but there must be an easier way.. In the aspx I can directly access these control values bu...more >>

TextChaged in datalist(URGENT)
Posted by Mani at 12/16/2004 12:19:03 PM
Hi, I need help regaring below, Please some one help. I have a textBox in ItemTemplate column of Datalist. I dont have Edit Command or UpDate command for Datlist. user will enter the data in the textbox and I have to store it in the database. How is it possbile???? If I write it in ...more >>

HELP With DataList
Posted by CCORDON at 12/16/2004 9:09:04 AM
I am using a DataList to load data from a OleDbDataReader but it wont load the data...I have checked and the DataReader has records in it. Here is the code: If Not Me.IsPostBack Then BiddingsReader = GetCurrentBiddings(p_UserInformation.UserCorpId) ...more >>

Rendering a custom control to a string object
Posted by RM at 12/16/2004 8:46:08 AM
I have a "Custom Control" that takes a DataTable for a property and on ..Build(); renders a table showing products in cart, subtotals and the like. Being a custom control, it of course has an HTML ascx, and a .cs codebehind. 99% of the time it's used on various pages of a website. I would l...more >>

Cassini and VS.NET 2003 and XP Home
Posted by Piotr Karwatka at 12/15/2004 10:50:12 PM
Is any way to use cassini or other server (not IIS) in vs.net 2003 to develop asp.net pages? I have project made on IIS VS.2003 on Windows Server 2003 and now i have to compile this os Windows XP Home Edition where i cannot use IIS i can't open my solution in any method i know... Could You h...more >>

Drop Down List
Posted by thomson at 12/15/2004 10:47:19 PM
HI all, I have a drop down list with certain values, My issue is that i must enable search in that, Right now iam not able to type a character in the drop down, when i type a character the dropdown should show values related to that character Thanks in Advance thomson ...more >>

How can i create my own menus in asp.net
Posted by Milind at 12/15/2004 6:47:28 PM
Hi, I want to create horizontal menu in asp.net ...more >>

Need Jump Start
Posted by FloridaJoe at 12/15/2004 4:07:08 PM
I've passed my VB 6 exams. Now I've installed .NET 2003 and I'm trying to get started in ASP .NET My problem is I know exactly what I want to do and how to write vb ado code, but I don't know where to put it. I need a kick start to get going. Can anyone recommend an ASP .NET for VS6 users type...more >>

Server side access the text of <asp:label> changed by client side javascript code?
Posted by nick at 12/15/2004 12:43:26 PM
Is possible for server side code to access the text of <asp:label> changed by client side javascript code? ...more >>

Newbie question about Checkbox list
Posted by G at 12/15/2004 12:17:38 PM
I'm still a newbie not only with .NET, but also with the whole concept of postbacks and states. I have a checkbox list with 5 items, all initialized as selected. I have a button that when clicked, disabled the entire checkbox list. When the very same button is clicked a second time, the che...more >>

Creating a WebForm that can be extended
Posted by pantichd at 12/15/2004 10:26:58 AM
Hello, I want to create a "base" webform class that will contain a few web controls. For the sake of this thread let's say I want it to have a textbox and a label. In the code-behind for this class I want to have some methods that should be available to all classes that extend it. Then I wa...more >>


DevelopmentNow Blog