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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|