Click here to Skip to main content
15,919,434 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSend data from my client to website Pin
CTaylor8930-Apr-07 12:47
CTaylor8930-Apr-07 12:47 
AnswerRe: Send data from my client to website Pin
kubben30-Apr-07 14:09
kubben30-Apr-07 14:09 
GeneralRe: Send data from my client to website Pin
CTaylor891-May-07 13:51
CTaylor891-May-07 13:51 
QuestionHow to use Usercontrol Pin
vidya_rpl30-Apr-07 12:03
vidya_rpl30-Apr-07 12:03 
AnswerRe: How to use Usercontrol Pin
Christian Graus30-Apr-07 12:18
protectorChristian Graus30-Apr-07 12:18 
GeneralRe: How to use Usercontrol Pin
vidya_rpl30-Apr-07 15:02
vidya_rpl30-Apr-07 15:02 
QuestionMaking sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond30-Apr-07 10:02
Cormac M Redmond30-Apr-07 10:02 
AnswerRe: Making sure that only MYapplication can using MY webservice? Pin
Tarakeshwar Reddy30-Apr-07 10:27
professionalTarakeshwar Reddy30-Apr-07 10:27 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond30-Apr-07 10:57
Cormac M Redmond30-Apr-07 10:57 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Tarakeshwar Reddy30-Apr-07 11:00
professionalTarakeshwar Reddy30-Apr-07 11:00 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond30-Apr-07 15:44
Cormac M Redmond30-Apr-07 15:44 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Christian Graus30-Apr-07 12:19
protectorChristian Graus30-Apr-07 12:19 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Cormac M Redmond30-Apr-07 15:46
Cormac M Redmond30-Apr-07 15:46 
GeneralRe: Making sure that only MYapplication can using MY webservice? Pin
Colin Angus Mackay30-Apr-07 22:37
Colin Angus Mackay30-Apr-07 22:37 
AnswerRe: Making sure that only MYapplication can using MY webservice? Pin
Mazdak30-Apr-07 22:45
Mazdak30-Apr-07 22:45 
QuestionGridView: Bind data to template column Pin
mail57235230-Apr-07 9:11
mail57235230-Apr-07 9:11 
Hi,

I have a gridview control on an ASP.NET page which I want to populate by binding an array of items to it. The items were all strings so it was easy to do, just have columns with bound fields and setting the DataFields to the property names like this:

<asp:GridView ID="myGridView" runat="server" AutoGenerateColumns="false" >
<Columns>
<asp:BoundField HeaderText="Product" DataField="Name" />
<asp:BoundField HeaderText="Description" DataField="Description" />
</Columns>
</asp:GridView>

I now need to add a new item and it consists of an object with a few strings as properties. I'd like to do this but I can't of course:

<asp:BoundField HeaderText="Product Code" DataField="Product.Code" />

...where the Product is the object and Code is a string member.

How can I do it? Do I need a template? If so, how?

Thanks Smile | :)


AnswerRe: GridView: Bind data to template column Pin
kubben30-Apr-07 9:37
kubben30-Apr-07 9:37 
AnswerRe: GridView: Bind data to template column Pin
thowra30-Apr-07 10:40
thowra30-Apr-07 10:40 
QuestionHow to stop delay on first call to consume a webservice? Pin
FinishedOnTime30-Apr-07 9:04
FinishedOnTime30-Apr-07 9:04 
AnswerRe: Problem In Sending EMail via VC# 2005. Pin
Tarakeshwar Reddy30-Apr-07 8:25
professionalTarakeshwar Reddy30-Apr-07 8:25 
GeneralRe: Problem In Sending EMail via VC# 2005. Pin
kubben30-Apr-07 9:39
kubben30-Apr-07 9:39 
QuestionLive Chat Project..! Pin
wEb GuRu...30-Apr-07 6:57
wEb GuRu...30-Apr-07 6:57 
AnswerRe: Live Chat Project..! Pin
kirthikirthi30-Apr-07 19:12
kirthikirthi30-Apr-07 19:12 
QuestionIIS Problem Pin
TheMajorRager30-Apr-07 5:55
TheMajorRager30-Apr-07 5:55 
QuestionASP.NET/AJAX Accordion Control (close content) Pin
captoreg30-Apr-07 4:43
captoreg30-Apr-07 4:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.