Click here to Skip to main content
15,917,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Excel to asp.net 2.0 Pin
Mike Ellison8-Jul-06 3:54
Mike Ellison8-Jul-06 3:54 
QuestionObjectDataSource and multiple controls Pin
Clickok7-Jul-06 13:54
Clickok7-Jul-06 13:54 
AnswerRe: ObjectDataSource and multiple controls Pin
minhpc_bk7-Jul-06 16:06
minhpc_bk7-Jul-06 16:06 
GeneralRe: ObjectDataSource and multiple controls Pin
Clickok8-Jul-06 12:03
Clickok8-Jul-06 12:03 
QuestionCharting with date values using OWC11 Pin
apravalikaa7-Jul-06 11:48
apravalikaa7-Jul-06 11:48 
QuestionRepeater Control Scroll bar Pin
mahesh kukkadapu7-Jul-06 10:32
mahesh kukkadapu7-Jul-06 10:32 
AnswerRe: Repeater Control Scroll bar Pin
Mike Ellison7-Jul-06 11:17
Mike Ellison7-Jul-06 11:17 
Questioncss layout question Pin
eggsovereasy7-Jul-06 10:28
eggsovereasy7-Jul-06 10:28 
AnswerRe: css layout question Pin
Guffa7-Jul-06 10:46
Guffa7-Jul-06 10:46 
GeneralRe: css layout question Pin
eggsovereasy7-Jul-06 11:13
eggsovereasy7-Jul-06 11:13 
GeneralRe: css layout question Pin
Guffa7-Jul-06 13:03
Guffa7-Jul-06 13:03 
GeneralRe: css layout question Pin
eggsovereasy10-Jul-06 7:53
eggsovereasy10-Jul-06 7:53 
GeneralRe: css layout question Pin
Guffa10-Jul-06 9:20
Guffa10-Jul-06 9:20 
GeneralRe: css layout question Pin
eggsovereasy10-Jul-06 9:46
eggsovereasy10-Jul-06 9:46 
AnswerRe: css layout question Pin
Guffa10-Jul-06 10:14
Guffa10-Jul-06 10:14 
Questionclassic ASP AJAX Pin
peterzorbas7-Jul-06 8:49
peterzorbas7-Jul-06 8:49 
AnswerRe: classic ASP AJAX Pin
Guffa7-Jul-06 9:15
Guffa7-Jul-06 9:15 
Questiondesign window Pin
kjosh7-Jul-06 8:04
kjosh7-Jul-06 8:04 
AnswerRe: design window Pin
minhpc_bk7-Jul-06 16:09
minhpc_bk7-Jul-06 16:09 
GeneralRe: design window Pin
kjosh7-Jul-06 16:38
kjosh7-Jul-06 16:38 
GeneralRe: design window Pin
minhpc_bk7-Jul-06 16:53
minhpc_bk7-Jul-06 16:53 
GeneralRe: design window Pin
kjosh8-Jul-06 5:55
kjosh8-Jul-06 5:55 
QuestionConvert a a japanese symbol to it's NCR Pin
eggie57-Jul-06 7:13
eggie57-Jul-06 7:13 
Questiontaking decission from message box from an asp.net web page Pin
Venakata NRao Nekkanti7-Jul-06 6:57
Venakata NRao Nekkanti7-Jul-06 6:57 
AnswerRe: taking decission from message box from an asp.net web page Pin
Not Active7-Jul-06 7:04
mentorNot Active7-Jul-06 7:04 
You could generate a small web form in a popup window and handle the buttons as appropriate. However since popups are falling in to disfavor and many people block them it might not be the best solution.

Another way would be to create a floating div with the necessary format and controls and handle the events from Javascript, posting back as necessary.

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.