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

ASP.NET

 
AnswerRe: Data fetch and show in runtime Pin
nagendrathecoder25-Sep-09 19:02
nagendrathecoder25-Sep-09 19:02 
AnswerRe: Data fetch and show in runtime Pin
nagendrathecoder25-Sep-09 19:15
nagendrathecoder25-Sep-09 19:15 
AnswerRe: Data fetch and show in runtime Pin
Abhijit Jana26-Sep-09 4:02
professionalAbhijit Jana26-Sep-09 4:02 
Questionthe problem of using querystring Pin
Seraph_summer25-Sep-09 8:55
Seraph_summer25-Sep-09 8:55 
AnswerRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 9:10
professionalAbhishek Sur25-Sep-09 9:10 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 9:30
Seraph_summer25-Sep-09 9:30 
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 9:35
professionalAbhishek Sur25-Sep-09 9:35 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 9:56
Seraph_summer25-Sep-09 9:56 
Hi, Abhishek,

I have one more similar problem, which I do not know who to deal with:

similary, I have one image field bind to the book cover, which is saved as the file path in a database, once again, I found that
if the file contains C++ then the image file can not be correctly bound to the image field.

do you have any idea why for this case?

<asp:TemplateField HeaderText="Book Cover">
<ItemTemplate>
<img style="height: 80px; width: 65px" src="<%# DataBinder.Eval(Container.DataItem, "BookCover") %>"
alt="not available"/>
</ItemTemplate>
</asp:TemplateField>
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 10:02
professionalAbhishek Sur25-Sep-09 10:02 
GeneralRe: the problem of using querystring Pin
Seraph_summer25-Sep-09 10:09
Seraph_summer25-Sep-09 10:09 
GeneralRe: the problem of using querystring Pin
Abhishek Sur25-Sep-09 10:25
professionalAbhishek Sur25-Sep-09 10:25 
QuestionIs it possible to deploy a VS2005 Crystal report in a shared hosting environment like GoDaddy? Pin
David Mujica25-Sep-09 6:36
David Mujica25-Sep-09 6:36 
AnswerRe: Is it possible to deploy a VS2005 Crystal report in a shared hosting environment like GoDaddy? Pin
Abhishek Sur25-Sep-09 9:34
professionalAbhishek Sur25-Sep-09 9:34 
Questionasp.net , c# converting crystal report to pdf not working Pin
rajkumar.325-Sep-09 4:35
rajkumar.325-Sep-09 4:35 
QuestionHow to call a server-side method from client-side JavaScript Pin
pujafaldu25-Sep-09 2:52
pujafaldu25-Sep-09 2:52 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:07
Nisha Agrawal25-Sep-09 3:07 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
pujafaldu25-Sep-09 3:12
pujafaldu25-Sep-09 3:12 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:26
Nisha Agrawal25-Sep-09 3:26 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:32
mentorNot Active25-Sep-09 3:32 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:55
Nisha Agrawal25-Sep-09 3:55 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:28
mentorNot Active25-Sep-09 3:28 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 3:30
mentorNot Active25-Sep-09 3:30 
AnswerRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal25-Sep-09 3:57
Nisha Agrawal25-Sep-09 3:57 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Not Active25-Sep-09 4:39
mentorNot Active25-Sep-09 4:39 
GeneralRe: How to call a server-side method from client-side JavaScript Pin
Nisha Agrawal28-Sep-09 23:23
Nisha Agrawal28-Sep-09 23:23 

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.