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

ASP.NET

 
AnswerRe: forums Pin
Christian Graus30-Jan-09 18:34
protectorChristian Graus30-Jan-09 18:34 
QuestionRegional Language Issue While Uploading Excel Pin
jchandramouli30-Jan-09 17:57
jchandramouli30-Jan-09 17:57 
QuestionCan i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Subin Alex30-Jan-09 16:48
Subin Alex30-Jan-09 16:48 
AnswerRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
vaghelabhavesh30-Jan-09 16:54
vaghelabhavesh30-Jan-09 16:54 
GeneralRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Subin Alex30-Jan-09 18:42
Subin Alex30-Jan-09 18:42 
GeneralRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Christian Graus30-Jan-09 18:58
protectorChristian Graus30-Jan-09 18:58 
AnswerRe: Can i use the same DataGridView for displaying the results of 2 different queries at different times? Pin
Christian Graus30-Jan-09 17:00
protectorChristian Graus30-Jan-09 17:00 
Questiondirect to new browser window Pin
sana1730-Jan-09 9:29
sana1730-Jan-09 9:29 
ASALAMOALEKUM,
I am working with ASP.NET and c#

i have a chatting website.
i have two pages:
page1: names of all the chat rooms available
page2: a chatroom (for chatting)

i have use database to store chat and then by using ajax timer i have updated the displaying textbox with chat from database... for each chat room, it stores chat in the database w.r.t to its roomid.
i have made a class "chat" which contains static member ROOM_ID.
when user click on any room_name (from page1), the respective roomid is stored in the static member ROOM_ID and direct to page2 where all the working is done on the basis of the ROOM_ID.

as per scenerio i needed to open more than one chat room at a time so i have used OnClientClick event to target to new browser window when clicks on the room name from page1.

now i am facing two probelms...
1st:
i have run my application on browser say "A", for the first time when i click on any roomname, it opens the application in new browser say "B" but not with the page2(chat area for that room) but a LOGIN page of my website and when i log on to it it directs to the HOME page instead of directing to the page2.. and then when i again click on the roomname of page1 on "A" or "B" now it opens the new browser window say "C" with requested page2. (but for this i have to login to that page which was for the first time opened in new browser window "B" otherwise browser "C" also initiate with LOGIN page)..

how to avoid this LOGIN page ??


2nd:
Its a major problem, i dont know whether to have some different settings while working with different browsers incase of handling database too.
well...issue is :
i have opened a chatroom1 in browser"A" .. when i am working with only one chatroom its fine
now when i open a chatroom2 in new browser "B",, with the loading of this chatroom2 the chatroom at browser "A" tends to adopt the values of chatroom2.. that is both the browsers show the chat msgs of chatroom2...
how to handle thisss... ??

i know there must be any soln to thisss.. else having individual form for each chatroom is totally wastage and not a good practice because rooms are created and deleted by the user !

please reply!
thanks,
Regards.

$@N@

AnswerRe: direct to new browser window Pin
Christian Graus30-Jan-09 15:24
protectorChristian Graus30-Jan-09 15:24 
GeneralRe: direct to new browser window Pin
sana1730-Jan-09 20:53
sana1730-Jan-09 20:53 
GeneralRe: direct to new browser window Pin
sana1730-Jan-09 22:31
sana1730-Jan-09 22:31 
QuestionSub Menu color and Font does not chage after using levelsubmenustyles Pin
amistry_petlad30-Jan-09 8:46
amistry_petlad30-Jan-09 8:46 
QuestionWeb MessageBox Pin
mehrdadc4830-Jan-09 7:30
mehrdadc4830-Jan-09 7:30 
AnswerRe: Web MessageBox Pin
Manas Bhardwaj30-Jan-09 10:39
professionalManas Bhardwaj30-Jan-09 10:39 
AnswerRe: Web MessageBox Pin
Rutvik Dave30-Jan-09 11:18
professionalRutvik Dave30-Jan-09 11:18 
AnswerRe: Web MessageBox Pin
Christian Graus30-Jan-09 18:35
protectorChristian Graus30-Jan-09 18:35 
QuestionCSS class or XSLT please help me Pin
indian14330-Jan-09 6:46
indian14330-Jan-09 6:46 
AnswerRe: CSS class or XSLT please help me Pin
ToddHileHoffer30-Jan-09 7:10
ToddHileHoffer30-Jan-09 7:10 
AnswerRe: CSS class or XSLT please help me Pin
Manas Bhardwaj30-Jan-09 10:44
professionalManas Bhardwaj30-Jan-09 10:44 
GeneralRe: CSS class or XSLT please help me Pin
indian14330-Jan-09 23:07
indian14330-Jan-09 23:07 
QuestionMembership API help is needed Pin
Rameez Raja30-Jan-09 5:24
Rameez Raja30-Jan-09 5:24 
AnswerRe: Membership API help is needed Pin
vaghelabhavesh30-Jan-09 5:46
vaghelabhavesh30-Jan-09 5:46 
JokeRe: Membership API help is needed Pin
GaryWoodfine 30-Jan-09 10:37
professionalGaryWoodfine 30-Jan-09 10:37 
GeneralRe: Membership API help is needed Pin
Rameez Raja30-Jan-09 15:40
Rameez Raja30-Jan-09 15:40 
QuestionError inserting through insertCommand Pin
AllPhee30-Jan-09 4:11
AllPhee30-Jan-09 4:11 

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.