| Thread | Last Post | Replies |
|
| cant see the HTML added to Templated Control in design mode | 28 Nov 2004 17:44 GMT | 2 |
I have a web control that has its own designer implemented....everything works fine, I get the proper values that are stored in the container but I would like to go even further and its where the problem appears. Why do I get a grey box when I open my page containing the control in ...
|
| DropDownList moves to top of page on PostBack | 28 Nov 2004 11:47 GMT | 1 |
Probably an easy fix I'm overlooking, but when I select an item from a DropDownList (AutoPostBack="true"), the dropbox jumps to the top of the page. Any idea how to stop this behaviour? Roger
|
| Asp.Net C# Whidbey WebUserControl | 28 Nov 2004 01:32 GMT | 1 |
I'm trying to implement a WebUserControl ( MyCtrl.ascx ) to a WebForm ( MyWebForm.aspx ) The MyCtrl.ascx has some properties ( Public String FormTitle ) - and some others.
|
| INamingContainer problem...can I work around this? | 27 Nov 2004 19:29 GMT | 1 |
I have implemented INamingContainer in a custom WebControl. It provides unique ID's for controls without ID's. However, if my control already has an ID set in its property panel, or in code, The HTML that is rendered always shows the unique ID in front of it.
|
| How can I get CheckBox value? | 27 Nov 2004 08:55 GMT | 1 |
I have created dynamically some check box using CheckBoxList. I' trying to retreive those check boxes values with Request.From but I only get "on" for checked boxes. I did the same for radio button using RadioButtonList and droplist and it
|
| Using tabstrip in a user control | 26 Nov 2004 19:17 GMT | 5 |
Does anyone have a sample of using the Microsoft TabStrip control in a custom user control (ascx) ? Please share code and/or URLs. Thanks in adance
|
| How Do I set enabled to false on all but one web control on a page | 26 Nov 2004 19:01 GMT | 1 |
What I need to do is loop through all the web controls on a page where the tabindex is > 6 and set enabled to false. I've got about 60 controls on a page and would rather not have to set each one individually. Any suggestions? Here's a snippet of code I found
|
| wrap text within cell-not working with data grid | 26 Nov 2004 18:55 GMT | 2 |
Hi I have a datagrid and have set a column format as follows Column 7 header-have the checkbox unchecked for (wrap text within cell) items-have the checkbox checked for (wrap text with cell)
|
| HtmlInputHidden value set on client not getting to server postback | 26 Nov 2004 18:49 GMT | 1 |
I'm having a problem with maintaining a form dirty flag that is shared between the client and server. I'm trying to use an HtmlInputHidden control (that is set to "true" on the client when changes are made) to control the processing on the server when the form is posted back. The ...
|
| Populate Data Grid at Client side | 26 Nov 2004 18:40 GMT | 3 |
I have a parent page. It will pop up a modal dialog (by calling show modal dialog) window. Dialog window will return a long string which will be parsed at the client side(say as first and last names). Now I need to populate the datagrid with these string data.
|
| disabled dynamically added controls and postback | 26 Nov 2004 17:00 GMT | 1 |
Please help me with the following real-trouble: - I have dynamically created controls on page - Everything works unless I set for some controls .Enabled = false In such a case stored value for the disabled control is lost (not sent by
|
| Securing/encrypting sensitive data with clear display in DataGrid | 26 Nov 2004 14:53 GMT | 3 |
I have an application that contains some sensitive data. I am displaying the table containing this data via a DataGrid, using an ADO.NET DataSet for the database access. I need to make sure the sensitive data is not stored in the database in clear-text, yet I need
|
| Problem with web user control | 26 Nov 2004 14:48 GMT | 1 |
I have a user control WebUserControl1.ascx with a textbox.I want to change the text of the textbox from another page but i get the error "object reference not set to an instance of the object".The code is: protected System.Web.UI.WebControls.TextBox txtUC;
|
| ASP with Mozilla | 26 Nov 2004 13:04 GMT | 5 |
I am learning ASP.net (for the moment, I'm still writing the code by hand, in Notepad - VS.NET can wait for now). The original text code is this: --------------------------------------------------------------------------------------------------
|
| prevent Upload Large Files .Net | 25 Nov 2004 21:07 GMT | 3 |
I want to prevent user to upload files larger than 2MB. If they try to upload I want to redirect them to a error page (ex: File size larger than 2 MB ).. right now I get a page break "The page cannot be displayed"
|