Click here to Skip to main content
15,897,718 members
Home / Discussions / C#
   

C#

 
Questionhow to get the path of an image Pin
kkadir8-Aug-06 21:25
kkadir8-Aug-06 21:25 
AnswerRe: how to get the path of an image Pin
JoeSharp8-Aug-06 21:50
JoeSharp8-Aug-06 21:50 
GeneralRe: how to get the path of an image Pin
kkadir9-Aug-06 2:57
kkadir9-Aug-06 2:57 
Questionhow to wrap a COM object so it can be used in .NET. Pin
Mithun Acharya8-Aug-06 20:25
Mithun Acharya8-Aug-06 20:25 
AnswerRe: how to wrap a COM object so it can be used in .NET. Pin
hoorayforlife8-Aug-06 21:44
hoorayforlife8-Aug-06 21:44 
AnswerRe: how to wrap a COM object so it can be used in .NET. Pin
S. Senthil Kumar9-Aug-06 1:02
S. Senthil Kumar9-Aug-06 1:02 
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 

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.