Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Tab Index problem Pin
Sun Rays28-Dec-07 21:30
Sun Rays28-Dec-07 21:30 
GeneralRe: Tab Index problem Pin
~V~28-Dec-07 23:19
~V~28-Dec-07 23:19 
Generalplz help me, create and post form on runtime Pin
Mogaambo28-Dec-07 18:51
Mogaambo28-Dec-07 18:51 
GeneralRe: plz help me, create and post form on runtime Pin
KennyPatel28-Dec-07 23:34
KennyPatel28-Dec-07 23:34 
Generalretreiving Images From Database with image datatype pbm Pin
SreejithAchutan28-Dec-07 18:45
SreejithAchutan28-Dec-07 18:45 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
Nisar Inamdar28-Dec-07 23:57
Nisar Inamdar28-Dec-07 23:57 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
SreejithAchutan30-Dec-07 21:23
SreejithAchutan30-Dec-07 21:23 
GeneralRe: retreiving Images From Database with image datatype pbm Pin
Sun Rays29-Dec-07 0:40
Sun Rays29-Dec-07 0:40 
SreejithAchutan wrote:
DataTable dt = new DataTable();
dt = insunit.GetUnit(id);
Img_Logo.ImageUrl = d.Rows[0]["UnitLogoPath"].ToString();


Hey what you have done here ??
Can you try to figure out ?


DataTable dt = new DataTable();<br />
dt = insunit.GetUnit(id);<br />
Img_Logo.ImageUrl = d.<big>Rows[0]</big>["UnitLogoPath"].ToString();


Here you are taking only first rows value... Smile | :)

Change it..
If possible bind data in RowDataBound Event of gridview.
On every row find appropriate data and bind it properly.

Thanks,
Sun Rays

To get something you must have to try once.


My Articles

GeneralRe: retreiving Images From Database with image datatype pbm Pin
SreejithAchutan30-Dec-07 22:04
SreejithAchutan30-Dec-07 22:04 
QuestionHow to access the asp:image inside asp:GridView ItemTemplate Pin
Niya28-Dec-07 18:43
Niya28-Dec-07 18:43 
GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
Sonia Gupta28-Dec-07 19:08
Sonia Gupta28-Dec-07 19:08 
GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
rahul.net1128-Dec-07 20:24
rahul.net1128-Dec-07 20:24 
GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
Niya28-Dec-07 22:26
Niya28-Dec-07 22:26 
GeneralRe: How to access the asp:image inside asp:GridView ItemTemplate Pin
rahul.net1128-Dec-07 23:35
rahul.net1128-Dec-07 23:35 
Questionhow can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 18:27
My Article28-Dec-07 18:27 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
neerubee28-Dec-07 18:41
neerubee28-Dec-07 18:41 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 18:48
My Article28-Dec-07 18:48 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
Sun Rays28-Dec-07 18:45
Sun Rays28-Dec-07 18:45 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 19:24
My Article28-Dec-07 19:24 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
Sun Rays28-Dec-07 19:38
Sun Rays28-Dec-07 19:38 
GeneralRe: how can i create online exam project in asp.net using c# coding? Pin
My Article28-Dec-07 19:45
My Article28-Dec-07 19:45 
Generalhelping yourself is best Pin
Sun Rays28-Dec-07 19:55
Sun Rays28-Dec-07 19:55 
GeneralRe: helping yourself is best Pin
My Article28-Dec-07 20:10
My Article28-Dec-07 20:10 
GeneralAjax concept in vs2003 Pin
Member 387988128-Dec-07 18:26
Member 387988128-Dec-07 18:26 
GeneralRe: Ajax concept in vs2003 Pin
neerubee28-Dec-07 18:47
neerubee28-Dec-07 18:47 

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.