all groups > asp.net webcontrols > october 2007 > threads for october 22 - 28, 2007
Filter by week: 1 2 3 4 5
Ajax ModalPopupExtender with FormView
Posted by john at 10/27/2007 6:53:37 PM
Button invoking FormView:
It opens the FormView as expected, but when I Click New it Disappears during
postback and remains Invisible. When I Click the Original Button again that
invoked it, it Shows again in the "New" Mode (or Edit Mode if I Clicked that
Choice).
How do I get it to show i... more >>
Webcontrols added inside a Gridview are not accessible from code behind.
Posted by cclements1384 NO[at]SPAM gmail.com at 10/26/2007 2:21:02 PM
Gurus,
I am trying to add a Drop Down List web control to the footer template
of a grid view. The problem is that once the control is created
(using markup) the name of the control is not accessible from the
page's code behind.
References to ddlmyControl in code fail to compile because the... more >>
Bind images to a data list
Posted by mherrera78 at 10/26/2007 1:01:02 PM
I have been presented with this challenge. I need to build a image viewer
type of control. Basically, a specific part has different views, and when
one part is selected, I need to display an image on a medium size and all the
different views of the same part right below in some sort of thumbn... more >>
OnServerValidate handler - how to know which CustomValidator is using it ?
Posted by northof40 at 10/26/2007 12:01:45 AM
Hi - I have set up a number of CustomValidators all of which specify
the same method as on their 'OnServerValidate' property.
Within the method handling the custom validation how can I determine
which CustomValidator is calling ?
I would like to modify the error message dynamically but witho... more >>
use index on dropdownlist
Posted by Sam at 10/25/2007 10:53:06 AM
I got a drop down list, but when i try to selected an index it dose not
work. can someone give me some help?
here the code:
Dim dsCountry As New DataSet
dsCountry = GetCountries()
With dpdnCountry
Dim lstItem As System.Web.UI.WebControls.ListItem
... more >>
Help with vb.net Maths syntax in asp.net
Posted by Jamie Sutherland at 10/25/2007 12:00:00 AM
Hi,
I am trying to get my web app to do some maths...
The user enters a number in a textbox, then i want the app to deduct 2 from
every multiple of 12.
ie
12 =10
24 =20
36 =30
48 =40
and so on
Any one got any ideas on how i can do this?
Thanks in advance
Jamie
... more >>
Menu Control used on a MasterPage
Posted by Matt at 10/24/2007 12:00:00 AM
Hello,
I am using an ASP Menu Control as a user control (.ascx file) on a
Master Page. I am having problems with the drop down menus rendering
properly in IE 7.
I found multiple articles describing this problem and how to fix it
(http://weblogs.asp.net/dannychen/archive/2005/12/16/433332.as... more >>
RequiredFieldvalidator displays error too early
Posted by Preben Zacho at 10/23/2007 11:47:54 PM
Hi there
I have a RequiredFieldValidator that displays the text "Required field" for
a textbox. The problem is, that the text "Required field" is displayed
BEFORE the user presses the button to accept the form. Why does this occure?
Must be some setting I've missed, cause in other forms it wor... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VWD2005: SQLCommand can't be added to page, why?
Posted by Vadim Rapp at 10/23/2007 12:36:41 PM
Hello,
in Visual Studio 2005/Visual Web Developer, if I add SQLCommand,
SQLCommandBuilder,SQLConnection, SQLDataAdapter to the toolbox, they don't
show up until I check "show all items"; then they appear disabled, and can't
be added to the page. Still, I see that I can create those objects ... more >>
PostBackTrigger for Ajax cannot find FormView Button
Posted by john at 10/23/2007 12:00:00 AM
This Error on page load attempt:
A control with ID 'AttachButton' could not be found for the trigger in
UpdatePanel 'UpdatePanel1'.
Condition: File Upload Control inside of and Ajax UpdatePanel, which is
inside of a FormView Insert Template. File Upload Control needs this Trigger
according d... more >>
DropDownList in a GridView
Posted by BrassicaNigra at 10/22/2007 2:40:02 PM
I have a datagrid that has a dropdownlist in each row. When a user changes
one of these drop down values, the autopostback allows me to handle the event
using the OnSelectedIndexChanged event for the drop down.
This works fine, but I cannot find a way to retrieve which row the drop down
... more >>
Refresh Page
Posted by blanic via DotNetMonster.com at 10/22/2007 2:28:10 PM
I have a webpage (aspx) in .net using visual basic as my code behind it. I
have a gridview that when I push a button it adds a comment box to the
gridview, which works, but the page does not refresh to show the data unless
I back out and go back in. How do I refresh my page to show the data I j... more >>
|