Click here to Skip to main content
15,895,777 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Try this:

<asp:TemplateField HeaderText="Product Code">
  <ItemTemplate>
    <asp:Label ID="abc" runat="server" 
      Text='<%# Eval("Product.Code") %>'>
    </asp:Label>
  </ItemTemplate>
</asp:TemplateField> 


Evil cannot be conquered in the world... It can only be resisted within oneself.

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 
AnswerRe: how to iterate in a controls loop in asp.net 2.0? Pin
kubben30-Apr-07 2:15
kubben30-Apr-07 2:15 
QuestionGet path in DLL rather than from ASP.NET Pin
mail57235230-Apr-07 1:22
mail57235230-Apr-07 1:22 

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.