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

ASP.NET

 
QuestionResponse slow while connecting to DB2 Pin
Member 322226419-Sep-11 6:09
Member 322226419-Sep-11 6:09 
QuestionHow to call a method based on two asynchronous response handlers completed in ASP.NET and C#? Pin
rams218-Sep-11 20:03
rams218-Sep-11 20:03 
Questionabout connectivity of share market database. Pin
ohm_desai18-Sep-11 3:27
ohm_desai18-Sep-11 3:27 
AnswerRe: about connectivity of share market database. Pin
Ramkumar_S18-Sep-11 21:21
Ramkumar_S18-Sep-11 21:21 
AnswerRe: about connectivity of share market database. Pin
MaulikDusara19-Sep-11 2:13
MaulikDusara19-Sep-11 2:13 
Questionhow to show news on my page in between marquee using asp.net Pin
umeshdaiya18-Sep-11 3:19
umeshdaiya18-Sep-11 3:19 
AnswerRe: how to show news on my page in between marquee using asp.net Pin
m@dhu18-Sep-11 3:38
m@dhu18-Sep-11 3:38 
GeneralRe: how to show news on my page in between marquee using asp.net Pin
subhash11118-Sep-11 6:00
subhash11118-Sep-11 6:00 
<
XML
div class="newsmatter">
<marquee behavior="alternate" direction="up" height="200px">
<asp:Repeater ID="Repeater1" runat="server">
                                                                    <HeaderTemplate>
                                                                        <table cellpadding="1" cellspacing="3" width="99%" style="text-align:justify" >
                                                                    </HeaderTemplate>
                                                                    <ItemTemplate>
                                                                        <tr>
                                                                            <td style="color:Black " >
                                                                               <%#DataBinder.Eval(Container.DataItem,"Newscontent")%>


                                                                        </tr>
                                                                        <tr style="height:10px;">
                                                                            <td >
                                                                            </td>

                                                                        </tr>
                                                                    </ItemTemplate>
                                                                    <FooterTemplate>
                                                                        </table></FooterTemplate>
                                                                </asp:Repeater>
</marquee>
</div

>
GeneralRe: how to show news on my page in between marquee using asp.net Pin
umeshdaiya18-Sep-11 21:58
umeshdaiya18-Sep-11 21:58 
QuestionProblems connecting to AS/400 Pin
Member 322226418-Sep-11 1:29
Member 322226418-Sep-11 1:29 
QuestionPayPal Instant Payment Notification(IPN) Issue.. Pin
NetMan201217-Sep-11 8:45
NetMan201217-Sep-11 8:45 
AnswerRe: PayPal Instant Payment Notification(IPN) Issue.. Pin
Richard Andrew x6417-Sep-11 16:22
professionalRichard Andrew x6417-Sep-11 16:22 
AnswerRe: PayPal Instant Payment Notification(IPN) Issue.. Pin
MaulikDusara18-Sep-11 21:00
MaulikDusara18-Sep-11 21:00 
Questioncreate chat room Pin
apadana_198917-Sep-11 7:02
apadana_198917-Sep-11 7:02 
AnswerRe: create chat room Pin
m@dhu18-Sep-11 3:39
m@dhu18-Sep-11 3:39 
QuestionBroadcastMessage Pin
apadana_198917-Sep-11 3:16
apadana_198917-Sep-11 3:16 
AnswerRe: BroadcastMessage Pin
Parwej Ahamad17-Sep-11 5:13
professionalParwej Ahamad17-Sep-11 5:13 
AnswerRe: BroadcastMessage Pin
MaulikDusara19-Sep-11 2:14
MaulikDusara19-Sep-11 2:14 
Questionasp.net 2010 web.config Pin
Member 821751716-Sep-11 6:59
Member 821751716-Sep-11 6:59 
Questionhow to send mail without internet connection Pin
sathyan_829416-Sep-11 6:43
sathyan_829416-Sep-11 6:43 
AnswerRe: how to send mail without internet connection Pin
Richard MacCutchan17-Sep-11 1:20
mveRichard MacCutchan17-Sep-11 1:20 
GeneralRe: how to send mail without internet connection Pin
GenJerDan17-Sep-11 1:51
GenJerDan17-Sep-11 1:51 
GeneralRe: how to send mail without internet connection Pin
Richard MacCutchan17-Sep-11 2:46
mveRichard MacCutchan17-Sep-11 2:46 
QuestionMVC3 DropDownList Question Pin
eddieangel16-Sep-11 6:41
eddieangel16-Sep-11 6:41 
QuestionNeed lowdown on my custom CacheDependency implementation [modified] Pin
Jaime Premy15-Sep-11 16:46
professionalJaime Premy15-Sep-11 16:46 

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.