Click here to Skip to main content
15,914,109 members
Home / Discussions / C#
   

C#

 
GeneralRe: Switch case inside switch Pin
Heath Stewart8-Oct-04 14:56
protectorHeath Stewart8-Oct-04 14:56 
GeneralRe: Switch case inside switch Pin
RonBou8-Oct-04 23:08
RonBou8-Oct-04 23:08 
GeneralStop Bitmap Button from Highlighting when Pressed Pin
dbromberg8-Oct-04 8:13
dbromberg8-Oct-04 8:13 
GeneralRe: Stop Bitmap Button from Highlighting when Pressed Pin
Anonymous8-Oct-04 9:52
Anonymous8-Oct-04 9:52 
GeneralEmail Automation Pin
MunishArora8-Oct-04 7:48
MunishArora8-Oct-04 7:48 
GeneralBind the records from the table to a datalist control in c# Pin
mcupryk8-Oct-04 5:52
mcupryk8-Oct-04 5:52 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
Alex Korchemniy8-Oct-04 6:08
Alex Korchemniy8-Oct-04 6:08 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
macsgirl8-Oct-04 6:24
macsgirl8-Oct-04 6:24 
I am sorry, I would like to add the Edit into the below code.
If you need any other code like the .cs I can send you anything.
I am so tired. I need your help on this one. I really appreciate it.
I am doing the following:
<br />
<form id="Form1" runat="server"><br />
				<table width="100%"><br />
					<TBODY><br />
						<tr><br />
							<td width="50%"><br />
								<ASP:DataList id="MyDataList" runat="server"><br />
									<ItemTemplate><br />
										<table cellpadding="10" style="font: 10pt verdana"><br />
											<tr><br />
												<td><br />
												Object ID:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "CM_REF")) %></br><br />
												Description:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "CM_DESCRIPTION")) %></br><br />
												Name:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "CM_OBJECTNAME")) %></br><br />
												Timeout:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "CM_TIMEOUT")) %></br><br />
												Type:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "CM_TYPE")) %></br><br />
												Content:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "CM_CONTENT"))%></br><br />
												Prepared:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "CM_PREPARED"))  %></br><br />
												Connection ID:<br />
												<%# Convert.ToString(DataBinder.Eval(Container.DataItem, "DB_REF")) %></br><br />
												</td><br />
											</tr><br />
										</table><br />
									</ItemTemplate><br />
								</ASP:DataList><br />
			</form><br />
<br />

GeneralRe: Bind the records from the table to a datalist control in c# Pin
Alex Korchemniy8-Oct-04 6:36
Alex Korchemniy8-Oct-04 6:36 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
mcupryk8-Oct-04 6:56
mcupryk8-Oct-04 6:56 
GeneralHandle KeyPress Event Pin
mfcuser8-Oct-04 5:25
mfcuser8-Oct-04 5:25 
GeneralRe: Handle KeyPress Event Pin
Alex Korchemniy8-Oct-04 5:36
Alex Korchemniy8-Oct-04 5:36 
GeneralRe: Handle KeyPress Event Pin
mfcuser8-Oct-04 6:04
mfcuser8-Oct-04 6:04 
GeneralRe: Handle KeyPress Event Pin
Alex Korchemniy8-Oct-04 6:10
Alex Korchemniy8-Oct-04 6:10 
GeneralRe: Handle KeyPress Event Pin
mfcuser8-Oct-04 6:54
mfcuser8-Oct-04 6:54 
GeneralNT 4 Pin
sevan8-Oct-04 4:48
sevan8-Oct-04 4:48 
GeneralRe: NT 4 Pin
sreejith ss nair8-Oct-04 5:17
sreejith ss nair8-Oct-04 5:17 
GeneralRe: NT 4 Pin
Heath Stewart8-Oct-04 7:47
protectorHeath Stewart8-Oct-04 7:47 
GeneralSimple shortcut problem with Windows Installer Pin
goldoche8-Oct-04 4:42
goldoche8-Oct-04 4:42 
GeneralRe: Simple shortcut problem with Windows Installer Pin
sreejith ss nair8-Oct-04 5:25
sreejith ss nair8-Oct-04 5:25 
GeneralRe: Simple shortcut problem with Windows Installer Pin
goldoche8-Oct-04 5:40
goldoche8-Oct-04 5:40 
GeneralRe: Simple shortcut problem with Windows Installer Pin
Heath Stewart8-Oct-04 7:51
protectorHeath Stewart8-Oct-04 7:51 
Generalcut 'n' paste an image Pin
ravindra2318-Oct-04 3:11
ravindra2318-Oct-04 3:11 
GeneralRe: cut 'n' paste an image Pin
Vasudevan Deepak Kumar8-Oct-04 4:04
Vasudevan Deepak Kumar8-Oct-04 4:04 
GeneralGet image property Pin
codes/w8-Oct-04 1:44
codes/w8-Oct-04 1:44 

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.