Click here to Skip to main content
15,909,445 members
Home / Discussions / C#
   

C#

 
Questionhow to convert a doc file into html using C# Pin
dinud10-Apr-07 20:39
dinud10-Apr-07 20:39 
AnswerRe: how to convert a doc file into html using C# Pin
Jaiprakash M Bankolli10-Apr-07 20:54
Jaiprakash M Bankolli10-Apr-07 20:54 
GeneralRe: how to convert a doc file into html using C# Pin
Delta-Z10-Apr-07 22:06
Delta-Z10-Apr-07 22:06 
GeneralRe: how to convert a doc file into html using C# Pin
Jaiprakash M Bankolli10-Apr-07 22:11
Jaiprakash M Bankolli10-Apr-07 22:11 
GeneralRe: how to convert a doc file into html using C# Pin
Dan Neely11-Apr-07 2:13
Dan Neely11-Apr-07 2:13 
GeneralRe: how to convert a doc file into html using C# Pin
Jaiprakash M Bankolli11-Apr-07 2:57
Jaiprakash M Bankolli11-Apr-07 2:57 
Questiony problem of dropdownbox using repeater(updated) Pin
jaganil10-Apr-07 20:38
jaganil10-Apr-07 20:38 
Questiony problem of dropdownbox using repeater Pin
jaganil10-Apr-07 20:36
jaganil10-Apr-07 20:36 
Hi All

I am Anil working on C# Asp.net , I need to genarete Dropdownlistbox dynamically and also fill it dynamically ,and i need to accept selected value in all dropdownlistbox to server side code

for doing this i used nested repeater ---- in this parent repeater generate Dropdownlist box and child repeater is used to fill the dropdown with corresponding record's
----------in this parent repeater work finelly but child repeator not work

----- i am attach this such code below plz see

<asp:repeater id="ProductOptionsRepeater" runat="server" enableviewstate="false">
<headertemplate>
Product Options



<itemtemplate>

<%# DataBinder.Eval(Container.DataItem, "VariantName")%>

<asp:repeater id="ProductOptionsRepeater1" datasource="<%#((DataRowView)Container.DataItem).Row.GetChildRows("myrelation") %>" runat="server">

<headertemplate>
<asp:dropdownlist id=" <%# DataBinder.Eval(Container.DataItem, "VariantName")%>" runat="server">


<itemtemplate>

<asp:listitem value="<%# DataBinder.Eval (Container.DataItem, "[\"VariantSurcharge\"]")%>">

<footertemplate>








if any alternative solution then also tell me

Thanks Regard's
Anil Jagdale
QuestionAutomatically Update the application using Publish Pin
Neeraj Jain10-Apr-07 20:15
Neeraj Jain10-Apr-07 20:15 
QuestionC#.Net tutorials Pin
Malayil alex10-Apr-07 19:59
Malayil alex10-Apr-07 19:59 
AnswerRe: C#.Net tutorials Pin
Sathesh Sakthivel10-Apr-07 20:17
Sathesh Sakthivel10-Apr-07 20:17 
Questionin browsers (such as IE) how can emulate a button click event ? Pin
B.A10-Apr-07 19:46
B.A10-Apr-07 19:46 
AnswerRe: in browsers (such as IE) how can emulate a button click event ? Pin
Martin#10-Apr-07 20:41
Martin#10-Apr-07 20:41 
AnswerRe: in browsers (such as IE) how can emulate a button click event ? Pin
blackjack215010-Apr-07 22:03
blackjack215010-Apr-07 22:03 
GeneralRe: in browsers (such as IE) how can emulate a button click event ? Pin
B.A10-Apr-07 23:37
B.A10-Apr-07 23:37 
GeneralRe: in browsers (such as IE) how can emulate a button click event ? Pin
blackjack215011-Apr-07 0:06
blackjack215011-Apr-07 0:06 
GeneralRe: in browsers (such as IE) how can emulate a button click event ? Pin
blackjack215011-Apr-07 0:09
blackjack215011-Apr-07 0:09 
QuestionParsing XML with XPath Navigator [modified] Pin
Kodanda Pani10-Apr-07 19:28
Kodanda Pani10-Apr-07 19:28 
AnswerRe: Parsing XML with XPath Navigator Pin
gauthee10-Apr-07 19:38
gauthee10-Apr-07 19:38 
GeneralRe: Parsing XML with XPath Navigator Pin
Kodanda Pani10-Apr-07 19:57
Kodanda Pani10-Apr-07 19:57 
QuestionNotification when a new column is added to a table Pin
deepakts10-Apr-07 19:17
deepakts10-Apr-07 19:17 
QuestionConvert string value to a data type Pin
swjam10-Apr-07 17:23
swjam10-Apr-07 17:23 
AnswerRe: Convert string value to a data type Pin
Mark Greenwood10-Apr-07 17:41
Mark Greenwood10-Apr-07 17:41 
GeneralRe: Convert string value to a data type Pin
swjam10-Apr-07 18:04
swjam10-Apr-07 18:04 
AnswerRe: Convert string value to a data type Pin
Guffa10-Apr-07 21:07
Guffa10-Apr-07 21:07 

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.