Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dropdown list Pin
CooperWu25-Jan-09 2:38
CooperWu25-Jan-09 2:38 
QuestionReading javascript modified value from a readOnly TextBox [modified] Pin
SmartSpider24-Jan-09 9:56
SmartSpider24-Jan-09 9:56 
AnswerRe: Reading javascript modified value from a readOnly TextBox Pin
Not Active24-Jan-09 13:23
mentorNot Active24-Jan-09 13:23 
GeneralRe: Reading javascript modified value from a readOnly TextBox Pin
SmartSpider25-Jan-09 7:54
SmartSpider25-Jan-09 7:54 
GeneralRe: Reading javascript modified value from a readOnly TextBox Pin
Not Active25-Jan-09 8:08
mentorNot Active25-Jan-09 8:08 
QuestionHow to create an array of buttons then access attributes in event handler Pin
scjsb24-Jan-09 7:48
scjsb24-Jan-09 7:48 
AnswerRe: How to create an array of buttons then access attributes in event handler Pin
sudhanvag25-Jan-09 7:41
sudhanvag25-Jan-09 7:41 
Questioncan't get to display image in gridview Pin
Meax24-Jan-09 5:58
Meax24-Jan-09 5:58 
i have this table TBLImageTest
ID int
Path nvarchar(MAX)

then i upload a image to server (local). image id and path saved to database.

like:
Id = 1,
Path = C:\Documents and Settings\MyUserAccount\My Documents\Visual Studio 2005\WebSites\MyImageTest\UploadedImages\TestImage.jpg

these exact things are saved into database.

then in my allImages.aspx i have this code:

<asp:gridview id="GV1" runat="server" autogeneratecolumns="False" datasourceid="SqlDataSource1" xmlns:asp="#unknown">
            <columns>
                <asp:templatefield>
                    <itemtemplate>
                        <asp:image id="Image1" runat="server" imageurl="<%# Eval("Path") %>" />
                    </itemtemplate>
                </asp:templatefield>
            </columns>

        </asp:gridview>
        <asp:sqldatasource id="SqlDataSource1" runat="server" connectionstring="<%$ ConnectionStrings:MyImageTestConnectionString %>" xmlns:asp="#unknown">
            SelectCommand="SELECT [Path] FROM [TBLImageTest]"></asp:sqldatasource>


this doesn't show any image, it doesn't give any error too.

can someone help me with this
AnswerRe: can't get to display image in gridview Pin
CooperWu25-Jan-09 2:28
CooperWu25-Jan-09 2:28 
QuestionHelp! ASP.NET cannot do simple arithmetic... Pin
Ben Jern24-Jan-09 5:02
Ben Jern24-Jan-09 5:02 
AnswerRe: Help! ASP.NET cannot do simple arithmetic... Pin
Ben Jern24-Jan-09 5:38
Ben Jern24-Jan-09 5:38 
AnswerRe: Help! ASP.NET cannot do simple arithmetic... Pin
Colin Angus Mackay24-Jan-09 7:25
Colin Angus Mackay24-Jan-09 7:25 
GeneralRe: Help! ASP.NET cannot do simple arithmetic... Pin
Ben Jern24-Jan-09 14:26
Ben Jern24-Jan-09 14:26 
QuestionRestricting session sharing between multiple tabs in a browser. Pin
Praveen_S24-Jan-09 2:53
Praveen_S24-Jan-09 2:53 
AnswerRe: Restricting session sharing between multiple tabs in a browser. Pin
CooperWu24-Jan-09 4:16
CooperWu24-Jan-09 4:16 
Questionhow to add feature of changing color of text giving wide range of color to user in softare template creator using asp .net Pin
teju gadekar24-Jan-09 1:35
teju gadekar24-Jan-09 1:35 
GeneralRe: how to add feature of changing color of text giving wide range of color to user in softare template creator using asp .net Pin
CooperWu24-Jan-09 4:19
CooperWu24-Jan-09 4:19 
QuestionAjax and Asp.net Pin
ahawari0924-Jan-09 1:34
ahawari0924-Jan-09 1:34 
AnswerRe: Ajax and Asp.net Pin
Colin Angus Mackay24-Jan-09 2:49
Colin Angus Mackay24-Jan-09 2:49 
QuestionViewing aspx pages Pin
Ha ha ha ha ha ha ha ha24-Jan-09 1:09
Ha ha ha ha ha ha ha ha24-Jan-09 1:09 
AnswerRe: Viewing aspx pages Pin
Colin Angus Mackay24-Jan-09 1:13
Colin Angus Mackay24-Jan-09 1:13 
GeneralRe: Viewing aspx pages Pin
Ha ha ha ha ha ha ha ha24-Jan-09 1:24
Ha ha ha ha ha ha ha ha24-Jan-09 1:24 
GeneralRe: Viewing aspx pages Pin
Colin Angus Mackay24-Jan-09 1:50
Colin Angus Mackay24-Jan-09 1:50 
AnswerRe: Viewing aspx pages Pin
Abhijit Jana24-Jan-09 2:10
professionalAbhijit Jana24-Jan-09 2:10 
QuestionUnable to display data using Nested gridview with LinqDatasource control Pin
Member 129942624-Jan-09 0:53
Member 129942624-Jan-09 0:53 

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.