Click here to Skip to main content
15,889,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: path urls relative to root of web app Pin
Jeremy Likness13-Aug-09 5:24
professionalJeremy Likness13-Aug-09 5:24 
Questionip address Pin
sachees12313-Aug-09 0:01
sachees12313-Aug-09 0:01 
AnswerRe: ip address Pin
Christian Graus13-Aug-09 0:32
protectorChristian Graus13-Aug-09 0:32 
AnswerRe: ip address Pin
Alok Sharma ji13-Aug-09 2:14
Alok Sharma ji13-Aug-09 2:14 
QuestionPass textbox value to javascript function Pin
Hemant Thaker13-Aug-09 0:00
Hemant Thaker13-Aug-09 0:00 
AnswerRe: Pass textbox value to javascript function Pin
Christian Graus13-Aug-09 0:31
protectorChristian Graus13-Aug-09 0:31 
QuestionRe: Pass textbox value to javascript function Pin
Hemant Thaker13-Aug-09 22:11
Hemant Thaker13-Aug-09 22:11 
AnswerRe: Pass textbox value to javascript function Pin
sajjy13-Aug-09 1:06
sajjy13-Aug-09 1:06 
there is some way to get the text box value Wink | ;)
one is to use .ClientId in your asp code like this :
document.getElementById(<% textbox1.ClientId %>).value
or if did`nt help you can do something else Smile | :)
the ClientIds always the same as each other , so you can find the ID by view source of the page ! Laugh | :laugh:
for example it will be like this :
document.getElemetById('ctl00_ContentPlaceHolder1_textBox1').value
Cool | :cool:
QuestionRe: Pass textbox value to javascript function... Pin
Hemant Thaker13-Aug-09 22:12
Hemant Thaker13-Aug-09 22:12 
Questionno access to application in lan Pin
nikhil123412-Aug-09 23:36
nikhil123412-Aug-09 23:36 
AnswerRe: no access to application in lan Pin
Vimalsoft(Pty) Ltd12-Aug-09 23:48
professionalVimalsoft(Pty) Ltd12-Aug-09 23:48 
AnswerRe: no access to application in lan Pin
Coding C#12-Aug-09 23:51
Coding C#12-Aug-09 23:51 
AnswerRe: no access to application in lan Pin
Abhishek Sur12-Aug-09 23:54
professionalAbhishek Sur12-Aug-09 23:54 
GeneralRe: no access to application in lan Pin
suresh_kumar_s13-Aug-09 2:47
suresh_kumar_s13-Aug-09 2:47 
GeneralRe: no access to application in lan Pin
Abhishek Sur13-Aug-09 4:36
professionalAbhishek Sur13-Aug-09 4:36 
Questiongridview Pin
ptvce12-Aug-09 23:09
ptvce12-Aug-09 23:09 
AnswerRe: gridview Pin
Coding C#12-Aug-09 23:36
Coding C#12-Aug-09 23:36 
AnswerRe: gridview Pin
Abhijit Jana12-Aug-09 23:43
professionalAbhijit Jana12-Aug-09 23:43 
QuestionOpening new page with window.open() and passing query strings to it [modified] Pin
Chesnokov Yuriy12-Aug-09 22:55
professionalChesnokov Yuriy12-Aug-09 22:55 
AnswerRe: Opening new page with window.open() and passing query strings to it Pin
Abhishek Sur12-Aug-09 23:52
professionalAbhishek Sur12-Aug-09 23:52 
AnswerRe: Opening new page with window.open() and passing query strings to it Pin
Chesnokov Yuriy13-Aug-09 0:31
professionalChesnokov Yuriy13-Aug-09 0:31 
GeneralRe: Opening new page with window.open() and passing query strings to it Pin
Abhishek Sur13-Aug-09 2:28
professionalAbhishek Sur13-Aug-09 2:28 
Questionlistviewcontrol Pin
mylogics12-Aug-09 22:14
professionalmylogics12-Aug-09 22:14 
AnswerRe: listviewcontrol Pin
Coding C#12-Aug-09 22:21
Coding C#12-Aug-09 22:21 
GeneralRe: listviewcontrol Pin
mylogics12-Aug-09 23:33
professionalmylogics12-Aug-09 23:33 

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.