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

ASP.NET

 
Questioncreate a tab Pin
Member 104690297-Jan-14 4:58
Member 104690297-Jan-14 4:58 
SuggestionRe: create a tab Pin
Richard MacCutchan7-Jan-14 6:03
mveRichard MacCutchan7-Jan-14 6:03 
QuestionGenrating random number Pin
byka7-Jan-14 3:35
byka7-Jan-14 3:35 
AnswerRe: Genrating random number Pin
Shameel7-Jan-14 3:52
professionalShameel7-Jan-14 3:52 
AnswerRe: Genrating random number Pin
Richard MacCutchan7-Jan-14 4:08
mveRichard MacCutchan7-Jan-14 4:08 
Questionhow do I make a correction about using mysql in asp.net Pin
abdulkodir6-Jan-14 9:06
abdulkodir6-Jan-14 9:06 
SuggestionRe: how do I make a correction about using mysql in asp.net Pin
Shameel7-Jan-14 3:54
professionalShameel7-Jan-14 3:54 
QuestionAuto scroll panel control to bottom in asp.net Pin
Otekpo Emmanuel6-Jan-14 8:39
Otekpo Emmanuel6-Jan-14 8:39 
Hello friends, please I need your help. I'm currently working on chat program and I'm using asp.net. I'm display chat messages with repeater control, and this repeater control is inside a panel control which I set the scrollbar to vertical. Everything is working fine but the challenge I'm having is how to make the panel control always scroll to bottom, so that chat users can always see the new messages. I tried the following but is not working<pre><script type="text/javascript">
function Scrl()
{
var panel=document.getElementByid('<%=pnlcht.ClientID%>');
panel.scrollTop=panel.scrollHeight;
}
</script>
</pre>
then on the PreRender of the panel control, the following is written
<pre>ScriptManager.RegisterStartupScript(pnlcht,pnlcht.GetType(),"Scrl","Scrl",true)</pre>
Please help...

-- modified 9-Jan-14 4:53am.
QuestionWhy am I getting Could not load type '......Global' Pin
QuickBooksDev5-Jan-14 7:56
QuickBooksDev5-Jan-14 7:56 
Questiondynamic table generaion Pin
Member 105005063-Jan-14 21:46
professionalMember 105005063-Jan-14 21:46 
QuestionCode for selection label in grid view Pin
Sri Nithi3-Jan-14 20:55
Sri Nithi3-Jan-14 20:55 
AnswerRe: Code for selection label in grid view Pin
Kornfeld Eliyahu Peter4-Jan-14 21:05
professionalKornfeld Eliyahu Peter4-Jan-14 21:05 
QuestionGenerateInsertUpdateDelete option is disabled Pin
Ya Rasoolallah3-Jan-14 15:26
Ya Rasoolallah3-Jan-14 15:26 
QuestionHow to Insert HTML into database using C# and ASP.Net Pin
Member 102589521-Jan-14 23:03
Member 102589521-Jan-14 23:03 
AnswerRe: How to Insert HTML into database using C# and ASP.Net Pin
Keith Barrow2-Jan-14 0:25
professionalKeith Barrow2-Jan-14 0:25 
GeneralRe: How to Insert HTML into database using C# and ASP.Net Pin
ZurdoDev3-Jan-14 3:34
professionalZurdoDev3-Jan-14 3:34 
Questioni need to have basic codes to create a website Pin
Sri Nithi1-Jan-14 19:05
Sri Nithi1-Jan-14 19:05 
AnswerRe: i need to have basic codes to create a website Pin
Peter Leow1-Jan-14 19:21
professionalPeter Leow1-Jan-14 19:21 
AnswerRe: i need to have basic codes to create a website Pin
thatraja1-Jan-14 19:54
professionalthatraja1-Jan-14 19:54 
GeneralI second this recommendation. Pin
David C# Hobbyist.3-Jan-14 12:05
professionalDavid C# Hobbyist.3-Jan-14 12:05 
AnswerRe: i need to have basic codes to create a website Pin
ZurdoDev3-Jan-14 3:33
professionalZurdoDev3-Jan-14 3:33 
AnswerRe: i need to have basic codes to create a website Pin
Harikrishnanvr7-Jan-14 5:26
professionalHarikrishnanvr7-Jan-14 5:26 
Questiona problem with ScriptManagerProxy Pin
Ya Rasoolallah1-Jan-14 11:31
Ya Rasoolallah1-Jan-14 11:31 
AnswerRe: a problem with ScriptManagerProxy Pin
Marco Bertschi1-Jan-14 12:24
protectorMarco Bertschi1-Jan-14 12:24 
AnswerRe: a problem with ScriptManagerProxy Pin
Ya Rasoolallah1-Jan-14 12:40
Ya Rasoolallah1-Jan-14 12:40 

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.