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 > may 2005 > threads for may 15 - 21, 2005

Filter by week: 1 2 3 4 5

The nowrap Property of TD Tags
Posted by Nathan Sokalski at 5/20/2005 11:49:11 PM
I want to create TD tags with the nowrap property. I have a user control which sets the Wrap property of a TableCell to False when dynamically creating a table as follows: cellCurrButton.Wrap = False When the code is run, this creates a TD tag that looks like the following: <td nowrap="...more >>

Text control - password
Posted by abcd at 5/20/2005 5:10:11 PM
I am gettting strange behavior for text control of type password.... I have a password text corol followed by a dropdownlist (whose AutoPostback is true) when I type my password then go to next cotrol whch fires autoPostback then my passord contol is cleared...my entered password is cleare...more >>

DHTML and Web server controls
Posted by abcd at 5/20/2005 3:15:49 PM
What is tehe best method to use DHTMl with Web forms and web server controls... thanks ...more >>

Positioning Panel on WebForm at runtime
Posted by Andrew Rayner via .NET 247 at 5/20/2005 2:00:02 PM
hi all, What I am attempting to do is at run time create a panel add a= link button to it, and then I am trying to place it at a= specific position on the webform=2E I am trying to do this to= create a tree of panels on the form, but to do this I need to be= able to set the position at r...more >>

Referencing Datagrid Rows while Datagrid is Sorted
Posted by MrMike at 5/20/2005 1:44:10 PM
I see this question raised often elsewhere, but I haven't yet found an answer. When a datagrid is sorted, referencing a specific row is a problem. In my applications I frequently use datagrids and I must tell my users "If you are going to edit/update/delete a record from a datagrid, make sur...more >>

error messages and focus
Posted by abcd at 5/20/2005 1:12:44 PM
I am using web server controls...when the error occurs I want to display it as an alert and after clicking ok to that alret dialog I want to set the focus to the incorrect value (text control in mycase) How can I do this using web server control code... thanks ...more >>

TextBox.Text not getting the proper value
Posted by daiski at 5/20/2005 9:36:59 AM
Hi. I have a form that is used to edit a row from SQL. The form textboxes are filled at page_load so that the user can see the data. User can make changes in the textboxes then click a button that uses SQL connection and UPDATE statement to save in DB. The problem is that textbox.text (in...more >>

AutoPostBack
Posted by abcd at 5/20/2005 8:49:24 AM
I am using Web Server controls on my page. I want to dispalay error message prompts and other dynamically font and color changes depending upon the user selection. I have set AutoPostBack = true for all controls like text, radio, dropDoenlist. So when ever the control is touched it fires an Au...more >>



Calendar Language
Posted by huseyin_akturk at 5/20/2005 4:44:33 AM
Hi, My OS is Win Xp Pro English. I am using a calendar in a web form. want to see the month names in Turkish not in English. I changed th language as Turkish from regional options. But there is an interestin event, while I am programming, the calendar's month names are i Turkish, when I run t...more >>

How can I use my Own control in DataGrid?
Posted by Information at 5/20/2005 2:34:02 AM
Hi, I am trying to use my own calender control into datagrid but on clicking on it, i can not open that control. I am having date by choosing it from that control into input textbox....more >>

Datalist Dynamic Template Loading Problem
Posted by matt.bailey NO[at]SPAM gmail.com at 5/19/2005 2:32:16 PM
Hello- I am failry new to asp.net but have been coding in general for a while. I have a datalist whos templates are built on the fly. In the Page_Init sub, based on a certain value, certain external controls are assigned as the ItemTemplate and the EditTemplate. 1)If I only assign these tem...more >>

TableCell Text Wrapping Problem!
Posted by Amelyan at 5/19/2005 12:58:13 PM
If I have spaces in my Text property of Label, and I add it to TableCell, it wraps at spaces. E.g. Label lb = new Label(); lb.Text = "Hello, World!" TableCell cell = new TableCell(); cell.Controls.Add(lb); The resulting TableCell html render will look like this _______ | Hello, | ...more >>

Code Masters please respond
Posted by Tim Farrell via DotNetMonster.com at 5/19/2005 11:37:34 AM
I am very confused as to how and when to use a Repeater control. I can't seem to get it to do what I want. I have a Repeater contained within a Panel. This Repeater contains summary records for a database table. I have been trying to code a linkbutton in my Repeater to select a summary reco...more >>

How to react to an ImageButon in a DataList ?
Posted by Gilles Lambert at 5/19/2005 10:15:10 AM
Hi, I'm used to LinkButtons with CommandName property (Update, Delete, etc.) in a DataList to get the correspondind events, but it does'nt work with an ImageButton. The PostBack seems to appen, but the event handler is not called. So i'm sure it's possible to use other kind of butons than Lin...more >>

Detailsview empty dataset insert
Posted by Justin Rich at 5/19/2005 8:12:27 AM
My details view is in insert mode and my dataset is empty but the details view doesnt show.. not sure how to toss this at MS but i think they should code that if its in insert mode the empty dataset doesnt make it invisible.. ...more >>

