Click here to Skip to main content
15,902,275 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: data binding in datagrid Pin
_mubashir11-Dec-06 21:45
_mubashir11-Dec-06 21:45 
Questioncomplex datagrid operation Pin
abulhassan_shock11-Dec-06 17:17
abulhassan_shock11-Dec-06 17:17 
Questionasp.NET newbie, security question Pin
RoswellNX11-Dec-06 11:17
RoswellNX11-Dec-06 11:17 
QuestionPaging logic Pin
5150.Net11-Dec-06 9:49
5150.Net11-Dec-06 9:49 
AnswerRe: Paging logic Pin
Not Active11-Dec-06 11:18
mentorNot Active11-Dec-06 11:18 
QuestionWSI Basic Profile 1.1 Compliant Web Service! (circular references) Pin
Mehdi Mousavi11-Dec-06 9:27
Mehdi Mousavi11-Dec-06 9:27 
QuestionUsing controls in data repeaters Pin
Jrnsr850011-Dec-06 8:52
Jrnsr850011-Dec-06 8:52 
AnswerRe: Using controls in data repeaters Pin
Jrnsr850011-Dec-06 10:13
Jrnsr850011-Dec-06 10:13 
This is basically what I'm trying to do now...

<asp:repeater id="ImageRepeater" runat="server">
<headertemplate>

<itemtemplate>

<footertemplate>
Upload Image?Image PreviewImage Description
<asp:checkbox id="chk<%# DataBinder.Eval(Container.DataItem, " simagedesc")="" %="">" runat="server" Checked="true"/> " alt=""/> <asp:textbox id="txt<%# DataBinder.Eval(Container.DataItem, " simagedesc")="" %="">" runat="server">




This gives me a "Server tag is not well formed" error. I get that error from the "<%# DataBinder.Eval(Container.DataItem, "sImageDesc") %>" code where I'm trying to assign the control id's name dynamically.
QuestionRe: I guess this means I am the only one trying to do this? Pin
Jrnsr850012-Dec-06 3:59
Jrnsr850012-Dec-06 3:59 
QuestionSetting values to a UserControl Pin
Ria7711-Dec-06 7:05
Ria7711-Dec-06 7:05 
AnswerRe: Setting values to a UserControl Pin
Anil Ch11-Dec-06 7:53
Anil Ch11-Dec-06 7:53 
QuestionExposing Enums from a Web Service Pin
Dominic Pettifer11-Dec-06 4:26
Dominic Pettifer11-Dec-06 4:26 
AnswerRe: Exposing Enums from a Web Service Pin
Kschuler11-Dec-06 8:01
Kschuler11-Dec-06 8:01 
QuestionConnection string in web.config file Pin
steve_rm11-Dec-06 4:26
steve_rm11-Dec-06 4:26 
AnswerRe: Connection string in web.config file Pin
ednrgc11-Dec-06 6:12
ednrgc11-Dec-06 6:12 
AnswerRe: Connection string in web.config file Pin
Not Active11-Dec-06 6:30
mentorNot Active11-Dec-06 6:30 
Questioncreate a runtime table in Ms Access database Pin
arpita200611-Dec-06 3:46
arpita200611-Dec-06 3:46 
AnswerRe: create a runtime table in Ms Access database Pin
Colin Angus Mackay11-Dec-06 4:17
Colin Angus Mackay11-Dec-06 4:17 
AnswerRe: create a runtime table in Ms Access database Pin
Vasudevan Deepak Kumar11-Dec-06 4:21
Vasudevan Deepak Kumar11-Dec-06 4:21 
Questiondefining color palette in System.Drawing Pin
Fred_Smith11-Dec-06 3:28
Fred_Smith11-Dec-06 3:28 
AnswerRe: defining color palette in System.Drawing Pin
ednrgc11-Dec-06 6:15
ednrgc11-Dec-06 6:15 
Questionparameters problem in .net 2005 Pin
jabbarsb11-Dec-06 2:52
jabbarsb11-Dec-06 2:52 
AnswerRe: parameters problem in .net 2005 Pin
Anil Ch11-Dec-06 8:00
Anil Ch11-Dec-06 8:00 
QuestionSetting order of HTTPHandlers Pin
Not Active11-Dec-06 2:51
mentorNot Active11-Dec-06 2:51 
AnswerRe: Setting order of HTTPHandlers Pin
minhpc_bk11-Dec-06 15:38
minhpc_bk11-Dec-06 15:38 

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.