Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Upload Files details into database VB code ASP.NET Pin
Abhijit Jana15-Aug-09 21:23
professionalAbhijit Jana15-Aug-09 21:23 
GeneralRe: Upload Files details into database VB code ASP.NET Pin
daffy_200316-Aug-09 0:00
daffy_200316-Aug-09 0:00 
GeneralRe: Upload Files details into database VB code ASP.NET Pin
Abhijit Jana16-Aug-09 1:51
professionalAbhijit Jana16-Aug-09 1:51 
GeneralRe: Upload Files details into database VB code ASP.NET Pin
daffy_200316-Aug-09 4:20
daffy_200316-Aug-09 4:20 
Questionhow to bind one part of columns of a datasource by GridView? Pin
Seraph_summer15-Aug-09 7:49
Seraph_summer15-Aug-09 7:49 
AnswerRe: how to bind one part of columns of a datasource by GridView? Pin
Abhijit Jana15-Aug-09 11:43
professionalAbhijit Jana15-Aug-09 11:43 
AnswerRe: how to bind one part of columns of a datasource by GridView? Pin
Abhishek Sur15-Aug-09 12:18
professionalAbhishek Sur15-Aug-09 12:18 
Questionthe bound of gridview to a imagefield Pin
Seraph_summer15-Aug-09 7:41
Seraph_summer15-Aug-09 7:41 
I want to bind the gridview to a datasource which contains one image field. I have the following questions:

1: I use SQL 2005, it seems to be there are one 'image' type and one 'varbinary(max)', which one should be used?

2: in order to bind the imagefield to the gridview, i have to add one imagefield in the gridview, because gridview can not automatically to bind it.
but I use the following code, the image can not be displayed, instead of a red cross:

<asp:ImageField HeaderText="image" NullDisplayText="no"
NullImageUrl="~/Images/book_closed.gif" DataImageURLField="ImageTest">
</asp:ImageField>

<asp:sqldatasource id="DepartmentsSource"
selectcommand="Select [DepartmentID], [DepartmentID], [ImageTest],[Tel] From [Departments]"
connectionstring="Server=localhost\SqlExpress;Database=Dorknozzle;Integrated Security=True" providerName="System.Data.SqlClient"
runat="server"/>

anyone can give me one hint why?

thank you!
AnswerRe: the bound of gridview to a imagefield Pin
Abhijit Jana15-Aug-09 8:57
professionalAbhijit Jana15-Aug-09 8:57 
GeneralRe: the bound of gridview to a imagefield Pin
Seraph_summer16-Aug-09 6:33
Seraph_summer16-Aug-09 6:33 
QuestionProblem while applying different styles to Menu items of ASP.Net Menu Control Pin
vikram_kul15-Aug-09 4:41
vikram_kul15-Aug-09 4:41 
AnswerRe: Problem while applying different styles to Menu items of ASP.Net Menu Control Pin
Parwej Ahamad15-Aug-09 21:56
professionalParwej Ahamad15-Aug-09 21:56 
Questiondynamic GridView with dataTable Pin
Bannoota15-Aug-09 4:19
Bannoota15-Aug-09 4:19 
AnswerRe: dynamic GridView with dataTable Pin
Abhijit Jana15-Aug-09 20:49
professionalAbhijit Jana15-Aug-09 20:49 
GeneralDynamic Data Update Problem Pin
Brady Kelly15-Aug-09 3:52
Brady Kelly15-Aug-09 3:52 
GeneralRe: Dynamic Data Update Problem Pin
Abhishek Sur15-Aug-09 12:39
professionalAbhishek Sur15-Aug-09 12:39 
GeneralRe: Dynamic Data Update Problem Pin
Brady Kelly15-Aug-09 20:34
Brady Kelly15-Aug-09 20:34 
QuestionInterface can be disturbed if javascript alert can be shown Pin
Nitinpro15-Aug-09 1:21
Nitinpro15-Aug-09 1:21 
AnswerRe: Interface can be disturbed if javascript alert can be shown Pin
Abhijit Jana15-Aug-09 2:18
professionalAbhijit Jana15-Aug-09 2:18 
GeneralRe: Interface can be disturbed if javascript alert can be shown Pin
Nitinpro15-Aug-09 4:45
Nitinpro15-Aug-09 4:45 
AnswerRe: Interface can be disturbed if javascript alert can be shown Pin
Abhishek Sur15-Aug-09 6:49
professionalAbhishek Sur15-Aug-09 6:49 
QuestionHiding a column in gridview Pin
srikantha_nagaraj15-Aug-09 0:00
srikantha_nagaraj15-Aug-09 0:00 
AnswerRe: Hiding a column in gridview Pin
Abhijit Jana15-Aug-09 0:15
professionalAbhijit Jana15-Aug-09 0:15 
QuestionMenu strip at bottom of the page [modified] Pin
sjs4u14-Aug-09 19:12
sjs4u14-Aug-09 19:12 
QuestionNotifyIcon with ActiveXControl in ASP.net Page Pin
nmreddy8314-Aug-09 18:25
nmreddy8314-Aug-09 18: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.