Can we have more than 1 'control to validate' for a single validat
Posted by Pradeep be at 5/19/2005 12:17:08 AM
I am trying to implement a feautre where it would be easy if i could perform validations on 2 controls using a single validation control(can be a custome validation control) Can we have more than 1 'control to validate' for a single validation control. Is this possible Thanks Pradeep ...more >>

Infragistics UltraWebTab & RequiredFieldValidator
Posted by eric.loos NO[at]SPAM gmail.com at 5/18/2005 4:57:41 PM
We are having some trouble with the UltraWebTab control with a RequiredFieldValidator on one of the page's template. A save button's click event won't fire on one page when another page is not valid. The RequiredFieldValidator is not on the page with the button that does not work. Any suggestion...more >>

How to use Tab controls
Posted by Rajesh Abraham via DotNetMonster.com at 5/18/2005 12:00:00 AM
Hello Masters I have no idea about using Tab controls.so plese give me any related links or some ideas. Please help me cheears Rajesh -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-web-controls/200505/1...more >>

bind a Checkboxlist with a string ?
Posted by Kylin at 5/18/2005 12:00:00 AM
There is a String like this Win98,Win2K,Win2003,Linux,Unix and I want to bind this string to a checkboxlist control , how to do this ? -- FireCrow Studio Kylin Garden ICQ:156134382 ...more >>

About Page
Posted by Amelyan at 5/17/2005 9:26:51 PM
I need some help to confirm my theory! I think I discovered something new for myself about behavior System.Web.UI.Page. THEORY: Every time I change control on my WebForm1 page that results in PostBack, it is handled by a new instance of WebForm1 class, i.e. a new instance of WebForm1 class...more >>

search criteria
Posted by abcd at 5/17/2005 10:15:33 AM
I am using dropdownlist control I have entries like Aaa Bbb Ccc Ddd I am adding new record and I dont want to duplicate it....my record may be AAA or aaa or aAA or aaA How can I use Items.FindByText and search the case insensetive records for the dropdownlist control..... tha...more >>

web forms textbox sizing issues in Firefox
Posted by DaVBGuy at 5/17/2005 10:14:00 AM
I've created a webform and I'm using a couple textboxes. When I browse the form in IE, the textboxes are sized the way I laid them out in my IDE...one being distinctly larger than the other. When I browse the form in Firefox, the textboxes are resized so they are both the same size. How c...more >>

FAQ software
Posted by Martin at 5/17/2005 12:00:00 AM
Does anyway have a simple FAQ control or application ...more >>

Newbie to web side - prompt the user.....
Posted by UJ at 5/16/2005 1:54:08 PM
I have a 'delete' button that I need to prompt the user "Are you sure?" on my web page. It's easy in windows forms. How do you do it on web pages? TIA Jeff. ...more >>

DataGrid help on Datagrid's SelectedIndexChanged event
Posted by Eric at 5/16/2005 10:42:01 AM
Hi, I have two Select button columns on my datagrid control. What is the easiest solution to know which control has been pressed by the user. When I press any of the two controls, it goes directly to the DataGrid_SelectedIndexChanged event... thank you...more >>

Radio Button when checked evaluates to true?????
Posted by Steven at 5/16/2005 9:04:32 AM
I have a real strange page built with framework 1.1 vb asp.net On this page I have a set of radio buttons. --------------- Protected WithEvents rbStandard As System.Web.UI.WebControls.RadioButton Protected WithEvents rbCustom As System.Web.UI.WebControls.RadioButton --------------- When you...more >>

treenode ID attribute issue: X "is not a valid identifier"
Posted by n_o_s_p_a__m NO[at]SPAM mail.com at 5/16/2005 8:24:29 AM
What is a valid identifier that can be assigned to the ID property? Numbers don't work, letters don't work. I am at a loss here. What is supposed to go in the ID field? ...more >>

Is this posible?
Posted by Tim Farrell via DotNetMonster.com at 5/16/2005 12:00:00 AM
I have a 2 Repeaters in place on my WebForm. What I would like to do is be able to select a record on the first repeater (contained within a ASP:Panel) to reveal the details of the record in the second Repeater (Contained in ASP:Panel2). What would I use to accomplish this? I am using store...more >>

Book search
Posted by VV at 5/16/2005 12:00:00 AM
Hi, I'm looking for a book that explains creating custom web controls for asp.net form scratch (Inheritance from webcontrol or control namespace). I've tried so far with different books but they all start and finish pretty much the same. Bla bla what is asp.net, bla bla hallo world, bla...more >>

help~ populating dropdown list
Posted by Carlos Kim via DotNetMonster.com at 5/16/2005 12:00:00 AM
Hi all I want to add 3 dropdown lists in my web form. They are Location, Pool, and Name, which are related each other depending on the selection of the former dropdown list.(Just adding 3 lists(Not related) is also fine) I am new to this field, and need your help~! It has been bugging me for...more >>


DevelopmentNow Blog