Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralInformation about png files Pin
Anonymous10-Jun-05 0:57
Anonymous10-Jun-05 0:57 
GeneralRe: Information about png files Pin
DavidNohejl10-Jun-05 1:27
DavidNohejl10-Jun-05 1:27 
GeneralWord.dll Pin
Gktony9-Jun-05 23:59
Gktony9-Jun-05 23:59 
GeneralRe: Word.dll Pin
Vasudevan Deepak Kumar10-Jun-05 0:09
Vasudevan Deepak Kumar10-Jun-05 0:09 
GeneralRe: Word.dll Pin
Gktony13-Jun-05 1:24
Gktony13-Jun-05 1:24 
Generalaccessing label in .aspx from .cs Pin
livez9-Jun-05 22:11
livez9-Jun-05 22:11 
GeneralRe: accessing label in .aspx from .cs Pin
MoustafaS9-Jun-05 23:18
MoustafaS9-Jun-05 23:18 
GeneralRe: accessing label in .aspx from .cs Pin
livez9-Jun-05 23:25
livez9-Jun-05 23:25 
LongHC wrote:
From a windows application? yeah

looking like this atm


foreach (Control ctrl in currentPage.Controls)<br />
{<br />
	foreach (Control c in ctrl.Controls)<br />
	{<br />
		<br />
		if (c.ID == "myLabel")<br />
		{<br />
i = ctrl.Controls.IndexOf(c);<br />
		j = currentPage.Controls.IndexOf(ctrl);<br />
<br />
			((System.Web.UI.WebControls.Label)(currentPage.Controls[j]).Controls[i]).Text = "<script>alert('warning')</script>";<br />
		}<br />
	}<br />
}


and is working ok. But it looks so clumsy
GeneralRe: accessing label in .aspx from .cs Pin
Vasudevan Deepak Kumar9-Jun-05 23:48
Vasudevan Deepak Kumar9-Jun-05 23:48 
GeneralRe: accessing label in .aspx from .cs Pin
livez10-Jun-05 0:06
livez10-Jun-05 0:06 
GeneralmaxRequestLength for a client Pin
Vadim Tabakman9-Jun-05 20:36
Vadim Tabakman9-Jun-05 20:36 
GeneralRe: maxRequestLength for a client Pin
Asad Hussain10-Jun-05 10:22
Asad Hussain10-Jun-05 10:22 
GeneralRe: maxRequestLength for a client Pin
Vadim Tabakman13-Jun-05 2:12
Vadim Tabakman13-Jun-05 2:12 
GeneralRe: maxRequestLength for a client Pin
Vadim Tabakman13-Jun-05 13:28
Vadim Tabakman13-Jun-05 13:28 
GeneralWireless problem Pin
Mohan vijay9-Jun-05 20:18
Mohan vijay9-Jun-05 20:18 
GeneralSocket PROBLEM Pin
ashkitt9-Jun-05 18:56
ashkitt9-Jun-05 18:56 
GeneralRe: Socket PROBLEM Pin
mav.northwind9-Jun-05 20:01
mav.northwind9-Jun-05 20:01 
GeneralRegistry problem Pin
scchan19849-Jun-05 16:23
scchan19849-Jun-05 16:23 
GeneralRe: Registry problem Pin
Christian Graus9-Jun-05 16:45
protectorChristian Graus9-Jun-05 16:45 
GeneralReassembling Socket data on receive Pin
Anonymous9-Jun-05 15:48
Anonymous9-Jun-05 15:48 
GeneralRe: Reassembling Socket data on receive Pin
Sebastian Schneider10-Jun-05 2:10
Sebastian Schneider10-Jun-05 2:10 
GeneralRe: Reassembling Socket data on receive Pin
jdt14110-Jun-05 4:48
jdt14110-Jun-05 4:48 
Generalcreate a matrix Pin
Sasuko9-Jun-05 14:22
Sasuko9-Jun-05 14:22 
GeneralRe: create a matrix Pin
MoustafaS9-Jun-05 14:25
MoustafaS9-Jun-05 14:25 
GeneralRe: create a matrix Pin
Christian Graus9-Jun-05 14:25
protectorChristian Graus9-Jun-05 14:25 

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.