Click here to Skip to main content
15,908,444 members
Home / Discussions / C#
   

C#

 
QuestionDynamically data retrieval Pin
Prabs frm PGP8-Aug-06 20:21
Prabs frm PGP8-Aug-06 20:21 
AnswerRe: Dynamically data retrieval Pin
Rakheesh Chalil8-Aug-06 23:34
Rakheesh Chalil8-Aug-06 23:34 
Hi,
ASP.NET Datagrid has an event known as ItemDataBound event. Basically this event will get fired when each row is binding to the datagrid.
So for displaying the image button and label, you can itemtemplate of the datagrid and for databinding to these controls, you can use ItemDataBound event
The syntax of ItemDataBound event is given below
private void YourDataGridName_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e)
{
//Here you should get the dynamic data from Database/file system etc. and bind to the controls
}

--Rakheesh
QuestionSingleton object Pin
engsrini8-Aug-06 20:11
engsrini8-Aug-06 20:11 
AnswerRe: Singleton object Pin
Guffa8-Aug-06 23:27
Guffa8-Aug-06 23:27 
QuestionHow I Can convert type byte[] to ...... [modified] Pin
mm3108-Aug-06 19:58
mm3108-Aug-06 19:58 
AnswerRe: How I Can convert type byte[] to ...... Pin
stancrm8-Aug-06 20:28
stancrm8-Aug-06 20:28 
GeneralRe: How I Can convert type byte[] to ...... Pin
mm3108-Aug-06 23:27
mm3108-Aug-06 23:27 
Questionplz help me ..... Pin
mostafa_h8-Aug-06 19:37
mostafa_h8-Aug-06 19:37 
AnswerRe: plz help me ..... Pin
rainfeet8-Aug-06 22:27
rainfeet8-Aug-06 22:27 
GeneralRe: plz help me ..... Pin
matin1948-Aug-06 23:22
matin1948-Aug-06 23:22 
GeneralRe: plz help me ..... [modified] Pin
mostafa_h9-Aug-06 2:05
mostafa_h9-Aug-06 2:05 
QuestionIs it possible to have SQL Express and SQL Server Enterprize installed at the same time ?? [modified] Pin
emran8348-Aug-06 17:15
emran8348-Aug-06 17:15 
AnswerRe: Is it possible to have SQL Express and SQL Server Enterprize installed at the same time ?? Pin
Nader Elshehabi8-Aug-06 19:05
Nader Elshehabi8-Aug-06 19:05 
Questionmotherboard Pin
rana mahummad zeeshan8-Aug-06 16:19
rana mahummad zeeshan8-Aug-06 16:19 
AnswerRe: motherboard Pin
Dave Kreskowiak8-Aug-06 16:32
mveDave Kreskowiak8-Aug-06 16:32 
AnswerRe: motherboard Pin
Nader Elshehabi8-Aug-06 18:55
Nader Elshehabi8-Aug-06 18:55 
GeneralRe: motherboard Pin
leppie8-Aug-06 22:41
leppie8-Aug-06 22:41 
QuestionISO 8583 Pin
Tiger4568-Aug-06 14:53
Tiger4568-Aug-06 14:53 
QuestionDatagrid doesn't show data [modified] Pin
ircnoob8-Aug-06 14:25
ircnoob8-Aug-06 14:25 
AnswerRe: Datagrid doesn't show data Pin
gkl08188-Aug-06 15:17
gkl08188-Aug-06 15:17 
GeneralRe: Datagrid doesn't show data Pin
ircnoob8-Aug-06 15:28
ircnoob8-Aug-06 15:28 
AnswerRe: Datagrid doesn't show data Pin
ircnoob8-Aug-06 23:14
ircnoob8-Aug-06 23:14 
Questionusing separate codefiles Pin
Glen Harvy8-Aug-06 14:22
Glen Harvy8-Aug-06 14:22 
AnswerRe: using separate codefiles Pin
Leslie Sanford8-Aug-06 16:26
Leslie Sanford8-Aug-06 16:26 
GeneralRe: using separate codefiles Pin
Glen Harvy8-Aug-06 18:39
Glen Harvy8-Aug-06 18:39 

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.