Click here to Skip to main content
15,899,126 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionData Grid Edit Pin
mohant$.net24-Sep-07 23:26
mohant$.net24-Sep-07 23:26 
AnswerRe: Data Grid Edit Pin
Paras Kaneriya24-Sep-07 23:53
Paras Kaneriya24-Sep-07 23:53 
GeneralRe: Data Grid Edit Pin
mohant$.net24-Sep-07 23:56
mohant$.net24-Sep-07 23:56 
GeneralRe: Data Grid Edit Pin
Paras Kaneriya25-Sep-07 0:07
Paras Kaneriya25-Sep-07 0:07 
Questionuploading error Pin
IamAmit24-Sep-07 23:21
IamAmit24-Sep-07 23:21 
AnswerRe: uploading error Pin
Sathesh Sakthivel24-Sep-07 23:37
Sathesh Sakthivel24-Sep-07 23:37 
GeneralRe: uploading error Pin
IamAmit24-Sep-07 23:55
IamAmit24-Sep-07 23:55 
QuestionHow to get Boundcolumn value on button click Pin
That's Aragon24-Sep-07 22:29
That's Aragon24-Sep-07 22:29 
Hi All,
I have one DataGrid and Button. DataGrid is bind with some data. Now on Button click , I want a Datafield value of boundcolumn of that particular DataGrid. I can access the ItemTemplate's(there is one Label) value, but I can find Boundcolumn's value. My code is as given below:
<br />
foreach (DataGridItem dr in outputReport.Items)<br />
			{<br />
				CheckBox Chk_SelectedItem = (CheckBox)dr.FindControl("Chk_Grid");<br />
				if (Chk_SelectedItem.Checked)<br />
				{<br />
					chkbox = true;					<br />
					IDs += ((Label)dr.FindControl("Id")).Text + ",";<br />
					Names += (BoundColumn)dr.FindControl("name").ToString());					<br />
					<br />
				}<br />
			}<br />


Now I can aceess Id but cant get name.......plz see the code and tell me where i m wrong.Confused | :confused: This code is written at Button click,which is not into DataGrid.

Thank you

Keep Smiling.............Smile | :)
AnswerRe: How to get Boundcolumn value on button click Pin
Imran Khan Pathan24-Sep-07 23:17
Imran Khan Pathan24-Sep-07 23:17 
GeneralRe: How to get Boundcolumn value on button click Pin
That's Aragon24-Sep-07 23:43
That's Aragon24-Sep-07 23:43 
Questionmodify the create new user control Pin
elluna24-Sep-07 22:14
elluna24-Sep-07 22:14 
QuestionChanging the Layout of master page dynamically Pin
Sandeep Akhare24-Sep-07 22:13
Sandeep Akhare24-Sep-07 22:13 
AnswerRe: Changing the Layout of master page dynamically Pin
Sathesh Sakthivel24-Sep-07 22:27
Sathesh Sakthivel24-Sep-07 22:27 
GeneralRe: Changing the Layout of master page dynamically Pin
Sandeep Akhare24-Sep-07 22:47
Sandeep Akhare24-Sep-07 22:47 
GeneralRe: Changing the Layout of master page dynamically Pin
Sathesh Sakthivel24-Sep-07 23:39
Sathesh Sakthivel24-Sep-07 23:39 
Questioncode base in gac dll Pin
Sonia Gupta24-Sep-07 22:00
Sonia Gupta24-Sep-07 22:00 
AnswerRe: code base in gac dll Pin
Sathesh Sakthivel24-Sep-07 22:29
Sathesh Sakthivel24-Sep-07 22:29 
QuestionUploading a site Pin
IamAmit24-Sep-07 21:03
IamAmit24-Sep-07 21:03 
AnswerRe: Uploading a site Pin
Christian Graus24-Sep-07 21:25
protectorChristian Graus24-Sep-07 21:25 
GeneralRe: Uploading a site Pin
IamAmit24-Sep-07 22:16
IamAmit24-Sep-07 22:16 
GeneralRe: Uploading a site Pin
Christian Graus24-Sep-07 23:45
protectorChristian Graus24-Sep-07 23:45 
GeneralRe: Uploading a site Pin
Paras Kaneriya24-Sep-07 23:52
Paras Kaneriya24-Sep-07 23:52 
AnswerRe: Uploading a site Pin
Sathesh Sakthivel24-Sep-07 21:27
Sathesh Sakthivel24-Sep-07 21:27 
GeneralRe: Uploading a site Pin
IamAmit24-Sep-07 22:18
IamAmit24-Sep-07 22:18 
GeneralRe: Uploading a site Pin
Sathesh Sakthivel24-Sep-07 23:42
Sathesh Sakthivel24-Sep-07 23:42 

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.