Click here to Skip to main content
15,886,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Find Website Visitor No Pin
Tamer Oz17-Sep-09 21:21
Tamer Oz17-Sep-09 21:21 
AnswerRe: How to Find Website Visitor No Pin
Arun Jacob17-Sep-09 22:23
Arun Jacob17-Sep-09 22:23 
AnswerRe: How to Find Website Visitor No Pin
Prabhakar Parihar18-Sep-09 21:40
Prabhakar Parihar18-Sep-09 21:40 
QuestionError while hosting crystal report as web site Pin
Ganesh_06197417-Sep-09 17:21
Ganesh_06197417-Sep-09 17:21 
AnswerRe: Error while hosting crystal report as web site Pin
sashidhar17-Sep-09 18:48
sashidhar17-Sep-09 18:48 
AnswerRe: Error while hosting crystal report as web site Pin
Abhijit Jana17-Sep-09 19:09
professionalAbhijit Jana17-Sep-09 19:09 
Questionwhy <input id="button1"> not recognising <asp:textbox xmlns:asp="#unknown"> in java script:</asp:textbox></input> Pin
amittinku17-Sep-09 17:15
amittinku17-Sep-09 17:15 
AnswerRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 17:24
protectorChristian Graus17-Sep-09 17:24 
I believe that if you created a textbox called t1, then document.t1 MAY work. I dunno, I always use document.getElementById to look up controls. However, either way, you have not created an element called t1. You may want to buy some books on ASP.NET and research the framework you're using.

ASP.NET generates it's own id based on the server side id you provide. You can use the ClientID property of the control in your code behind to get the right id to pass to your javascript. Either way, you should always read your html by viewing source in the browser as a first step to understanding issues like this.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 20:17
amittinku17-Sep-09 20:17 
GeneralRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 20:33
protectorChristian Graus17-Sep-09 20:33 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 21:30
amittinku17-Sep-09 21:30 
GeneralRe: why not recognising in java script: Pin
amittinku17-Sep-09 21:37
amittinku17-Sep-09 21:37 
GeneralRe: why not recognising in java script: Pin
Christian Graus17-Sep-09 22:06
protectorChristian Graus17-Sep-09 22:06 
Questionhow to split HUGE pages into smaller components Pin
tagyurit17-Sep-09 15:22
tagyurit17-Sep-09 15:22 
AnswerRe: how to split HUGE pages into smaller components Pin
Christian Graus17-Sep-09 15:38
protectorChristian Graus17-Sep-09 15:38 
GeneralRe: how to split HUGE pages into smaller components Pin
tagyurit17-Sep-09 16:10
tagyurit17-Sep-09 16:10 
GeneralRe: how to split HUGE pages into smaller components Pin
Christian Graus17-Sep-09 16:40
protectorChristian Graus17-Sep-09 16:40 
QuestionDynamic music player.... Pin
greendragons17-Sep-09 8:24
greendragons17-Sep-09 8:24 
AnswerRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 10:24
protectorChristian Graus17-Sep-09 10:24 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 10:46
greendragons17-Sep-09 10:46 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 10:56
protectorChristian Graus17-Sep-09 10:56 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:00
greendragons17-Sep-09 11:00 
GeneralRe: Dynamic music player.... Pin
Christian Graus17-Sep-09 11:32
protectorChristian Graus17-Sep-09 11:32 
AnswerRe: Dynamic music player.... Pin
Abhishek Sur17-Sep-09 11:31
professionalAbhishek Sur17-Sep-09 11:31 
GeneralRe: Dynamic music player.... Pin
greendragons17-Sep-09 11:36
greendragons17-Sep-09 11:36 

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.