http://www.codeproject.com/cs/database/Vertical\_rows\_in\_Datagrid.asp http://www.codeproject.com/useritems/VerticalDatagrid.asp I hope this helps All the best Lucky -- modified at 3:05 Thursday 27th April, 2006
luckyv
Posts
-
Any Control in ASp.NET -
Merge DataGrid HeaderRefer www.codeproject.com/aspnet/MergeDatagridHeader.asp All the best Lucky
-
two headers for datagridIs it Possible to have 2 header rows(header for header) in a datagrid Thanks Lucky
-
double header for datagridIs it Possible to have 2 header rows(header for header)for a scrolling datagrid with fixed header.Plz Help. Thanks in advance.
-
Double header in datagridIs it Possible to have 2 header rows(header for header)for a scrolling datagrid with fixed header.Plz Help. Thanks in advance. -- modified at 3:10 Thursday 20th April, 2006
-
How to retrive the Day of a given datehi Thank you lucky
-
How to retrive the Day of a given dateHow can we retrive the day(Sunday,Monday....etc) of a date
-
How to Retrive day of a dateHow can we retrive the day(Sunday,Monday....etc) of a date
-
How to create RadioButtonColumn for DataGridViewhi You can use a template column to put a radio button control in your datagrid Regards, Lucky
-
get the data from more than one databaseHi all, I want to get the data from tables of two different database.Is it possible Pls help thanks lucky
-
How to get the data From DataGridViewCellhi, foreach(DataGridItem item in DataGrid1.Items) { DropDownlist ddl = (DropDownList) e.Item.Cells[1].FindControl("ddl1"); string value = ddl.Selectedvalue; } Above 'ddl1' is id of the combo that you want to get the value of. all the best lucky -- modified at 6:50 Friday 3rd February, 2006
-
How to get the data From DataGridViewCellhi You can use the 'FindControl' option to get the selected values of combo box lucky
-
Message Box in C#hi, You can write code in java script and use 'Registerstartupscript' for implementing that script. lucky:)
-
retrive the value from datagrid with checkboxHi, You can wite code for that in 'oncheckchanged'='some function'. lucky
-
Display same header for 2 template columnshi all, I have a problem with datagrid. I want to display the same header for morethan one column of datagrid.PLZ help lucky
-
display the result dynamically in a grid at runtimeHi nick, I want to dispaly the result as soon as i change the values of other textboxes. Not from dataset and database.I should do that with out any click or update. Plz help Thanks Lucky
-
display the result dynamically in a grid at runtimeHi Ista, Thanx.Can you please give me the details how to create a computed column. Thanx in advance. lucky
-
display the result dynamically in a grid at runtimehi all, A problem with grid. I can edit the columns in a grid but i want to dispaly the result at runtime before updating it to the database.(eg. product of two columns should be diaplayed in the next column as soon as the user edits any one of two cols.)Pls Help:confused: