Click here to Skip to main content
15,906,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: login form + asp.net 2.0 + c# Pin
szukuro23-Apr-07 4:20
szukuro23-Apr-07 4:20 
QuestionPassword Protection Pin
.NET- India 23-Apr-07 2:31
.NET- India 23-Apr-07 2:31 
AnswerRe: Password Protection Pin
Amr Abdel-Mohsen23-Apr-07 2:48
Amr Abdel-Mohsen23-Apr-07 2:48 
QuestionUsing Eval and Bind on UserControl [modified] Pin
badgrs23-Apr-07 2:02
badgrs23-Apr-07 2:02 
AnswerRe: Using Eval and Bind on UserControl Pin
Rajesh B Prajapati23-Apr-07 2:31
Rajesh B Prajapati23-Apr-07 2:31 
AnswerRe: Using Eval and Bind on UserControl Pin
RichardGrimmer23-Apr-07 5:34
RichardGrimmer23-Apr-07 5:34 
GeneralRe: Using Eval and Bind on UserControl Pin
badgrs23-Apr-07 6:36
badgrs23-Apr-07 6:36 
GeneralRe: Using Eval and Bind on UserControl Pin
RichardGrimmer23-Apr-07 6:54
RichardGrimmer23-Apr-07 6:54 
Just found this in our codebase...

<asp:CheckBox Runat="server" ID="cS" CssClass="Gensmalltext" Checked='<%#DataBinder.Eval(Container.DataItem, "Selected")%>' Tooltip="Mark Line for Adding" OnCheckedChanged="cS_CheckedChanged" AutoPostBack=True> </asp:CheckBox>

Try passing the Container.DataItem part and see what happens....

This link "explains" lol...

<a href="http://msdn2.microsoft.com/en-us/library/4hx47hfe.aspx">http://msdn2.microsoft.com/en-us/library/4hx47hfe.aspx</a>[<a href="http://msdn2.microsoft.com/en-us/library/4hx47hfe.aspx" target="_blank" title="New Window">^</a>]

This code binds to a dataset though, rather than a custom object...are you able to bind to a dataset?




"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox

AnswerRe: Using Eval and Bind on UserControl Pin
badgrs23-Apr-07 10:17
badgrs23-Apr-07 10:17 
QuestionDoubt Pin
jayarajmrj23-Apr-07 1:52
jayarajmrj23-Apr-07 1:52 
AnswerRe: Doubt Pin
_AK_23-Apr-07 2:04
_AK_23-Apr-07 2:04 
AnswerRe: Doubt Pin
Rakheesh Chalil23-Apr-07 11:39
Rakheesh Chalil23-Apr-07 11:39 
QuestionJavascript Pin
jayarajmrj23-Apr-07 1:50
jayarajmrj23-Apr-07 1:50 
AnswerRe: Javascript Pin
_AK_23-Apr-07 2:03
_AK_23-Apr-07 2:03 
Questionurgent help needed connection string Pin
Naveed Kamboh23-Apr-07 1:27
Naveed Kamboh23-Apr-07 1:27 
AnswerRe: urgent help needed connection string Pin
kubben23-Apr-07 2:33
kubben23-Apr-07 2:33 
Questiondisplaying a html page Pin
johno196723-Apr-07 1:10
johno196723-Apr-07 1:10 
AnswerRe: displaying a html page Pin
Christian Graus23-Apr-07 1:13
protectorChristian Graus23-Apr-07 1:13 
AnswerRe: displaying a html page Pin
Sathesh Sakthivel23-Apr-07 1:14
Sathesh Sakthivel23-Apr-07 1:14 
GeneralRe: displaying a html page Pin
Christian Graus23-Apr-07 1:15
protectorChristian Graus23-Apr-07 1:15 
AnswerRe: displaying a html page Pin
Guffa23-Apr-07 2:32
Guffa23-Apr-07 2:32 
GeneralRe: displaying a html page Pin
johno196723-Apr-07 5:58
johno196723-Apr-07 5:58 
GeneralRe: displaying a html page Pin
Guffa23-Apr-07 9:55
Guffa23-Apr-07 9:55 
GeneralRe: displaying a html page Pin
johno196724-Apr-07 0:56
johno196724-Apr-07 0:56 
Questionproblem with list box control Pin
Shuaib wasif khan23-Apr-07 1:01
Shuaib wasif khan23-Apr-07 1:01 

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.