View Complete Post
The wwDataBinder control addresses simple control data binding--binding simple form controls like textboxes, checkboxes, and the selected values of list controls to individual data or object values.
Rick Strahl
MSDN Magazine December 2006
In ASP. NET 2. 0, the GridView and DetailsView controls are designed to work together. They don't merely provide complementary services, they also share a number of helper classes and components. The output of the GridView control consists of a sequence of rows, each with a fixed number of columns.
Dino Esposito
MSDN Magazine January 2006
HI All,
i am creating a column in the list while creating a column i will have an option for choice field on selecting choice i can see dropdown, radiobutton, Checkbox to select and can enter list of values. and on clicking ok i will get a column with radiobutton. in newform.aspx and also in editform.aspx
so i need to create the similar functionality with my custom radio button, so on create column i need to show my custom choce on selecting this i need to show my custom radiobutton and can enter list of values then on selecting it then click ok to create a column, in edit form and new form i need to show a radio buttons with values.
Thanks in advance
Hi help me!
I am strugling this problem!
My requirement is I need to create a custom control which need to retrive data from sharepoint list, The list contain some sites information like Title, url, Scope my requirement is i need to display sites Title in my custom control and when i click on title (site name) in custom control it need to be redirect to that site and whenever list data updated automaticaly custom control data also need to be apdated automatically .
Hello All ,
i have data grid view and i want to disable specific column from writing in it and in another column
i want to write something like item code and load the item name automatically in the corresponding cell in the disabled column
i hope that i write my problem correctly and you can understand what i want :)
thanks in advance ,
I'm creating a schedule using a datagridview. The cells in the grid need a lot of special behavour so I created my own Column and Cell classes. In the Cell.Paint method I draw the cell text in various colors, draw images and lines, depending on data values.My question is this: What is the correct order to draw parts of the cell using the DataGridViewPaintParts? Does it matter? At present, the display is horrid - sometimes the cells are transparent (I can see what's underneath the application) and the text is scrambled. A really good example of how to paint a cell would be great!Thanks
I have a data column in Oracle as NULLABLE NVARCHAR2 (1) which accepts Y for True or N for False and nulls.
When I have Dynamic Data to render this column, it renders it as a TextBox web control.
Is there a way to make Dynamic Data to render it as a CheckBox web control?
Thanks,
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend