Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Date Format Problem Pin
Sherin Iranimose3-Jul-08 6:02
Sherin Iranimose3-Jul-08 6:02 
QuestionProblem to set Visibility of Image web control by JavaScript. Pin
hdv2123-Jul-08 3:44
hdv2123-Jul-08 3:44 
AnswerRe: Problem to set Visibility of Image web control by JavaScript. [modified] Pin
Sherin Iranimose3-Jul-08 4:36
Sherin Iranimose3-Jul-08 4:36 
QuestionDate format problem Pin
lav naphade3-Jul-08 3:24
lav naphade3-Jul-08 3:24 
AnswerRe: Date format problem Pin
eyeseetee3-Jul-08 3:37
eyeseetee3-Jul-08 3:37 
QuestionASP.net Pin
madhavimln3-Jul-08 3:22
madhavimln3-Jul-08 3:22 
AnswerRe: ASP.net Pin
eyeseetee3-Jul-08 3:23
eyeseetee3-Jul-08 3:23 
QuestionNeed help launching a Javascript page when my toolbar button is clicked Pin
marc2213-Jul-08 3:07
marc2213-Jul-08 3:07 
I am creating an IE toolbar and I need it to launch a javascript page when the toolbar button is clicked.

Below is the code that I am using and getting errors.

private void btnToolStrip_Click(object sender, EventArgs e)
{

// Launches the post window
Page.ClientScript.RegisterStartupScript(this.GetType(), "CustomButton", "<script language=JavaScript> window.open('http://hvkclncswsvr10.gign.kcl.mtec.mds.lmco.com/tachyon_proj/post/?item='" + content.document.location.href + "'&title='" + encodeURIComponent(document.title) + "','Tachyon Post','width=850,height=500,resizable=yes');</script>");

}

When i build this i get errors on the name Page, content, encodeURIComponent, and document. Is it possible to run the JS this way from a ToolStripButton clcik event or do I need to do it another way?
QuestionNeed help plzz Pin
dream_liner_7e73-Jul-08 3:00
dream_liner_7e73-Jul-08 3:00 
AnswerRe: Need help plzz Pin
eyeseetee3-Jul-08 3:22
eyeseetee3-Jul-08 3:22 
Questionstored procedure return no data Pin
michael_jhons3-Jul-08 2:46
michael_jhons3-Jul-08 2:46 
AnswerRe: stored procedure return no data Pin
eyeseetee3-Jul-08 2:52
eyeseetee3-Jul-08 2:52 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 3:42
michael_jhons3-Jul-08 3:42 
GeneralRe: stored procedure return no data Pin
eyeseetee3-Jul-08 4:08
eyeseetee3-Jul-08 4:08 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 4:15
michael_jhons3-Jul-08 4:15 
GeneralRe: stored procedure return no data Pin
eyeseetee3-Jul-08 4:29
eyeseetee3-Jul-08 4:29 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 4:35
michael_jhons3-Jul-08 4:35 
AnswerRe: stored procedure return no data Pin
Sherin Iranimose3-Jul-08 4:46
Sherin Iranimose3-Jul-08 4:46 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 21:15
michael_jhons3-Jul-08 21:15 
QuestionControls are not positioned properly Pin
BalasubramanianK3-Jul-08 2:10
BalasubramanianK3-Jul-08 2:10 
AnswerRe: Controls are not positioned properly Pin
eyeseetee3-Jul-08 2:40
eyeseetee3-Jul-08 2:40 
QuestionInserting new record in RADgridcontrol Pin
madhavi.kona3-Jul-08 2:09
madhavi.kona3-Jul-08 2:09 
AnswerRe: Inserting new record in RADgridcontrol Pin
eyeseetee3-Jul-08 2:41
eyeseetee3-Jul-08 2:41 
GeneralRe: Inserting new record in RADgridcontrol Pin
madhavi.kona3-Jul-08 3:23
madhavi.kona3-Jul-08 3:23 
GeneralRe: Inserting new record in RADgridcontrol Pin
eyeseetee3-Jul-08 3:24
eyeseetee3-Jul-08 3:24 

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.