Click here to Skip to main content
15,914,016 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Wana Change Color of different Links on the same page Pin
gyokusei13-Apr-06 22:06
gyokusei13-Apr-06 22:06 
Questiontree Pin
ritu432113-Apr-06 20:52
ritu432113-Apr-06 20:52 
AnswerRe: tree Pin
enjoycrack14-Apr-06 0:46
enjoycrack14-Apr-06 0:46 
QuestionGetting Contents of a URL Pin
wEb GuRu...13-Apr-06 20:36
wEb GuRu...13-Apr-06 20:36 
AnswerRe: Getting Contents of a URL Pin
rajs0313-Apr-06 20:43
rajs0313-Apr-06 20:43 
AnswerRe: Getting Contents of a URL Pin
minhpc_bk14-Apr-06 12:45
minhpc_bk14-Apr-06 12:45 
QuestionCheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
indiaone13-Apr-06 20:30
indiaone13-Apr-06 20:30 
AnswerRe: CheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
minhpc_bk14-Apr-06 12:43
minhpc_bk14-Apr-06 12:43 
GeneralRe: CheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
indiaone17-Apr-06 20:39
indiaone17-Apr-06 20:39 
GeneralRe: CheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
minhpc_bk17-Apr-06 21:03
minhpc_bk17-Apr-06 21:03 
QuestionAsp.net 2 - show webform as pop up form? Pin
Rahman Mahmoodi13-Apr-06 19:26
Rahman Mahmoodi13-Apr-06 19:26 
AnswerRe: Asp.net 2 - show webform as pop up form? Pin
Tirthadip13-Apr-06 21:11
Tirthadip13-Apr-06 21:11 
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
Rahman Mahmoodi13-Apr-06 22:08
Rahman Mahmoodi13-Apr-06 22:08 
Thank you,

however I think I needed to provide bit more details in the first place ...

ok, I have a page which is using a master page file. I want to click a button and then show another page eg 'popupform.aspx'.

Can i call the code you provided from the code behinde of my original form? I kept it in the html portion as below:

<asp:content id="Content1" contentplaceholderid="ContentPlaceHolder1" runat="Server">



function ShowWindow()
{
window.open('mywindow','','formname.aspx',height='400',width='400')
}



asp:Button ID="Button1" runat="server" Text="Button" "OnClick"="ShowWindow"


But it raises the error of: "Error 1 'ShowWindow' is not a member of 'ASP.getpostpage_aspx'."

it looks like it down't like that javascript part.

any ideas?
PS: I kept onclcik inside double quites becuase it was not allowed in the message Smile | :)


-- modified at 4:11 Friday 14th April, 2006
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
gyokusei13-Apr-06 22:21
gyokusei13-Apr-06 22:21 
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
Rahman Mahmoodi13-Apr-06 23:22
Rahman Mahmoodi13-Apr-06 23:22 
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
gyokusei20-Apr-06 22:21
gyokusei20-Apr-06 22:21 
QuestionSending email problem!!! Pin
gyokusei13-Apr-06 18:13
gyokusei13-Apr-06 18:13 
QuestionVerify SSL access Pin
mtone13-Apr-06 17:07
mtone13-Apr-06 17:07 
AnswerRe: Verify SSL access Pin
Mike Ellison14-Apr-06 2:53
Mike Ellison14-Apr-06 2:53 
QuestionSearch a folder on a server Pin
KPSRCH13-Apr-06 11:12
KPSRCH13-Apr-06 11:12 
AnswerRe: Search a folder on a server Pin
Jakob Farian Krarup13-Apr-06 12:43
Jakob Farian Krarup13-Apr-06 12:43 
GeneralRe: Search a folder on a server Pin
KPSRCH13-Apr-06 14:12
KPSRCH13-Apr-06 14:12 
GeneralRe: Search a folder on a server Pin
Jakob Farian Krarup13-Apr-06 21:59
Jakob Farian Krarup13-Apr-06 21:59 
GeneralRe: Search a folder on a server Pin
KPSRCH17-Apr-06 9:26
KPSRCH17-Apr-06 9:26 
QuestionHELP!!Solution to a unique scenario in ASP.NET. Pin
mastjabs13-Apr-06 10:01
mastjabs13-Apr-06 10:01 

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.