Click here to Skip to main content
15,888,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Best URL/File Structure Practices? Pin
Marco Bertschi28-Mar-13 9:13
protectorMarco Bertschi28-Mar-13 9:13 
Questionmodalpopupextender with dynamic checkboxlist Pin
janetb9926-Mar-13 6:29
janetb9926-Mar-13 6:29 
AnswerRe: modalpopupextender with dynamic checkboxlist Pin
janetb993-Apr-13 5:39
janetb993-Apr-13 5:39 
Questionhow to get selected item text in razor dropdownlist. Pin
GuhananthS24-Mar-13 20:12
GuhananthS24-Mar-13 20:12 
AnswerRe: how to get selected item text in razor dropdownlist. Pin
mr.priyank29-Mar-13 4:37
mr.priyank29-Mar-13 4:37 
QuestionHow to use databindings class in web application? Pin
behrad kiani24-Mar-13 8:33
behrad kiani24-Mar-13 8:33 
AnswerRe: How to use databindings class in web application? Pin
Marco Bertschi24-Mar-13 10:53
protectorMarco Bertschi24-Mar-13 10:53 
QuestionPing sql server database table and track inserted records Pin
Ani199124-Mar-13 6:03
Ani199124-Mar-13 6:03 
I m developing simple multiuser chat application in asp.net c# for my website.I have a table name chat in database.i have a chat.aspx.cs page which contains getmessage() addmessage() methods.i created 1 class file which contains getpreviousmsgcount() and newmsgcount() methods which returns the Count of total records in Chat table.now what i did is i drag two timers on my chat aspx page.
on timer1 tick event i retrieve prevmsgcount() and timer2 tick event i retrieve newmsgcount(),timer1 tick event get fired before timer 2.And in timer 2 i applied a following logic
if(newmgcount>prevmsgcount)
then refresh a page(so getmessage() gets called again and new messages are added).But in this case i observed timers keep on refreshing page on time interval."if" condition is getting ignored.how to ping sql server continously and track insertion of new record?is der any other way without using timer controls?
<b>Plz help with the code of C# and asp.net only.
Thanks in Advance.</b> Smile | :)
General70-487 Material Pin
silentspeaker24-Mar-13 3:39
silentspeaker24-Mar-13 3:39 
QuestionRe: 70-487 Material Pin
Richard MacCutchan24-Mar-13 4:32
mveRichard MacCutchan24-Mar-13 4:32 
Questionbooked dates should appear in red color in calender Pin
Member 870181324-Mar-13 3:09
Member 870181324-Mar-13 3:09 
AnswerRe: booked dates should appear in red color in calender Pin
Sandeep Mewara24-Mar-13 5:47
mveSandeep Mewara24-Mar-13 5:47 
GeneralRe: booked dates should appear in red color in calender Pin
Member 870181324-Mar-13 23:47
Member 870181324-Mar-13 23:47 
GeneralRe: booked dates should appear in red color in calender Pin
Member 870181325-Mar-13 7:57
Member 870181325-Mar-13 7:57 
QuestionCheckbox List help Pin
Girish_Sharma23-Mar-13 22:09
Girish_Sharma23-Mar-13 22:09 
Questionasp.net Pin
Member 992520623-Mar-13 12:20
Member 992520623-Mar-13 12:20 
AnswerRe: asp.net Pin
David C# Hobbyist.23-Mar-13 13:41
professionalDavid C# Hobbyist.23-Mar-13 13:41 
AnswerRe: asp.net Pin
Rahul Rajat Singh24-Mar-13 19:47
professionalRahul Rajat Singh24-Mar-13 19:47 
Questionradiobutton Pin
mmmickyyy22-Mar-13 20:31
mmmickyyy22-Mar-13 20:31 
AnswerRe: radiobutton Pin
Richard MacCutchan22-Mar-13 23:51
mveRichard MacCutchan22-Mar-13 23:51 
QuestionCountdown timer Pin
Member 877289122-Mar-13 9:25
Member 877289122-Mar-13 9:25 
AnswerRe: Countdown timer Pin
dusty_dex22-Mar-13 9:56
dusty_dex22-Mar-13 9:56 
Questionprint list view Pin
atul_pune21-Mar-13 23:41
atul_pune21-Mar-13 23:41 
QuestionJquery Event in Ajax Loaded Table Only Works Once Pin
kruegs3521-Mar-13 10:10
kruegs3521-Mar-13 10:10 
AnswerRe: Jquery Event in Ajax Loaded Table Only Works Once Pin
Marco Bertschi22-Mar-13 1:38
protectorMarco Bertschi22-Mar-13 1:38 

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.