Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPage.IsPostBack Pin
MHASSANF28-Jul-06 18:53
MHASSANF28-Jul-06 18:53 
AnswerRe: Page.IsPostBack Pin
postmaster@programmingknowledge.com28-Jul-06 19:55
postmaster@programmingknowledge.com28-Jul-06 19:55 
QuestionAdvanced search in ASP.NET Pin
CDHU28-Jul-06 18:37
CDHU28-Jul-06 18:37 
AnswerRe: Advanced search in ASP.NET Pin
MHASSANF28-Jul-06 21:13
MHASSANF28-Jul-06 21:13 
Questionurgent..... make the difference Pin
Mairy28-Jul-06 13:29
Mairy28-Jul-06 13:29 
AnswerRe: urgent..... make the difference Pin
Guffa28-Jul-06 22:07
Guffa28-Jul-06 22:07 
AnswerRe: urgent..... make the difference Pin
enjoycrack29-Jul-06 5:38
enjoycrack29-Jul-06 5:38 
Questionplz answer urgently.......Pop-up window in ASP.NET Pin
Mairy28-Jul-06 13:20
Mairy28-Jul-06 13:20 
protected void btnDisplayPopUp_Click(object sender, EventArgs e)
{
Page.RegisterStartupScript("MyPopUpScript", @"window.open('http://server_name/app_name/pop_up_window_page.html');");
}

in aspx page:

<aspx:button runat="server" id="btnDisplayPopUp" onclick="btnDisplayPopUp_Click" text"open="" pop="" up="" window"="">

THANKS buddy, some one has told me this solution for pop-up window.

but

it opens a new page not a pop-up window
means....
not a page like having no menu-bar and no tool-bar.


i just want to have a window like alert on bottom-right corner by e-buudy.com that "you have signed in"

thanks a lot..
AnswerRe: plz answer urgently.......Pop-up window in ASP.NET Pin
thomas_joyee28-Jul-06 17:45
thomas_joyee28-Jul-06 17:45 
AnswerRe: plz answer urgently.......Pop-up window in ASP.NET Pin
Guffa28-Jul-06 22:25
Guffa28-Jul-06 22:25 
QuestionJavascript does not work on asp.net 2 page Pin
Rookie28-Jul-06 12:19
Rookie28-Jul-06 12:19 
AnswerRe: Javascript does not work on asp.net 2 page Pin
Guffa28-Jul-06 12:50
Guffa28-Jul-06 12:50 
GeneralRe: Javascript does not work on asp.net 2 page Pin
Rookie28-Jul-06 13:17
Rookie28-Jul-06 13:17 
GeneralRe: Javascript does not work on asp.net 2 page Pin
Guffa28-Jul-06 22:10
Guffa28-Jul-06 22:10 
QuestionGeneric query database and sort out returned DataSet? Pin
toptone7828-Jul-06 9:43
toptone7828-Jul-06 9:43 
AnswerRe: Generic query database and sort out returned DataSet? Pin
Ista28-Jul-06 9:57
Ista28-Jul-06 9:57 
GeneralRe: Generic query database and sort out returned DataSet? Pin
toptone7828-Jul-06 11:31
toptone7828-Jul-06 11:31 
GeneralRe: Generic query database and sort out returned DataSet? Pin
Ista28-Jul-06 18:41
Ista28-Jul-06 18:41 
GeneralRe: Generic query database and sort out returned DataSet? Pin
toptone7829-Jul-06 5:22
toptone7829-Jul-06 5:22 
GeneralRe: Generic query database and sort out returned DataSet? Pin
Ista29-Jul-06 7:11
Ista29-Jul-06 7:11 
GeneralRe: Generic query database and sort out returned DataSet? Pin
Ista29-Jul-06 7:24
Ista29-Jul-06 7:24 
GeneralRe: Generic query database and sort out returned DataSet? Pin
toptone7829-Jul-06 8:50
toptone7829-Jul-06 8:50 
GeneralRe: Generic query database and sort out returned DataSet? Pin
toptone7829-Jul-06 12:11
toptone7829-Jul-06 12:11 
GeneralRe: Generic query database and sort out returned DataSet? Pin
Ista29-Jul-06 15:41
Ista29-Jul-06 15:41 
GeneralRe: Generic query database and sort out returned DataSet? Pin
toptone7830-Jul-06 0:25
toptone7830-Jul-06 0:25 

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.