Ask a Question related to ASP.NET General, Design and Development.
-
khawar #1
opening a new window
hi,,, in my *.cs file, when the submit button is clicked
i want to have a page open in a new window open.
can someone tell me the code in C# please, no javascript
thanks
khawar Guest
-
Opening in same window
okay this is simple but my brains fail me.. my header comprises of a flash movie and it has the menu buttons so I've given getURL command to the... -
opening new swf window
hi all i'm very new to dreamweaver.i made the index page,i've a hotspot area,if i click on it it should open a new browser window,which should... -
opening new window
What is the easiest way to dynamically create and show a new web (.aspx) form? What about creating, adding, and accessing web controls on the form? -
Opening pop up window
Hi, I would like to create a pop up window from a Page_load event but I am not sure how to do it. My code will be like: If exists then popup... -
opening new window with hyperlinks
Go to www.davidbartosik.com , then the version you are using, and then the article "new browser window". -- David Bartosik - Microsoft MVP... -
bruce barker #2
Re: opening a new window
sorry, can only be done in javascript. C# can render the javascript though.
-- bruce (sqlwork.com)
"khawar" <khawar@socialcircles.com> wrote in message
news:061801c3561c$6a1b1a60$a301280a@phx.gbl...> hi,,, in my *.cs file, when the submit button is clicked
> i want to have a page open in a new window open.
> can someone tell me the code in C# please, no javascript
> thanks
>
bruce barker Guest
-
Lenny #3
Re: opening a new window
sounds like it's a web app. To open a new window you need client-side script
JS or VB.
window.open(URL, name [, features])
"khawar" <khawar@socialcircles.com> wrote in message
news:061801c3561c$6a1b1a60$a301280a@phx.gbl...> hi,,, in my *.cs file, when the submit button is clicked
> i want to have a page open in a new window open.
> can someone tell me the code in C# please, no javascript
> thanks
>
Lenny Guest
-
LonGreat #4
Re: opening a new window
You can download free components from
[url]http://longreat.com/download/free/LonGreat.Web.UI.WebControls.PowerPack.zip[/url]
,maybe you can try it on your site.
"khawar" <khawar@socialcircles.com>
???????:061801c3561c$6a1b1a60$a301280a@phx.gbl...> hi,,, in my *.cs file, when the submit button is clicked
> i want to have a page open in a new window open.
> can someone tell me the code in C# please, no javascript
> thanks
>
LonGreat Guest



Reply With Quote

