Click here to Skip to main content
15,903,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
zeeShan anSari wrote:
but when i store it in a hiddenField then i use runat=server .......so it can't accessible in javascript. or if use hiddenField witout runat=server then it can't accessible in codebehind.......

Leave it as Runat="Server"

Then
var HiddenFieldID="<%=hdnField.ClientID%>";
 var HiddenFieldValue=document.getElementById(HiddenFieldID).value;


Smile | :)

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

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 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 2:04
megivimal20-Jul-09 2:04 
GeneralRe: Gridview inside ListView Control Pin
Zafar A khan 20-Jul-09 18:47
professionalZafar A khan 20-Jul-09 18:47 

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.