Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
keal75 #1
Calendar within DataGrid Edit Control or Template Column
I'm currently trying to build a calendar functionality into a datagrid that
opens a new web page. Once the user selects the date in the new page, i'll
need to be
able to post that date back into a textbox located next t o the calendar gif
image with in the asp.net datagrid.
Any ideas for VB.net Or C#
Thanks
--
Koljas
keal75 Guest
-
Building a calendar within a DataGrid Edit Control
I'm currently build a calendar functionality into a datagrid that opens a new web page. Once the user selects the date in the new page, i'll need to... -
Datagrid Template Column size control
Hello guys, I have a datagrid with 2 Template columns. 1 colum which has all the data in the form of a HTML table and other which has an image... -
Dynamic Template column in DataGrid control
Hi Everybody, I am trying to create a dynamic template column in a datagri control using the ITemplate interface. //part of my code in the... -
How can I dynamically add a control to a DataGrid Template column?
I want to do the following: // create the template column ... TemplateColumn tc = new TemplateColumn(); tc.HeaderText = "Location";... -
Addressing Control in Edit Template of DataGrid
Earl, You should get a reference to your control in the ItemDataBound event. When you enter Edit mode, you should be calling DataBind on your...



Reply With Quote

