Click here to Skip to main content
16,009,318 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Ajax slowing my search?? Pin
Chris McGlothen12-Jul-07 13:01
Chris McGlothen12-Jul-07 13:01 
GeneralRe: Ajax slowing my search?? Pin
Dave Sexton12-Jul-07 22:12
Dave Sexton12-Jul-07 22:12 
GeneralRe: Ajax slowing my search?? Pin
Chris McGlothen13-Jul-07 4:32
Chris McGlothen13-Jul-07 4:32 
GeneralRe: Ajax slowing my search?? Pin
-Dr_X-13-Jul-07 12:00
-Dr_X-13-Jul-07 12:00 
Questionlogin and logout Pin
aditya.net12-Jul-07 5:38
aditya.net12-Jul-07 5:38 
AnswerRe: login and logout Pin
Christian Graus12-Jul-07 6:02
protectorChristian Graus12-Jul-07 6:02 
GeneralRe: login and logout Pin
aditya.net12-Jul-07 6:18
aditya.net12-Jul-07 6:18 
GeneralRe: login and logout Pin
Christian Graus12-Jul-07 6:27
protectorChristian Graus12-Jul-07 6:27 
aditya.net wrote:
yeah i know we have to store there names in session , what if they are 20,0000 users and when ever signup we will show him welcome name, logout . how the user control knows can u give me one sample code


Well, do you know how the session object works ? It doesn't sound like it. The Session is per user.

aditya.net wrote:
HyperLink1.Visible = true;
HyperLink2.Visible = true;
HyperLink3.Visible=false;
Label1.Visible=false;


Why do so many people who post here seem scared to give their variables sensible names ?

I'd be inclined to create a struct that goes in the session, so that you either have all the info, or none of the info. Or, if it becomes too big, store an Id in the session and restore the rest from the DB.

Overall, I'm still going with 'buy a book and work through it' tho.

You didn't answer my question, is ASP.NET your first programming experience, and is someone really paying you to write this code ?


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: login and logout Pin
aditya.net12-Jul-07 6:44
aditya.net12-Jul-07 6:44 
GeneralRe: login and logout Pin
Christian Graus12-Jul-07 6:52
protectorChristian Graus12-Jul-07 6:52 
GeneralRe: login and logout Pin
Christian Graus12-Jul-07 7:15
protectorChristian Graus12-Jul-07 7:15 
Questionlogin logout Pin
aditya.net12-Jul-07 4:54
aditya.net12-Jul-07 4:54 
AnswerRe: login logout Pin
_AK_12-Jul-07 19:17
_AK_12-Jul-07 19:17 
QuestionCrystal Report C# Pin
keroed_edmond12-Jul-07 4:42
keroed_edmond12-Jul-07 4:42 
AnswerRe: Crystal Report C# Pin
Paul Conrad12-Jul-07 17:47
professionalPaul Conrad12-Jul-07 17:47 
QuestionDropDownList remove blanks from string Pin
Nimua12-Jul-07 4:28
Nimua12-Jul-07 4:28 
AnswerRe: DropDownList remove blanks from string [modified] Pin
DarrollWalsh12-Jul-07 9:57
DarrollWalsh12-Jul-07 9:57 
GeneralRe: DropDownList remove blanks from string Pin
Pete O'Hanlon12-Jul-07 10:34
mvePete O'Hanlon12-Jul-07 10:34 
GeneralRe: DropDownList remove blanks from string Pin
Nimua12-Jul-07 20:04
Nimua12-Jul-07 20:04 
GeneralRe: DropDownList remove blanks from string Pin
Nimua12-Jul-07 20:05
Nimua12-Jul-07 20:05 
QuestionRe: DropDownList remove blanks from string Pin
Nimua17-Jul-07 21:35
Nimua17-Jul-07 21:35 
AnswerRe: DropDownList remove blanks from string Pin
Nimua18-Jul-07 22:30
Nimua18-Jul-07 22:30 
QuestionASP vs cold fusion Pin
LCI12-Jul-07 4:14
LCI12-Jul-07 4:14 
AnswerRe: ASP vs cold fusion Pin
Not Active12-Jul-07 4:30
mentorNot Active12-Jul-07 4:30 
AnswerRe: ASP vs cold fusion Pin
Paul Conrad12-Jul-07 17:57
professionalPaul Conrad12-Jul-07 17:57 

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.