Re: ASP.NET DataGrid EditItemTemplate DropDownList Data Fill In VB
From: Eric Veltman (eric_at_[RemoveThis)
Date: 11/21/03
- Next message: Matthieu Villeneuve: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Previous message: Matthieu Villeneuve: "Re: Programming Language Productivity: The Stupidity of Programmers"
- In reply to: Paul: "ASP.NET DataGrid EditItemTemplate DropDownList Data Fill In VB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 21 Nov 2003 10:18:16 +0100
Paul wrote:
> However this equivalent code in VB.NET causes an error to be raised
> stating that the object is not referenced to anything.
>
> Is filling a dropdownlist in templated item in a datagrid with data
> in code behind only possible in C#?
There are only few very advanced things in C# that VB.NET can't do.
I don't see any of those things in the code you posted.
So probably the VB.NET equivalent of your code
is not totally equivalent to the C# version.
Can you perhaps post the VB.NET "equivalent" and
indicate at what line the exception is being thrown
and about which object it is complaining ?
Regards,
Eric
P.S. Next time, you can better post to ...
microsoft.public.dotnet.framework.aspnet
... as it's a more specific group, with a larger percentage
of the audience actually knowing about ASP.NET.
- Next message: Matthieu Villeneuve: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Previous message: Matthieu Villeneuve: "Re: Programming Language Productivity: The Stupidity of Programmers"
- In reply to: Paul: "ASP.NET DataGrid EditItemTemplate DropDownList Data Fill In VB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|