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

ASP.NET

 
AnswerRe: adding scroll bars in gridview Pin
Elegantly Wasted31-Jan-12 0:31
Elegantly Wasted31-Jan-12 0:31 
Questionproblem with modal popup control Pin
ademsandeepreddy13-Jul-09 11:38
ademsandeepreddy13-Jul-09 11:38 
AnswerRe: problem with modal popup control Pin
Christian Graus13-Jul-09 12:11
protectorChristian Graus13-Jul-09 12:11 
GeneralRe: problem with modal popup control Pin
janani1313-Jul-09 18:56
janani1313-Jul-09 18:56 
QuestionHow to fix a broken scrollbar in datagrid Pin
smcirish13-Jul-09 9:08
smcirish13-Jul-09 9:08 
AnswerRe: How to fix a broken scrollbar in datagrid Pin
Christian Graus13-Jul-09 10:12
protectorChristian Graus13-Jul-09 10:12 
GeneralRe: How to fix a broken scrollbar in datagrid Pin
smcirish13-Jul-09 10:19
smcirish13-Jul-09 10:19 
GeneralRe: How to fix a broken scrollbar in datagrid Pin
Christian Graus13-Jul-09 10:35
protectorChristian Graus13-Jul-09 10:35 
AnswerRe: How to fix a broken scrollbar in datagrid Pin
Not Active13-Jul-09 10:12
mentorNot Active13-Jul-09 10:12 
GeneralRe: How to fix a broken scrollbar in datagrid Pin
smcirish13-Jul-09 10:18
smcirish13-Jul-09 10:18 
AnswerRe: How to fix a broken scrollbar in datagrid [modified] Pin
Gary Stafford13-Jul-09 14:36
Gary Stafford13-Jul-09 14:36 
AnswerRe: How to fix a broken scrollbar in datagrid Pin
ScottM115-Jul-09 1:54
ScottM115-Jul-09 1:54 
QuestionHow to display PDF in ASP.NET in same tab/window in browser? Pin
Kumar Kush13-Jul-09 7:29
Kumar Kush13-Jul-09 7:29 
AnswerRe: How to display PDF in ASP.NET in same tab/window in browser? Pin
Christian Graus13-Jul-09 7:40
protectorChristian Graus13-Jul-09 7:40 
AnswerRe: How to display PDF in ASP.NET in same tab/window in browser? Pin
Kannan Ar13-Jul-09 15:44
professionalKannan Ar13-Jul-09 15:44 
QuestionLoading images into the GridView issue Pin
Priya Prk13-Jul-09 6:50
Priya Prk13-Jul-09 6:50 
Hi friends,

Im trying to show some images from the database into a Gridview.
I bounded the Gridview to the datasource:
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" 
        DataSourceID="SqlDataSource1" Height="152px" Width="216px">
        <Columns>
            <asp:ImageField DataImageUrlField="pic">
            </asp:ImageField>
        </Columns>
    </asp:GridView>
    <asp:SqlDataSource ID="SqlDataSource1" runat="server" 
        ConnectionString="<%$ ConnectionStrings:studentConnectionString %>" 
        SelectCommand="SELECT [pic] FROM [pics]"></asp:SqlDataSource>
    </form>


The problem is that i don't see the pics, bud only a image with a cross(X).
What is the reason for that?

Thanks.
AnswerRe: Loading images into the GridView issue Pin
Abhijit Jana13-Jul-09 7:10
professionalAbhijit Jana13-Jul-09 7:10 
GeneralRe: Loading images into the GridView issue Pin
Priya Prk13-Jul-09 8:05
Priya Prk13-Jul-09 8:05 
GeneralRe: Loading images into the GridView issue Pin
Christian Graus13-Jul-09 8:14
protectorChristian Graus13-Jul-09 8:14 
GeneralRe: Loading images into the GridView issue Pin
Priya Prk13-Jul-09 8:23
Priya Prk13-Jul-09 8:23 
GeneralRe: Loading images into the GridView issue Pin
Christian Graus13-Jul-09 8:46
protectorChristian Graus13-Jul-09 8:46 
QuestionAJAX Problem "There was an error in callback" Pin
PJWindsor13-Jul-09 4:42
PJWindsor13-Jul-09 4:42 
AnswerRe: AJAX Problem "There was an error in callback" Pin
Kannan Ar13-Jul-09 5:29
professionalKannan Ar13-Jul-09 5:29 
GeneralRe: AJAX Problem "There was an error in callback" Pin
PJWindsor13-Jul-09 9:27
PJWindsor13-Jul-09 9:27 
GeneralRe: AJAX Problem "There was an error in callback" Pin
PJWindsor13-Jul-09 22:39
PJWindsor13-Jul-09 22:39 

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.