Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Controls / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Failed to load viewstate21 Oct 2005 19:00 GMT5
The question I'm asking revolves around what is needed to load a viewstate.
1) I am using Regular Expression Validators to validate text fields on a page.
--Let's say I have a form set up.  After I type in "bad data" in a date
field and click submit, the validators will show up ...
webcontrol.attributes21 Oct 2005 16:42 GMT1
i tried to set an attribute on a webcontrol:
  tbName.Attributes["onBlur"] =
@"javascript:setTimeout("RDK_HideDiv(divOfNames)", 3000);";
but this is the rendered html page:
clientid21 Oct 2005 14:40 GMT3
i have a control on a content page
which protected method of the control should i use to get the clientid?
ex: ctl00_cphMainContent_tbCusId
i started with OnInit but it only returned "tbCusId"
Reading control values from viewstate21 Oct 2005 12:41 GMT1
I have a page with three textboxes and a submit button -
TextBox1
TextBox2
TextBox3
"If" statement in repeater21 Oct 2005 12:38 GMT1
I have a textbox generated in a "repeater". The repeater is looping over an
array of Port objects, and displaying various of its attributes. One
attribute is a DateTime object which I want displayed in the textbox. But
how do I present an empty string in the textbox if the ...
alternate view for a drop down list20 Oct 2005 21:11 GMT1
I have a drop down list that I have populated with values such as
customer names.  This is what shows up in the textbox part of the drop
down list.  When I hit the arrow for the drop down, I want each row
that drops down to have additional info appended to the customer name.
selectedindexchanged20 Oct 2005 17:37 GMT3
Hey guys,
When I use the selectedindexchanged event of a listbox web control I would
like to be able to to reference the previously selected item. Is there a way
to do that?
AutoPostBack causes script error20 Oct 2005 13:19 GMT1
I have a dropdown list and 2 radio button groups that cause a script error
when they are attempting to post back. The error for all 3 is an Object
expected error.
The page works fine from my development machine and from a development
Datalist SelectedItemTemplate problem19 Oct 2005 21:34 GMT2
I have a small problem with a DataList control and SelectedItemTemplate. It
works fine except that I have to click twice on an item to select it. Or if
I click an item, this item is only selected when I click another item.
What do I do wrong?
Make User Control19 Oct 2005 19:39 GMT1
How can I make my UserControl's properties be visible to all other controls
in a web page?
TIA
Issue with embedded datagrid.19 Oct 2005 19:26 GMT1
I have a couple of problems with a datagrid (dgDetail) that is embedded on
another detagrid(dgMaster).   On dgDetail, I have a dropdown listbox
(ddlbDecision) that I am trying populate.  I put code in
dgDetail_ItemDataBound to populate the listboxt but it's not working.
ASCX User Controls and DDL.SelectedValue19 Oct 2005 18:54 GMT2
I have an ASCX user control with a drop down list inside an ASPX (C#)
page.  The user selects an item from the DDL, clicks a button, and the
DDL.SelectedValue is supposed to be sent to another function.  However,
the SelectedValue is always the first value in the DDL.  I have tried
System.Web.UI.WebControls.Repeater and multiple templates19 Oct 2005 17:20 GMT1
if I create a class A with some properies, then create classes B and C
derived from A, later create and ArrayList filled with some B and C items.
This list I would like to use as a datasource for a repeater control. Is it
possible to add more than one <ItemTemplate>? I would like ...
User Control Events19 Oct 2005 17:18 GMT1
I am running inito a strange problem. I created a default page that hosts 3
user controls: navbar, header and footer. Inside the default page I have a
panel where I dynamically load other user controls based on the clicks on
the navbar. The navbar has a delegate and it raises a ...
OK button doesn't work properly with multiple validator controls19 Oct 2005 16:05 GMT2
I've created an ASPX page with 2 textboxes and an OK button.  The 2
textboxes each have 2 validator controls, a RequiredFieldValidator and
a CustomValidator.  Both CustomValidator controls link to JavaScript
validate methods at the top of the ASPX file (HTML view).
Pages: 1 2 3 4 5 6 7 September, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.