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

ASP.NET

 
AnswerRe: validation in jscript Pin
Prosanta Kundu online29-Jul-10 18:06
Prosanta Kundu online29-Jul-10 18:06 
AnswerRe: validation in jscript Pin
Mugdha_Aditya29-Jul-10 19:39
Mugdha_Aditya29-Jul-10 19:39 
QuestionResponse.Redirect - how to send absolute path Pin
Yusuf29-Jul-10 10:00
Yusuf29-Jul-10 10:00 
AnswerRe: Response.Redirect - how to send absolute path Pin
Prosanta Kundu online29-Jul-10 18:26
Prosanta Kundu online29-Jul-10 18:26 
GeneralRe: Response.Redirect - how to send absolute path Pin
Yusuf29-Jul-10 21:12
Yusuf29-Jul-10 21:12 
Questionhtml tag problem in asp.net Pin
Dhyanga29-Jul-10 8:49
Dhyanga29-Jul-10 8:49 
AnswerRe: html tag problem in asp.net Pin
Yusuf29-Jul-10 8:53
Yusuf29-Jul-10 8:53 
GeneralRe: html tag problem in asp.net Pin
Dhyanga29-Jul-10 9:01
Dhyanga29-Jul-10 9:01 
ya sure. My code is something like this:
<ItemTemplate>
       <%# DataBinder.Eval(Container.DataItem, "Category") %><%# DataBinder.Eval(Container.DataItem,"Item")%>
     </ItemTemplate>


now if the Category and Item has values Furniture and table respectively, my output is like this:
Furnituretable

But I am trying to show like this:
Furniture table


so i put tag between these databinders.

<ItemTemplate>
      <%# DataBinder.Eval(Container.DataItem, "Category") %></t><%# DataBinder.Eval(Container.DataItem,"Item")%>
    </ItemTemplate>


But still my output is:
Furnituretable
suchita

GeneralRe: html tag problem in asp.net Pin
Yusuf29-Jul-10 9:26
Yusuf29-Jul-10 9:26 
GeneralRe: html tag problem in asp.net Pin
Dhyanga29-Jul-10 9:37
Dhyanga29-Jul-10 9:37 
GeneralRe: html tag problem in asp.net [modified] Pin
raju melveetilpurayil29-Jul-10 9:28
professionalraju melveetilpurayil29-Jul-10 9:28 
GeneralRe: html tag problem in asp.net Pin
Dhyanga29-Jul-10 9:39
Dhyanga29-Jul-10 9:39 
Questiongetting sections in different page is word file Pin
Dhyanga29-Jul-10 8:45
Dhyanga29-Jul-10 8:45 
AnswerRe: getting sections in different page is word file Pin
Yusuf29-Jul-10 8:54
Yusuf29-Jul-10 8:54 
GeneralRe: getting sections in different page is word file Pin
Dhyanga29-Jul-10 9:09
Dhyanga29-Jul-10 9:09 
GeneralRe: getting sections in different page is word file Pin
David Mujica29-Jul-10 10:18
David Mujica29-Jul-10 10:18 
GeneralRe: getting sections in different page is word file Pin
Dhyanga29-Jul-10 10:36
Dhyanga29-Jul-10 10:36 
GeneralRe: getting sections in different page is word file Pin
David Mujica29-Jul-10 10:48
David Mujica29-Jul-10 10:48 
GeneralRe: getting sections in different page is word file Pin
Dhyanga2-Aug-10 5:10
Dhyanga2-Aug-10 5:10 
GeneralRe: getting sections in different page is word file Pin
David Mujica2-Aug-10 10:33
David Mujica2-Aug-10 10:33 
GeneralRe: getting sections in different page is word file Pin
Dhyanga3-Aug-10 3:51
Dhyanga3-Aug-10 3:51 
Questionparameter in asp.net Pin
Dhyanga29-Jul-10 5:44
Dhyanga29-Jul-10 5:44 
AnswerRe: parameter in asp.net Pin
Eddy Vluggen29-Jul-10 5:52
professionalEddy Vluggen29-Jul-10 5:52 
GeneralRe: parameter in asp.net Pin
Dhyanga29-Jul-10 6:07
Dhyanga29-Jul-10 6:07 
Questionvalidation in javascript Pin
Thanusree Duth29-Jul-10 1:29
Thanusree Duth29-Jul-10 1:29 

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.