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

ASP.NET

 
QuestionConverting string data(which contains EBCDIC, Packed decimal and Endian data) to byte array Pin
deep723-Aug-09 22:38
deep723-Aug-09 22:38 
QuestionGridview Paging using AJAX textslider showing inconsistent behaviour Pin
Inderjeet Kaur23-Aug-09 20:52
Inderjeet Kaur23-Aug-09 20:52 
Questionjava script problem Pin
Amit Patel198523-Aug-09 20:34
Amit Patel198523-Aug-09 20:34 
AnswerRe: java script problem Pin
Blue_Boy23-Aug-09 20:49
Blue_Boy23-Aug-09 20:49 
AnswerRe: java script problem Pin
Abhishek Sur23-Aug-09 21:58
professionalAbhishek Sur23-Aug-09 21:58 
QuestionHow to Access web controls inside a Static method Pin
kirti.darji23-Aug-09 20:28
kirti.darji23-Aug-09 20:28 
AnswerRe: How to Access web controls inside a Static method Pin
Amit Patel198523-Aug-09 20:39
Amit Patel198523-Aug-09 20:39 
QuestionIE 7 Focus Issue Pin
platso_58823-Aug-09 20:17
platso_58823-Aug-09 20:17 
Hello All,
I am in the way of developing a web-chat application. In my ASP.Net application i am using AJAX.
In my application first the user will login and can navigate through the page. If he like to chat then he need to click on a link, then a small ASPX Page will be opened. This will be opened via JAVA Script function named "window.open()". In this chat window i used AJAX and this will refresh for every 5 seconds. Normally the focus in the chat window will be on the text area in which the text will be entered. Even i followed the same trend. Just think the Textbox id is "TB_ToSend". In this chatwindow i have given "defaultfocus" as "TB_ToSend" and for every AJAX refresh in the OnTimer Function i have given

"ScriptManager1.SetFocus(TB_ToSend);"
where ScriptManager1 is the ScriptManager id.
But i face a problem here in IE 7 when i click on the Parent window when the chat window is open(commonly we do it when we like to switch between windows) ,then after 5 seconds the chat window will popup and i lose focus on the parent Window(due to the focus i set in AJAX timer). This is not the expected behaviour, the expectation is that the focus need to be on the Parent window. This Issue doesnot occur in FireFox. Can anyone give me sugession to overcome this or is there any other way to set the focus.
Questionsite publish problem Pin
pampam11023-Aug-09 19:29
pampam11023-Aug-09 19:29 
AnswerRe: site publish problem Pin
Expert Coming23-Aug-09 20:11
Expert Coming23-Aug-09 20:11 
GeneralRe: site publish problem Pin
pampam11023-Aug-09 21:09
pampam11023-Aug-09 21:09 
QuestionJS For removing css class for Header in grid view Pin
janani1323-Aug-09 18:27
janani1323-Aug-09 18:27 
AnswerRe: JS For removing css class for Header in grid view Pin
Abhishek Sur23-Aug-09 22:05
professionalAbhishek Sur23-Aug-09 22:05 
QuestionSlow working of web application Pin
Girish48123-Aug-09 18:22
Girish48123-Aug-09 18:22 
AnswerRe: Slow working of web application Pin
Abhishek Sur23-Aug-09 22:09
professionalAbhishek Sur23-Aug-09 22:09 
GeneralRe: Slow working of web application Pin
Girish48123-Aug-09 23:09
Girish48123-Aug-09 23:09 
Questionwhere does the web site adnimistration tool store the membership data Pin
prasadbuddhika23-Aug-09 17:24
prasadbuddhika23-Aug-09 17:24 
AnswerRe: where does the web site adnimistration tool store the membership data Pin
Brij23-Aug-09 19:03
mentorBrij23-Aug-09 19:03 
QuestionAuto resizable textarea Pin
smlud123-Aug-09 15:31
smlud123-Aug-09 15:31 
AnswerRe: Auto resizable textarea Pin
Christian Graus23-Aug-09 16:15
protectorChristian Graus23-Aug-09 16:15 
QuestionRe: Auto resizable textarea Pin
smlud124-Aug-09 2:05
smlud124-Aug-09 2:05 
QuestionUnable to access controls on the page‏ Pin
Abbas8223-Aug-09 14:28
Abbas8223-Aug-09 14:28 
AnswerRe: Unable to access controls on the page‏ Pin
DoctorMick24-Aug-09 4:56
DoctorMick24-Aug-09 4:56 
GeneralRe: Unable to access controls on the page‏ Pin
Abbas8224-Aug-09 5:55
Abbas8224-Aug-09 5:55 
QuestionHow to solve the ajax error, "There was an error in the callback." Pin
meeram39523-Aug-09 6:37
meeram39523-Aug-09 6:37 

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.