Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to overlap the controls in ASP.NET2.0 Pin
Sonia Gupta5-Nov-07 19:40
Sonia Gupta5-Nov-07 19:40 
QuestionHow to show a confirmation message box inside a event?? Pin
Sri_34645-Nov-07 18:55
Sri_34645-Nov-07 18:55 
AnswerRe: How to show a confirmation message box inside a event?? Pin
srajasekhar5-Nov-07 19:01
srajasekhar5-Nov-07 19:01 
AnswerRe: How to show a confirmation message box inside a event?? Pin
Imran Khan Pathan5-Nov-07 19:05
Imran Khan Pathan5-Nov-07 19:05 
GeneralRe: How to show a confirmation message box inside a event?? Pin
Sri_34645-Nov-07 19:11
Sri_34645-Nov-07 19:11 
GeneralRe: How to show a confirmation message box inside a event?? Pin
N a v a n e e t h5-Nov-07 19:18
N a v a n e e t h5-Nov-07 19:18 
GeneralRe: How to show a confirmation message box inside a event?? Pin
varshavmane5-Nov-07 19:20
varshavmane5-Nov-07 19:20 
GeneralRe: How to show a confirmation message box inside a event?? Pin
Imran Khan Pathan5-Nov-07 19:24
Imran Khan Pathan5-Nov-07 19:24 
so try this
if(condition==true)
{
this.Page.ClientScript.RegisterClientScriptBlock(GetType(), "key", "return confirm('Condition is true')", true);
}


bEst rEgard
pAthan

please don't forget to vote on the post that helped you.

AnswerRe: How to show a confirmation message box inside a event?? Pin
Guffa5-Nov-07 20:48
Guffa5-Nov-07 20:48 
QuestionI want to refresh the page when i sign out Pin
srajasekhar5-Nov-07 18:52
srajasekhar5-Nov-07 18:52 
AnswerRe: I want to refresh the page when i sign out Pin
N a v a n e e t h5-Nov-07 18:58
N a v a n e e t h5-Nov-07 18:58 
QuestionHow to retrieves tables value in textbox using SQLDataAdapter in ASP.NET Pin
D i x y5-Nov-07 18:47
D i x y5-Nov-07 18:47 
AnswerRe: How to retrieves tables value in textbox using SQLDataAdapter in ASP.NET Pin
N a v a n e e t h5-Nov-07 18:53
N a v a n e e t h5-Nov-07 18:53 
Questionauthorization problem Pin
-rain-5-Nov-07 18:40
-rain-5-Nov-07 18:40 
QuestionPlacing the checkboxes inside the Listbox Pin
rameshdontagani5-Nov-07 18:38
rameshdontagani5-Nov-07 18:38 
AnswerRe: Placing the checkboxes inside the Listbox Pin
N a v a n e e t h5-Nov-07 18:40
N a v a n e e t h5-Nov-07 18:40 
QuestionCollapse property for custom control Pin
Imran Khan Pathan5-Nov-07 18:28
Imran Khan Pathan5-Nov-07 18:28 
AnswerRe: Collapse property for custom control Pin
N a v a n e e t h5-Nov-07 18:39
N a v a n e e t h5-Nov-07 18:39 
GeneralRe: Collapse property for custom control Pin
Imran Khan Pathan5-Nov-07 18:55
Imran Khan Pathan5-Nov-07 18:55 
GeneralRe: Collapse property for custom control Pin
N a v a n e e t h5-Nov-07 19:09
N a v a n e e t h5-Nov-07 19:09 
Questionhow to open existing excel template on client machine Pin
afreen taj5-Nov-07 18:17
afreen taj5-Nov-07 18:17 
AnswerRe: how to open existing excel template on client machine Pin
N a v a n e e t h5-Nov-07 18:37
N a v a n e e t h5-Nov-07 18:37 
GeneralRe: how to open existing excel template on client machine Pin
afreen taj5-Nov-07 18:43
afreen taj5-Nov-07 18:43 
GeneralRe: how to open existing excel template on client machine Pin
N a v a n e e t h5-Nov-07 18:50
N a v a n e e t h5-Nov-07 18:50 
GeneralRe: how to open existing excel template on client machine Pin
afreen taj5-Nov-07 18:55
afreen taj5-Nov-07 18:55 

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.