| Thread | Last Post | Replies |
|
| Urgent Q: 'correct' coding of a Webcontrol Designer driving me nuts... | 31 May 2004 22:29 GMT | 1 |
Have a problem that has been driving me nuts for a week. Should have reached out for help sooner ;-) If I edit the Text Property of an ASP:LABEL it immediately updates the IDE's view.
|
| Collection Designer in Composite Controls | 31 May 2004 19:09 GMT | 1 |
i have following sample Control [ParseChildren(true)] [PersistChildren(true)] public class MyControl: System.Web.UI.Control
|
| upload file in asp.net | 31 May 2004 09:26 GMT | 1 |
how to upload file in asp.net ?, i prefer something like file attachment as we can see in yahoo or hotmail. tks,
|
| Retrieve PostBack value of dynamic control | 29 May 2004 17:56 GMT | 2 |
I am hoping that someone would respond to what I am calling a puzzle: obtain the postback value of dynamic hidden control I am posting a short version of the code, thx for your help public class AccountSummaryInfo : System.Web.UI.WebControls.WebControl, IPostBackDataHandle {
|
| DataGrid Style | 29 May 2004 07:40 GMT | 1 |
I have a datagrid that I want to set different styles for header and normal items. The problem is that I setup right in properties of datagrid, but nothing happens in design. I can't say why!!! Can you help me???
|
| Styles - general question | 28 May 2004 13:27 GMT | 3 |
What's the generally accepted approach for using Styles and Stylesheets in a web application based on .aspx files, Web Controls, User Controls, and code-behind modules (c# in my case)? Most style and stylesheet guides on the internet seem to be based on web sites (rather than ...
|
| refresh cause insert to database :( | 28 May 2004 08:36 GMT | 2 |
I have really simple form that insert data from web controls to a DB after submit is called. This works fine but after submit when u refresh the page, this insert is fireed again.. i use ispostback clause however it doesn't prevent runnig a code after
|
| Please help with treeview (IE web controls) | 28 May 2004 08:33 GMT | 1 |
Please help : ++ The second node level dotted are not shown ++ We are currently experiencing a pretty strange behavior with TreeView control that comes with IE webcontrols. Actually when used on OS other
|
| Detect Source of postback | 28 May 2004 07:31 GMT | 4 |
Does anybody know how to detect the source of a postback. I've debuged the sender on the page load event and although I see a long list I can't see what control actually fired the postback. Regards
|
| A simple question about properties | 27 May 2004 22:01 GMT | 2 |
I have an asp user control that contains amonst other things a label and a Textbox Properties for each control work as expected for each control but I want the property to update the contents of the textbox and label on the web page
|
| howto: Chg textbox visible on dropdown selection? | 27 May 2004 17:51 GMT | 5 |
I am trying to get a webform textbox control to show|hide based on a dropdownlist selection. The dropdownlist displays AccountType. The choices are Employee or Contractor. If the user selects Contractor then they also need to furnish their "Contract Number". Therefore, the
|
| How to Bubble an event from a dynamically created user control. | 27 May 2004 07:51 GMT | 2 |
I have a usercontrol which I add to the page the aspx page at runtime. This control is dynamically created multiple times in the page and added to a placeholder. This user control also has some events which I would like to bubble it to the page on which the control is added.
|
| How to add items in toolbar after installing a component? | 27 May 2004 07:47 GMT | 3 |
I developed an asp.net controls and I'd like to add controls in vs.net's toolbar after intalling.So any points? Thanks all. Neo
|
| How to set the input focus? | 27 May 2004 04:26 GMT | 3 |
How to set the input focus to a specific textBox in a form when browser a web page? thanks, --Caspy
|
| Set headertext in datagrid programatically | 27 May 2004 01:19 GMT | 1 |
I create a datagrid using the Web Forms Toolbo The dataadapter,dataset and databind() code runs in a button eventhandler The headertext is determined by the column names of my SQL select statement there How can I change the headertext programatically in the codebehind? ... I don't ...
|