Click here to Skip to main content
15,903,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestioncheckBoxLists Pin
satyanarayana raju30-Apr-07 4:12
satyanarayana raju30-Apr-07 4:12 
AnswerRe: checkBoxLists Pin
Mayank Parmar30-Apr-07 22:46
professionalMayank Parmar30-Apr-07 22:46 
Questionvalidation +asp.net 2.0 + c# Pin
ritu432130-Apr-07 3:35
ritu432130-Apr-07 3:35 
AnswerRe: validation +asp.net 2.0 + c# Pin
MoustafaS30-Apr-07 4:13
MoustafaS30-Apr-07 4:13 
QuestionCan you help me for CSS Pin
mghiassi30-Apr-07 2:53
mghiassi30-Apr-07 2:53 
AnswerRe: Can you help me for CSS Pin
badgrs30-Apr-07 5:01
badgrs30-Apr-07 5:01 
QuestionMap overlay of wmf icon and drag online Pin
Mazumdar30-Apr-07 2:47
Mazumdar30-Apr-07 2:47 
Questionhow to iterate in a controls loop in asp.net 2.0? Pin
Tridip Bhattacharjee30-Apr-07 1:33
professionalTridip Bhattacharjee30-Apr-07 1:33 

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.