Click here to Skip to main content
15,905,504 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMessageString method is not giving action Width [modified] Pin
Kumaran21cen20-Jul-09 3:47
Kumaran21cen20-Jul-09 3:47 
AnswerRe: MessageString method is not giving action Width Pin
Abhishek Sur20-Jul-09 3:58
professionalAbhishek Sur20-Jul-09 3:58 
QuestionHow to hide urls from popups in IE-7 Pin
Manprit.bagga20-Jul-09 3:17
Manprit.bagga20-Jul-09 3:17 
AnswerRe: How to hide urls from popups in IE-7 Pin
Aman Bhullar20-Jul-09 3:23
Aman Bhullar20-Jul-09 3:23 
AnswerRe: How to hide urls from popups in IE-7 Pin
Abhishek Sur20-Jul-09 4:01
professionalAbhishek Sur20-Jul-09 4:01 
QuestionGet session variable from javascript Pin
zeeShan anSari20-Jul-09 2:34
zeeShan anSari20-Jul-09 2:34 
AnswerRe: Get session variable from javascript Pin
Manas Bhardwaj20-Jul-09 2:43
professionalManas Bhardwaj20-Jul-09 2:43 
AnswerRe: Get session variable from javascript Pin
Abhijit Jana20-Jul-09 3:10
professionalAbhijit Jana20-Jul-09 3:10 
zeeShan anSari wrote:
now i just want "Session["LoginID"]" or lblLoginId.Text from javascript

If you are trying to access lblLoginId.Text from client side, then what is need of session over here. You can try just using reading the ClientID of that control.

You can't Directly Access Session Variable from javascript. You can store it in a hiddenField and then can access from Client Side.

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net
My Latest Article : IIS Remote Debugging

GeneralRe: Get session variable from javascript Pin
zeeShan anSari20-Jul-09 3:22
zeeShan anSari20-Jul-09 3:22 
GeneralRe: Get session variable from javascript Pin
Abhijit Jana20-Jul-09 3:34
professionalAbhijit Jana20-Jul-09 3:34 
AnswerRe: Get session variable from javascript Pin
Aman Bhullar20-Jul-09 3:27
Aman Bhullar20-Jul-09 3:27 
AnswerRe: Get session variable from javascript Pin
Samir NIGAM20-Jul-09 22:30
Samir NIGAM20-Jul-09 22:30 
GeneralRe: Get session variable from javascript Pin
jbanko36515-Nov-09 8:21
jbanko36515-Nov-09 8:21 
Questionhiding the blinking cursor Pin
248912820-Jul-09 1:24
248912820-Jul-09 1:24 
AnswerRe: hiding the blinking cursor Pin
Aman Bhullar20-Jul-09 3:31
Aman Bhullar20-Jul-09 3:31 
AnswerRe: hiding the blinking cursor Pin
Abhishek Sur20-Jul-09 5:01
professionalAbhishek Sur20-Jul-09 5:01 
QuestionHow to validate the textbox Pin
Anjani Poornima20-Jul-09 1:13
Anjani Poornima20-Jul-09 1:13 
AnswerRe: How to validate the textbox Pin
sekannak20-Jul-09 1:21
sekannak20-Jul-09 1:21 
GeneralRe: How to validate the textbox Pin
Abhijit Jana20-Jul-09 1:43
professionalAbhijit Jana20-Jul-09 1:43 
GeneralRe: How to validate the textbox Pin
DoctorMick20-Jul-09 3:51
DoctorMick20-Jul-09 3:51 
QuestionGridview inside ListView Control Pin
megivimal20-Jul-09 0:40
megivimal20-Jul-09 0:40 
AnswerRe: Gridview inside ListView Control Pin
sekannak20-Jul-09 1:14
sekannak20-Jul-09 1:14 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 1:22
megivimal20-Jul-09 1:22 
AnswerRe: Gridview inside ListView Control Pin
Zafar A khan 20-Jul-09 1:35
professionalZafar A khan 20-Jul-09 1:35 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 2:00
megivimal20-Jul-09 2:00 

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.