|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
query database, create control, display on page
LU -
26 Mar 2005 10:43 PM - 3 messages
1)I query database: QuestionName | QuestionType AwardText1 | TextBox AwardMonth1 | DropDown AwardYear1 | DropDown AwardText2 | TextBox AwardMonth2 | DropDown ...
hosting app from pc
Jimmy -
26 Mar 2005 11:09 AM - 7 messages
Hi I am trying to let other people access my asp.net app through the internet. Besides from any security issues i have tried this but other people cannot reach my site. The url I want to be accessed is ...
auto show/hide item's data
sista via DotNetMonster.com -
26 Mar 2005 7:45 AM - 1 message
hi! help... How do you show/hide item's data? Like sale item on product catalogue. I want to show the sale image when the status of product is on sale. in my catalogue I use datalist: ------------------------------------------------------------------ <ASP:DataList id="MyDataList" RepeatColumns="3" runat="server"> ...
DetailsView control width shrinks when click "Edit"
Chip Cooper via DotNetMonster.com -
25 Mar 2005 11:22 PM - 1 message
I have a DetailsView control, and it has several fields that may contain over 100 characters. Once I click "Edit" for the control, the field shrinks to almost 15-20 characters. Is there a way around this so the ...
Formatting dropdownlist containing three fields
Chip Cooper via DotNetMonster.com -
25 Mar 2005 11:20 PM - 2 messages
The dropdown list contains three fields I want the end user to see, but I'd like to format how this dropdown is presented. I want to add spaces between each field so it's not just one long string. ...
Setting dropdownlist.selectedindex when entire datagrid is dynamic
NancyA -
25 Mar 2005 6:37 PM - 3 messages
I have a dynamic datagrid that is created using records in a SQL table. The datagrid functions perfectly in both view and edit modes. The only thing left to do is to figure out how to set the SelectedIndex property of any ...
Re: Serialize Style to save ViewState
Teemu Keiski -
25 Mar 2005 5:15 PM - 1 message
I dropped off the track how you have it currently, but here is a link to an example howto save Style object to your control's Viewstate. Instead of passing the style to ViewState straight, you use it's IStateManager ...
DHTML Behaviors (HTC) in a custom server control
JV -
25 Mar 2005 3:59 PM - 1 message
I've coded a datagrid-derived control that makes use of a DHTML behavior in a separate script file (.htc). Now that it works, I've realized that I don't know how to deploy this well. I know how to embed the script in the ...
Adding Checkboxlist/checkbox to dataGrid and retrieving selected value
asp123 vbnet via .NET 247 -
25 Mar 2005 10:49 AM - 1 message
Hello to the community, I am hoping someone will correct me and help me with this understanding my problem. I am trying to add a checkboxlist or a checkbox templatecolumn to my data grid, and would also like to retrieve the values selected and add them to the database. The checkbox would take on the zip codes selected. The code in the btnAddSvcArea was obtained from a very good post here itself from Jeffrey Tan. ...
Validation on controls within a repeater
Octavie -
25 Mar 2005 10:35 AM - 2 messages
Hai there! I've build a web user control which contains a repeater control. This repeater control has several textboxes which need to be validated. The repeater is bound to a dataset that contains a datatable with empty rows. The validation I need is to check whether a value has been provided (like ...
stuck: I cant reach usercontrol's class ..
Support -
24 Mar 2005 1:16 PM - 2 messages
in asp.net If I have a web usercontrol WUC with code behind Class CLASSWUC and I have a web page that loads the control Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init ...
Re: At which life cycle should EnsureChildControls() be called?
Brock Allen -
21 Mar 2005 5:34 PM - 5 messages
Try EnsureChildControls() in Page_Init -- this will recreate the server controls prior to the stage where ASP.NET reads the post data and view state and assigns it all into the server controls. -Brock DevelopMentor [link] ...
Checkbox in a datagrid always returns false
Prescott -
21 Mar 2005 3:07 PM - 5 messages
Ok .. I've been beating my head against the wall for a week now, but no matter what I do the checkbox is always false. I create a datagrid, create a template column (all at design time) and add a checkbox ...
|
|||||||||||||||||||||||