Click here to Skip to main content
15,898,987 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to identify location of controls in asp.net 2.0 Pin
Kuricheti24-Aug-06 18:15
Kuricheti24-Aug-06 18:15 
QuestionDrag and drop items between two listboxes in asp.net 2.0 with c# Pin
Kuricheti24-Aug-06 18:13
Kuricheti24-Aug-06 18:13 
AnswerRe: Drag and drop items between two listboxes in asp.net 2.0 with c# Pin
Naveed Kamboh25-Aug-06 1:37
Naveed Kamboh25-Aug-06 1:37 
GeneralRe: Drag and drop items between two listboxes in asp.net 2.0 with c# Pin
Kuricheti27-Aug-06 18:09
Kuricheti27-Aug-06 18:09 
QuestionHow to make one of the column of datagrid invisible ? Pin
cheeken2u24-Aug-06 16:32
cheeken2u24-Aug-06 16:32 
AnswerRe: How to make one of the column of datagrid invisible ? [modified] Pin
postmaster@programmingknowledge.com24-Aug-06 17:43
postmaster@programmingknowledge.com24-Aug-06 17:43 
GeneralRe: How to make one of the column of datagrid invisible ? Pin
cheeken2u24-Aug-06 20:24
cheeken2u24-Aug-06 20:24 
QuestionAdd Javascript code at runtime Pin
shapper24-Aug-06 15:08
shapper24-Aug-06 15:08 
Hello,

I am trying to add a javascript block to a page in runtime.
I am getting an error because I not setting the type but I don't know how to do it.

My code is:
Dim urchinTracker As String = "<script type='text/javascript'>" & _
"_uacct = 'UA-XXXXX';" & _
"urchinTracker();" & _
"</script>"

If (Not ClientScript.IsClientScriptBlockRegistered("UrchinTracker")) Then
Page.ClientScript.RegisterClientScriptBlock("UrchinTracker", urchinTracker) >> Problem is here
End If

Basically, I am adding the code for Google Analytics.

Thanks,
Miguel
AnswerRe: Add Javascript code at runtime Pin
minhpc_bk24-Aug-06 15:22
minhpc_bk24-Aug-06 15:22 
QuestionTextBox Focus Pin
oskardiazdeleon24-Aug-06 13:46
oskardiazdeleon24-Aug-06 13:46 
AnswerRe: TextBox Focus Pin
minhpc_bk24-Aug-06 15:25
minhpc_bk24-Aug-06 15:25 
AnswerRe: TextBox Focus Pin
postmaster@programmingknowledge.com24-Aug-06 17:36
postmaster@programmingknowledge.com24-Aug-06 17:36 
AnswerRe: TextBox Focus Pin
Suresh Pirsquare25-Aug-06 1:16
Suresh Pirsquare25-Aug-06 1:16 
QuestionGridView column visible property Pin
kalyanPaladugu24-Aug-06 13:15
kalyanPaladugu24-Aug-06 13:15 
AnswerRe: GridView column visible property Pin
minhpc_bk24-Aug-06 15:35
minhpc_bk24-Aug-06 15:35 
GeneralRe: GridView column visible property Pin
Naveed Kamboh25-Aug-06 1:42
Naveed Kamboh25-Aug-06 1:42 
QuestionDifference [modified] Pin
kjosh24-Aug-06 10:13
kjosh24-Aug-06 10:13 
AnswerRe: Difference Pin
Guffa24-Aug-06 10:46
Guffa24-Aug-06 10:46 
QuestionCalling Web service Pin
kjosh24-Aug-06 8:53
kjosh24-Aug-06 8:53 
AnswerRe: Calling Web service Pin
minhpc_bk24-Aug-06 16:21
minhpc_bk24-Aug-06 16:21 
AnswerRe: Calling Web service Pin
postmaster@programmingknowledge.com24-Aug-06 17:46
postmaster@programmingknowledge.com24-Aug-06 17:46 
QuestionTyped DataSet and ObjectDataSource Issue Pin
student_rhr24-Aug-06 8:28
student_rhr24-Aug-06 8:28 
AnswerRe: Typed DataSet and ObjectDataSource Issue Pin
minhpc_bk24-Aug-06 16:23
minhpc_bk24-Aug-06 16:23 
AnswerRe: Typed DataSet and ObjectDataSource Issue Pin
MIHAI_MTZ24-Aug-06 20:25
MIHAI_MTZ24-Aug-06 20:25 
Questiondata type: BIT Pin
Rory Lewis24-Aug-06 7:36
Rory Lewis24-Aug-06 7: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.