Click here to Skip to main content
15,887,869 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataRepeater & Datagrid Interesting Problem Pin
Ista28-Jul-06 2:47
Ista28-Jul-06 2:47 
QuestionHow to find a file Pin
mahammadhusen24-Jul-06 17:46
mahammadhusen24-Jul-06 17:46 
AnswerRe: How to find a file Pin
nisha261224-Jul-06 18:14
nisha261224-Jul-06 18:14 
QuestionTreeview doesn't update after treenode.remove [modified] Pin
neutronron24-Jul-06 12:40
neutronron24-Jul-06 12:40 
AnswerRe: Treeview doesn't update after treenode.remove Pin
minhpc_bk24-Jul-06 15:55
minhpc_bk24-Jul-06 15:55 
QuestionImage in ASP.Net gird Pin
mynameatif24-Jul-06 7:43
mynameatif24-Jul-06 7:43 
AnswerRe: Image in ASP.Net gird [modified] Pin
Sebastien Lachance24-Jul-06 8:52
Sebastien Lachance24-Jul-06 8:52 
AnswerRe: Image in ASP.Net gird Pin
Cybertrace24-Jul-06 9:23
Cybertrace24-Jul-06 9:23 
hey Atif


Look at this Link: http://www.extremeexperts.com/Net/Articles/AddingControlstoFooter.aspx
they are explaining to add things to the fotter, Ignore that
try to see how they are adding the text boxes within the <ItemTemplate>....</ItemTemplate> tags
the way they are adding the Textboxes in there u can use to add a <asp:Image or a <img instead from the HTML side

To do wat u want to do best do it from HTML.

also look up <%# DataBinder.Eval(Container.DataItem,"abc") %> to recive data from the DB
"abc" is the column name. of the table.

keep in mind this is not supported use of a DataGrid, this is comming in from teh classic Asp Days, and is not commonly used:

check it out!

Cybertrace OMG | :OMG:


Cybertrace! Said so..
GeneralRe: Image in ASP.Net gird Pin
Not Active24-Jul-06 10:19
mentorNot Active24-Jul-06 10:19 
QuestionBrowser vs. Server validation, how is this accomplished? Pin
Skanless24-Jul-06 7:33
Skanless24-Jul-06 7:33 
AnswerRe: Browser vs. Server validation, how is this accomplished? Pin
Not Active24-Jul-06 7:41
mentorNot Active24-Jul-06 7:41 
QuestionAutomation using webbrowser in c# 2005 Pin
Green Fuze24-Jul-06 6:42
Green Fuze24-Jul-06 6:42 
AnswerRe: Automation using webbrowser in c# 2005 Pin
RichardGrimmer24-Jul-06 7:00
RichardGrimmer24-Jul-06 7:00 
GeneralRe: Automation using webbrowser in c# 2005 Pin
Green Fuze24-Jul-06 10:12
Green Fuze24-Jul-06 10:12 
GeneralRe: Automation using webbrowser in c# 2005 Pin
RichardGrimmer25-Jul-06 6:02
RichardGrimmer25-Jul-06 6:02 
QuestionCaching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 6:28
Member 9624-Jul-06 6:28 
AnswerRe: Caching, why not use the asp.net cache for everything? Pin
Not Active24-Jul-06 7:17
mentorNot Active24-Jul-06 7:17 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 8:20
Member 9624-Jul-06 8:20 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
eggsovereasy24-Jul-06 8:31
eggsovereasy24-Jul-06 8:31 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 8:35
Member 9624-Jul-06 8:35 
QuestionAcess global variable in crystal reports. Pin
ImranIBM24-Jul-06 6:20
ImranIBM24-Jul-06 6:20 
AnswerRe: Acess global variable in crystal reports. Pin
minhpc_bk24-Jul-06 16:01
minhpc_bk24-Jul-06 16:01 
Questionopen & closing a popup window Pin
widget124-Jul-06 4:57
widget124-Jul-06 4:57 
AnswerRe: open & closing a popup window Pin
Ista3-Aug-06 2:57
Ista3-Aug-06 2:57 
QuestionUnable to load DLL Pin
Sayed Muhammad Imran24-Jul-06 3:56
Sayed Muhammad Imran24-Jul-06 3:56 

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.