| Thread | Last Post | Replies |
|
| ListItem.AddAttributes has no affect? | 02 Mar 2004 20:41 GMT | 3 |
I am trying to add some attributes to a DropDownList's list items. For Example dropdownList1.Items[0].Attributes.Add("myExpandoProperty", "myExpandoValue");
|
| OnItemCommand in DataGrid | 02 Mar 2004 17:39 GMT | 2 |
I am using a datagrid in my aspx page. and i have some coulums which contains push buttons. i want to handle click events on these buttons. OnItemCommand is only working for link buttons. please help regards vijay.
|
| Design Forms!!! | 02 Mar 2004 17:06 GMT | 1 |
I'm designing a Webs Forms in VS .NET and when I put any control it adds on form various tables, witch makes a lot of confusion on my code. How can I disable this thing and design as well as I want. I know that tables are very useful to design (I use them too for that), but I think ...
|
| Multiselect in DataGrid | 02 Mar 2004 15:07 GMT | 1 |
Does anyone know to code a datagrid that supports multiselect like we do in Excel? The multiselect should know the start selected cell index and the end selected cell index.
|
| ListItem Controls | 02 Mar 2004 15:07 GMT | 1 |
Is there any way to add a TextBox to a CheckBoxList to one item of the ListItem, after during or after data binding? what choices do I have? And where can I start Any help
|
| Unable find the Control type of Checkbox List in the Controls collection | 02 Mar 2004 15:07 GMT | 1 |
I'm looping through all the controls in the webform and setting properites dynamically by identifying th type of control using the Get.Type(). I can find out all the controls correctly except checkboxlist control which is returning the type wrong as "System.Web.UI.WebControls ...
|
| Frames in WebForms? | 02 Mar 2004 15:06 GMT | 4 |
Hi gurus, Can I have Frames in WebForms? How can I use them? --
|
| Datagrid Update and Cancel events fire as Edit | 02 Mar 2004 15:06 GMT | 1 |
I have a datagrid that is created at run time DataGrid dgG = new DataGrid(); BoundColumn bcB; dgG.CellPadding = 5;
|
| User Controls | 02 Mar 2004 15:05 GMT | 1 |
In a test project, I have created two WebForms and one WebUserControl that contains a textbox and a button. I would like to display a string in the textbox when the WebForm1 is used, but another string when WebForm2 is used. How can I do this? Do I have to create 2 different ...
|
| inherit from webcontrol or webcontrols? | 02 Mar 2004 15:05 GMT | 1 |
I would like to know whats the difference of inherit from webcontrol or webcontrols In wich cases its better the use of one or another Thanks in advance Regards
|
| aspx pages question | 02 Mar 2004 15:05 GMT | 1 |
Hi, i have a newbie dud I would like to develop a portal, and i have two web controls (the left menu, and the top menu The only thing that i need its the central part (to show information depending in where you clicked in the menus What is the best way to make this...? For example.. ...
|
| Urgent : InvalidCast... Please help me.. | 02 Mar 2004 15:05 GMT | 1 |
Dear all experts, I have this: An assembly (proxy.dll) which is a WebService proxcy client Case 1 : [does not work]
|
| Adding controls | 02 Mar 2004 15:05 GMT | 1 |
Hi... I have a web custom control (inherits from webcontrol) that has (by default) a button and a textbox, i would like to know how its possible, when i click this button, adding a button more "on the fly", wich dont dissapear when i click again this last button.... for example...
|
| unable do find dynamically created controls in a datalist | 02 Mar 2004 15:05 GMT | 1 |
I am using a datalist control to display data from the database like everyone else. However I am unable to find dynamically created controls in the datalist. Description To simplify the use case, for every record I retrieve from the database, I display a checkbox, a hidden field ...
|
| Question on Data Key Field In Datagrid | 02 Mar 2004 15:04 GMT | 1 |
This is Visual Basic .NET web forms development The data key field property in the datagrid allows one field only to be specified and it should be the primary key of the records being displayed in the datagrid. But the primary key consists of 3 fields for the records that I have ...
|