Click here to Skip to main content
15,919,479 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: User Controls Pin
Abhijit Jana19-Nov-09 16:01
professionalAbhijit Jana19-Nov-09 16:01 
QuestionMaster Page Loading vs. Content Page Reload [modified] Pin
dboy22119-Nov-09 10:18
dboy22119-Nov-09 10:18 
AnswerRe: Master Page Loading vs. Content Page Reload Pin
Abhishek Sur19-Nov-09 11:13
professionalAbhishek Sur19-Nov-09 11:13 
GeneralRe: Master Page Loading vs. Content Page Reload Pin
dboy22119-Nov-09 17:37
dboy22119-Nov-09 17:37 
QuestionEdit Template in Gridview Pin
sparlay_pk19-Nov-09 9:18
sparlay_pk19-Nov-09 9:18 
AnswerRe: Edit Template in Gridview Pin
Abhishek Sur19-Nov-09 11:17
professionalAbhishek Sur19-Nov-09 11:17 
AnswerRe: Edit Template in Gridview Pin
Abhijit Jana19-Nov-09 16:03
professionalAbhijit Jana19-Nov-09 16:03 
AnswerRe: Edit Template in Gridview Pin
Vimalsoft(Pty) Ltd19-Nov-09 19:48
professionalVimalsoft(Pty) Ltd19-Nov-09 19:48 
you can use an image control. lets say you are Displaying a username you can bind a Username to a Label and bind the icon to a image control. like this
<ItemTemplate>
<asp:CheckBox ID="CheckBox1" runat="server" />&nbsp;<br />
<asp:Label ID="myLabel" runat="server" Text= '<%# Eval("Title")%>'/>
<asp:Image ID="myicon" runat="server" ImageUrl="~/icon.gif" />
</ItemTemplate>


hope this Helps

Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

QuestionProblem with creating a windows component. Pin
sarang_k19-Nov-09 8:47
sarang_k19-Nov-09 8:47 
AnswerRe: Problem with creating a windows component. Pin
Abhishek Sur19-Nov-09 11:05
professionalAbhishek Sur19-Nov-09 11:05 
Questiondifference between website and web application Pin
md_azy19-Nov-09 7:58
md_azy19-Nov-09 7:58 
AnswerRe: difference between website and web application Pin
Abhishek Sur19-Nov-09 8:08
professionalAbhishek Sur19-Nov-09 8:08 
GeneralRe: difference between website and web application Pin
Paulo Zemek20-Nov-09 0:27
Paulo Zemek20-Nov-09 0:27 
QuestionHow to fire the DropDownList.SelectedIndexChanged event Pin
MacIntyre19-Nov-09 7:09
MacIntyre19-Nov-09 7:09 
AnswerRe: How to fire the DropDownList.SelectedIndexChanged event Pin
Abhishek Sur19-Nov-09 8:19
professionalAbhishek Sur19-Nov-09 8:19 
GeneralRe: How to fire the DropDownList.SelectedIndexChanged event Pin
MacIntyre19-Nov-09 10:12
MacIntyre19-Nov-09 10:12 
GeneralRe: How to fire the DropDownList.SelectedIndexChanged event Pin
MacIntyre19-Nov-09 11:49
MacIntyre19-Nov-09 11:49 
GeneralRe: How to fire the DropDownList.SelectedIndexChanged event Pin
Abhishek Sur19-Nov-09 21:10
professionalAbhishek Sur19-Nov-09 21:10 
Questionobject data source Pin
Tauseef A19-Nov-09 7:03
Tauseef A19-Nov-09 7:03 
QuestionCould somebosy help me this rendercontrol issue Pin
Ersan Ercek19-Nov-09 6:40
Ersan Ercek19-Nov-09 6:40 
AnswerRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur19-Nov-09 7:56
professionalAbhishek Sur19-Nov-09 7:56 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Ersan Ercek19-Nov-09 9:07
Ersan Ercek19-Nov-09 9:07 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur19-Nov-09 20:40
professionalAbhishek Sur19-Nov-09 20:40 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Ersan Ercek19-Nov-09 20:55
Ersan Ercek19-Nov-09 20:55 
GeneralRe: Could somebosy help me this rendercontrol issue Pin
Abhishek Sur19-Nov-09 21:08
professionalAbhishek Sur19-Nov-09 21:08 

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.