Click here to Skip to main content
15,916,180 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionConvert html contols to asp.net controls programatically Pin
immu525-Mar-09 6:08
immu525-Mar-09 6:08 
AnswerRe: Convert html contols to asp.net controls programatically Pin
Yusuf25-Mar-09 7:02
Yusuf25-Mar-09 7:02 
GeneralRe: Convert html contols to asp.net controls programatically Pin
immu525-Mar-09 9:12
immu525-Mar-09 9:12 
GeneralRe: Convert html contols to asp.net controls programatically Pin
Yusuf25-Mar-09 15:10
Yusuf25-Mar-09 15:10 
QuestionHow to delay loading the page for 2 seconds? Pin
Goalie3525-Mar-09 6:04
Goalie3525-Mar-09 6:04 
AnswerRe: How to delay loading the page for 2 seconds? Pin
Cybernate25-Mar-09 6:36
Cybernate25-Mar-09 6:36 
AnswerRe: How to delay loading the page for 2 seconds? Pin
Amit Patel198525-Mar-09 12:36
Amit Patel198525-Mar-09 12:36 
Questionhow to create web spider Pin
naveen20_525-Mar-09 6:00
naveen20_525-Mar-09 6:00 
AnswerRe: how to create web spider Pin
Yusuf25-Mar-09 7:32
Yusuf25-Mar-09 7:32 
Questionhow to immediately change value of session variable? Pin
Mehdi Bahrami25-Mar-09 5:55
Mehdi Bahrami25-Mar-09 5:55 
AnswerRe: how to immediately change value of session variable? Pin
Abhijit Jana25-Mar-09 6:18
professionalAbhijit Jana25-Mar-09 6:18 
GeneralRe: how to immediately change value of session variable? Pin
Mehdi Bahrami25-Mar-09 6:26
Mehdi Bahrami25-Mar-09 6:26 
GeneralRe: how to immediately change value of session variable? Pin
Yusuf25-Mar-09 7:31
Yusuf25-Mar-09 7:31 
Mehdi Bahrami wrote:
Session.Contents("null") = False



Mehdi Bahrami wrote:
Session.Contents("null") = True


Seesion("null") = True
Session("null") = False

I don't think "null" is good name. I would do

Session("ShowImage") = True
Session("ShowImage") = False

Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

GeneralRe: how to immediately change value of session variable? Pin
Mehdi Bahrami25-Mar-09 10:18
Mehdi Bahrami25-Mar-09 10:18 
QuestionCustom Coplex Object get from WebService method Pin
aldone25-Mar-09 5:00
aldone25-Mar-09 5:00 
QuestionAjax Dropdownlist error Pin
Shaun_L25-Mar-09 4:55
Shaun_L25-Mar-09 4:55 
Questionjoining string in url Pin
keyur satyadev25-Mar-09 4:20
keyur satyadev25-Mar-09 4:20 
AnswerRe: joining string in url Pin
AprNgp25-Mar-09 4:33
AprNgp25-Mar-09 4:33 
AnswerRe: joining string in url Pin
Yusuf25-Mar-09 4:46
Yusuf25-Mar-09 4:46 
GeneralRe: joining string in url Pin
AprNgp26-Mar-09 7:20
AprNgp26-Mar-09 7:20 
QuestionFaliure Sending mail---urgent Pin
Arnab198725-Mar-09 3:59
Arnab198725-Mar-09 3:59 
AnswerRe: Faliure Sending mail---urgent Pin
Yusuf25-Mar-09 4:19
Yusuf25-Mar-09 4:19 
AnswerRe: Faliure Sending mail---urgent Pin
Abhijit Jana25-Mar-09 4:43
professionalAbhijit Jana25-Mar-09 4:43 
GeneralRe: Faliure Sending mail---urgent Pin
Arnab198729-Mar-09 20:54
Arnab198729-Mar-09 20:54 
AnswerRe: Faliure Sending mail---urgent Pin
dpkdiya25-Mar-09 5:24
dpkdiya25-Mar-09 5:24 

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.