| Thread | Last Post | Replies |
|
| Help Required on IE TreeView Web Control -- urgently | 16 Apr 2004 10:11 GMT | 1 |
I have developed a simple aspx page in which i used Internet Explorer Treeview Web control i ve developed the page and deployed it on Windows XP. i tested it and it worked well.
|
| DropDown List - Default Item - Two RowFilters possible? | 16 Apr 2004 04:37 GMT | 3 |
I have a problem with the default Item of an asp:dropdownlist. I databind the dropdown list in the code with values from a SQL Database as per below. ViewOptions.RowFilter = "Code LIKE 'MM%'";
|
| TextBox - MaxLength property | 16 Apr 2004 02:14 GMT | 2 |
I have a MultiLine TextBox (WebForm - C#) with the MaxLength property = 1000 but am able to type in an unlimited number of characters. Is there a way to limit the number of characters that can be typed into this TextBox?
|
| DropDownList doesn't have a Load method - so how does this code work? | 15 Apr 2004 22:27 GMT | 1 |
Hi all, what is the equivalent of this C# in VB ---------------------------------------------- DropDownList CustomerIdChooser CustomerIdChooser = new DropDownList()
|
| Setting the SelectedValue of a DropDownList in a Datagrid | 15 Apr 2004 17:39 GMT | 1 |
I have two datagrids on a webform both of which display DropDownLists when edit mode is invoked. That being said, does anyone have a generic or straightforward way in C# so that when I go into the edit mode of a row, the dropdownlists display the
|
| insert new control into html | 15 Apr 2004 17:37 GMT | 1 |
I am pulling html from the sql reporting services web service and inserting it into a page of mine by using httpwebrequest method. I need to insert a check box in a specific location within that HTML that I get from the web service. Does anyone know how I can do this and have ASP ...
|
| Problem with Session State | 15 Apr 2004 16:22 GMT | 1 |
I dont know why this message show in my web app. (some one can help me?? "[HttpException (0x80004005): Sólo puede utilizar el estado de sesión cuando enableSessionState está establecido como true, en un archivo de configuración o en la directiva de la página System.Web.UI.Page ...
|
| Problem with Datagrid into CustomControl | 15 Apr 2004 09:11 GMT | 2 |
I've got a custom control (myControl) which inherits from System.Web.UI.WebControls.WebControl I designed a datagrid into the control and now I'd have to manage the event fired by the datagrid (but I can't inherit from datagrid ) .
|
| Problem with Dynamic Images in WebConrols | 15 Apr 2004 02:32 GMT | 2 |
I have trying to build a control: PieChartControl : System.Web.UI.WebControls.WebContro in which i am creating a dynamic image based on some data from database in the render method of the control, I set the content type of image/jpeg this.Context.Response.ContentType = "image/jpeg"
|
| Dynamically changing the width | 15 Apr 2004 00:40 GMT | 1 |
I would like to autosize the width of a textbox control based on the value of the control. Is there a function that will determine what the width should be for a control based on the text value of the control or a string that I pass it?
|
| DropDownList - display each Item in different color | 15 Apr 2004 00:13 GMT | 1 |
In DropDownList Web Control, How to display each Item in different color? Any suggestion. Thanks, NH
|
| textbox font | 14 Apr 2004 23:42 GMT | 1 |
i would like modify font texybox in verdana in onpage_load textbox.font=? tank Enrico
|
| insert html around control | 14 Apr 2004 17:28 GMT | 7 |
Is there any way, after finding a control on a page, to insert a literal control either directly before or directly after it? Thanks.
|
| web controls are NOT good use of encapsulation | 14 Apr 2004 16:12 GMT | 2 |
There seems to be no way for an ascx control to grab a value from a parent page. It can call an event, but nothing can be returned to the control. So if a control needs a value that is available off the parent page, the parent is forced then to set values on the control, which ...
|
| feature question | 14 Apr 2004 08:03 GMT | 3 |
is it possible to create in .net stuff like applet in java wich run in the webpage, but don't need an update of the page to be updated himself. my company is wanting to create a zoomable map something like http://www4.mappy.com/sid5CI4bKDlAwzMn21w/CFGMA?poi_rr=0 ...
|