Click here to Skip to main content
15,881,852 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionExcel to asp.net 2.0 Pin
aaraaayen7-Jul-06 19:17
aaraaayen7-Jul-06 19:17 
AnswerRe: Excel to asp.net 2.0 Pin
Mike Ellison7-Jul-06 19:28
Mike Ellison7-Jul-06 19:28 
GeneralRe: Excel to asp.net 2.0 Pin
aaraaayen7-Jul-06 19:30
aaraaayen7-Jul-06 19:30 
GeneralRe: Excel to asp.net 2.0 Pin
Mike Ellison7-Jul-06 20:04
Mike Ellison7-Jul-06 20:04 
GeneralRe: Excel to asp.net 2.0 Pin
aaraaayen7-Jul-06 20:07
aaraaayen7-Jul-06 20:07 
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 
In the Selecting event of the ObjectDataSource, you cannot determine which dropdownlist is calling the datasource control as it has no idea about the caller. Also, if you have the EnableCaching set to false, the Selecting event gets fired multiple times depending on the number of controls using it. If you have this property enabled, this event is called just one time, and the result is cached internally and reused for the next calls. In this case, you might consider creating a single handler for the DataBound event of the dropdownlists, and you can determine the caller via the sender parameter in this event handler.

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 

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.