Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Bishoy George #1
new colum
Hi,
I have a datagrid that has 2 columns that is filled from database, I want to
add a column each cell of it will have a check box control.
Please help
Bishoy George Guest
-
Datagrid colum has no Dataformat property
I am writing a webpage in VB.net. I cant access the dataformat property of a column in the datagrid. But I get this error in Visual Studio : ... -
datagrid, paging and editcommand colum
I have a datagrid in my page which has one editcommandcolumn with edit, update and cancel options. Paging is also enabled in my datagrid. When... -
formatting a date field in a datagrid colum - newbie
I'm working with a datagrid control and needing to format a date field(from access) so that it just has dd/mm. Do I format it in the Tag or in ... -
how to Add different controls(textBox,DropDownList or some ) in the same column,based upon the value in the previous column (Say second Colum which contain dropdown with some values) ?
I am new to ASP.NET. I am facing problem with datagrid. I will explain prob now. In the datagrid the first column is name in the second... -
Colum names.
Hi, I want to make a stored procedure where i get all the colum names from a table. I know i can use SELECT COL_NAME(OBJECT_ID('Tablename'),1)... -
Eliyahu Goldin #2
Re: new colum
You need a template column with a checkbox in the item template. Look up
MSDN Library topics on this.
Eliyahu
"Bishoy George" <bishoy@bishoy.com> wrote in message
news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...> Hi,
> I have a datagrid that has 2 columns that is filled from database, I want
> to add a column each cell of it will have a check box control.
>
> Please help
>
Eliyahu Goldin Guest
-
Bishoy George #3
Re: new colum
Where Can I find it in the msdn?
Could you give me the link to it.
I am in a hurry and couldn't find it
Thanks alot
"Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
news:e9rp7Fe7FHA.1032@TK2MSFTNGP11.phx.gbl...> You need a template column with a checkbox in the item template. Look up
> MSDN Library topics on this.
>
> Eliyahu
>
> "Bishoy George" <bishoy@bishoy.com> wrote in message
> news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...>>> Hi,
>> I have a datagrid that has 2 columns that is filled from database, I want
>> to add a column each cell of it will have a check box control.
>>
>> Please help
>>
>
Bishoy George Guest
-
Patrick.O.Ige #4
Re: new colum
msdn.microsoft.com
Patrick
"Bishoy George" <bishoy@bishoy.com> wrote in message
news:eindoLe7FHA.1184@TK2MSFTNGP12.phx.gbl...want> Where Can I find it in the msdn?
> Could you give me the link to it.
> I am in a hurry and couldn't find it
>
> Thanks alot
>
>
>
>
> "Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
> news:e9rp7Fe7FHA.1032@TK2MSFTNGP11.phx.gbl...> > You need a template column with a checkbox in the item template. Look up
> > MSDN Library topics on this.
> >
> > Eliyahu
> >
> > "Bishoy George" <bishoy@bishoy.com> wrote in message
> > news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...> >> Hi,
> >> I have a datagrid that has 2 columns that is filled from database, I>> >> >> to add a column each cell of it will have a check box control.
> >>
> >> Please help
> >>
> >
>
Patrick.O.Ige Guest
-
Eliyahu Goldin #5
Re: new colum
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuiwebcontrolstemplatecolumnclasstopi c.asp[/url]
Eliyahu
"Bishoy George" <bishoy@bishoy.com> wrote in message
news:eindoLe7FHA.1184@TK2MSFTNGP12.phx.gbl...> Where Can I find it in the msdn?
> Could you give me the link to it.
> I am in a hurry and couldn't find it
>
> Thanks alot
>
>
>
>
> "Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
> news:e9rp7Fe7FHA.1032@TK2MSFTNGP11.phx.gbl...>>> You need a template column with a checkbox in the item template. Look up
>> MSDN Library topics on this.
>>
>> Eliyahu
>>
>> "Bishoy George" <bishoy@bishoy.com> wrote in message
>> news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...>>>>> Hi,
>>> I have a datagrid that has 2 columns that is filled from database, I
>>> want to add a column each cell of it will have a check box control.
>>>
>>> Please help
>>>
>>
>
Eliyahu Goldin Guest



Reply With Quote

