Gridview Template Columns & SqlDataSource UpdateQuery
am 03.02.2007 01:46:00 von M1iS
I have a GridView control with a template column that I use to display my
record data. Iâve included an EditItemTemplate with textboxes bound to the
GridView for editing. On my SqlDataSource I need to link up my parameters to
the bound textboxes in my EditItemTemplate, but when I try to configure my
UpdateQuery property I donât see any parameter source options that will allow
me to so. Is it possible to link template columns up to a SqlDataSource in
this way?
--
Scott W.
Re: Gridview Template Columns & SqlDataSource UpdateQuery
am 03.02.2007 14:01:45 von reb01501
M1iS wrote:
> I have a GridView control with a template column that I use to
> display my record data. I've included an EditItemTemplate with
> textboxes bound to the GridView for editing. On my SqlDataSource I
> need to link up my parameters to the bound textboxes in my
> EditItemTemplate, but when I try to configure my UpdateQuery property
> I don't see any parameter source options that will allow me to so.
> Is it possible to link template columns up to a SqlDataSource in this
> way?
There was no way for you to know it (except maybe by browsing through some
of the previous questions in this newsgroup before posting yours - always a
recommended practice) , but this is a classic asp newsgroup. ASP.Net bears
very little resemblance to classic ASP so, while you may be lucky enough to
find a dotnet-knowledgeable person here who can answer your question, you
can eliminate the luck factor by posting your question to a group where
those dotnet-knowledgeable people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Re: Gridview Template Columns & SqlDataSource UpdateQuery
am 04.02.2007 01:41:15 von JimO
I did the exact opposite - Trying to find ASP help in a .Net group. These
should help...
microsoft.public.dotnet.framework.aspnet
microsoft.public.dotnet.framework.adonet
"M1iS" wrote in message
news:247B973D-93B2-40CA-BD8E-2AA3609B5C47@microsoft.com...
>I have a GridView control with a template column that I use to display my
> record data. I've included an EditItemTemplate with textboxes bound to
> the
> GridView for editing. On my SqlDataSource I need to link up my parameters
> to
> the bound textboxes in my EditItemTemplate, but when I try to configure my
> UpdateQuery property I don't see any parameter source options that will
> allow
> me to so. Is it possible to link template columns up to a SqlDataSource
> in
> this way?
> --
> Scott W.
Re: Gridview Template Columns & SqlDataSource UpdateQuery
am 05.02.2007 08:57:35 von Mike Brind
"M1iS" wrote in message
news:247B973D-93B2-40CA-BD8E-2AA3609B5C47@microsoft.com...
>I have a GridView control with a template column that I use to display my
> record data. I've included an EditItemTemplate with textboxes bound to
> the
> GridView for editing. On my SqlDataSource I need to link up my parameters
> to
> the bound textboxes in my EditItemTemplate, but when I try to configure my
> UpdateQuery property I don't see any parameter source options that will
> allow
> me to so. Is it possible to link template columns up to a SqlDataSource
> in
> this way?
This group covers classic asp. ASP.Net is totally different. Try
microsoft.public.dotnet.framework.aspnet. Or try the Quickstart Tutorials
on www.asp.net