Click here to Skip to main content
15,892,643 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: conversion of C# to vb code Pin
Christian Graus23-Aug-07 19:04
protectorChristian Graus23-Aug-07 19:04 
AnswerRe: conversion of C# to vb code Pin
Imran Khan Pathan23-Aug-07 19:08
Imran Khan Pathan23-Aug-07 19:08 
QuestionRe: conversion of C# to vb code Pin
biswa4723-Aug-07 19:14
biswa4723-Aug-07 19:14 
AnswerRe: conversion of C# to vb code Pin
Imran Khan Pathan23-Aug-07 19:33
Imran Khan Pathan23-Aug-07 19:33 
AnswerRe: conversion of C# to vb code Pin
ballameharmurali23-Aug-07 20:50
ballameharmurali23-Aug-07 20:50 
AnswerRe: conversion of C# to vb code Pin
Vasudevan Deepak Kumar23-Aug-07 21:11
Vasudevan Deepak Kumar23-Aug-07 21:11 
AnswerRe: conversion of C# to vb code Pin
DarynRoberts23-Aug-07 21:31
DarynRoberts23-Aug-07 21:31 
QuestionHow to dynamically bind ItemTempalate in dynamically. Pin
imranafsari23-Aug-07 17:54
imranafsari23-Aug-07 17:54 
Dear all,

I am using asp.net, C# , Sql Server 2005.
I am using datalist control and bind it like
<itemtemplate>

<asp:imagemap id="ImageMap3" imageurl="<%# DataBinder.Eval(Container.DataItem,"Photopath1") %>" runat="server">

<%# "Category : " + DataBinder.Eval(Container.DataItem,"Categoryid1") %>
<asp:imagemap id="ImageMap1" imageurl="<%# DataBinder.Eval(Container.DataItem,"Photopath1") %>" runat="server">

<%# "Category : " + DataBinder.Eval(Container.DataItem,"Categoryid2") %>
Here I am binding category and image path field.
Now these are static field I would like to know whether Is it possible to dynamically bind these field. That mean based on dataset filed can I be able to bind all the filed irrespective of its field defined
Thanks


imran khan

AnswerRe: How to dynamically bind ItemTempalate in dynamically. Pin
Christian Graus23-Aug-07 18:23
protectorChristian Graus23-Aug-07 18:23 
AnswerRe: How to dynamically bind ItemTempalate in dynamically. Pin
John-ph23-Aug-07 20:52
John-ph23-Aug-07 20:52 
AnswerRe: How to dynamically bind ItemTempalate in dynamically. Pin
ChrisKo24-Aug-07 7:46
ChrisKo24-Aug-07 7:46 
QuestionHow to build an AJAX enabled WebControl ? Pin
SierraMike23-Aug-07 11:57
SierraMike23-Aug-07 11:57 
AnswerRe: How to build an AJAX enabled WebControl ? Pin
Christian Graus23-Aug-07 12:57
protectorChristian Graus23-Aug-07 12:57 
QuestionRe: How to build an AJAX enabled WebControl ? Pin
SierraMike23-Aug-07 20:40
SierraMike23-Aug-07 20:40 
QuestionException :{System.Threading.ThreadAbortException} Pin
Md Arif23-Aug-07 10:08
Md Arif23-Aug-07 10:08 
AnswerRe: Exception :{System.Threading.ThreadAbortException} Pin
ChrisKo23-Aug-07 13:22
ChrisKo23-Aug-07 13:22 
GeneralRe: Exception :{System.Threading.ThreadAbortException} Pin
Md Arif24-Aug-07 2:25
Md Arif24-Aug-07 2:25 
AnswerRe: Exception :{System.Threading.ThreadAbortException} Pin
Vasudevan Deepak Kumar23-Aug-07 20:25
Vasudevan Deepak Kumar23-Aug-07 20:25 
GeneralRe: Exception :{System.Threading.ThreadAbortException} Pin
Md Arif24-Aug-07 2:24
Md Arif24-Aug-07 2:24 
QuestionServer Configuration Error Pin
Gbenle23-Aug-07 9:47
Gbenle23-Aug-07 9:47 
AnswerRe: Server Configuration Error Pin
Gbenle23-Aug-07 16:31
Gbenle23-Aug-07 16:31 
QuestionGeneric Server Control Pin
Yabapmatt23-Aug-07 9:41
Yabapmatt23-Aug-07 9:41 
Questioncreate user with code Pin
ABBASI_RA23-Aug-07 8:50
ABBASI_RA23-Aug-07 8:50 
QuestionFree or cheap component to turn HTML to a pdf. Pin
ToddHileHoffer23-Aug-07 8:30
ToddHileHoffer23-Aug-07 8:30 
AnswerRe: Free or cheap component to turn HTML to a pdf. Pin
Vasudevan Deepak Kumar23-Aug-07 20:28
Vasudevan Deepak Kumar23-Aug-07 20:28 

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.