Click here to Skip to main content
15,920,030 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: online gaming project Pin
Edwin Syarief25-Jul-07 22:37
Edwin Syarief25-Jul-07 22:37 
QuestionDisable all textbox & window.open problem Pin
J Liang24-Jul-07 22:38
J Liang24-Jul-07 22:38 
AnswerRe: Disable all textbox & window.open problem Pin
Red_Wizard_Shot_The_Food24-Jul-07 22:59
Red_Wizard_Shot_The_Food24-Jul-07 22:59 
GeneralRe: Disable all textbox & window.open problem Pin
J Liang25-Jul-07 18:07
J Liang25-Jul-07 18:07 
GeneralRe: Disable all textbox & window.open problem Pin
Red_Wizard_Shot_The_Food25-Jul-07 22:21
Red_Wizard_Shot_The_Food25-Jul-07 22:21 
AnswerRe: Disable all textbox & window.open problem Pin
Arindam Tewary24-Jul-07 23:04
professionalArindam Tewary24-Jul-07 23:04 
GeneralRe: Disable all textbox & window.open problem Pin
J Liang25-Jul-07 18:10
J Liang25-Jul-07 18:10 
QuestionBest way to generate and wire-up events for dynamic controls? Pin
Red_Wizard_Shot_The_Food24-Jul-07 22:36
Red_Wizard_Shot_The_Food24-Jul-07 22:36 
I've had a quick search of the forums but no posts seem to cover my question.
Unlike the other posts on dynamic controls: my controls render fine, they respond to events that I've wired them up to....

It's just I'm looking for a technique that is more dynamic and elegant for wiring the events up.

For example:
I have one page that dynamically changes it's contents depending on the url used to navigate to it (An HttpHandlerFactory helps do this for me) So the content generator on PageContent.aspx could be pointed at, say, 20 different XML sources and thus render 20 totally different pages...

the problem with my current method is that it requires all the events for those 2 pages to be defined and wired up in one place.... Which makes the page code behind very cluttered with all the possible events.

Is there any way to do this in a more elegant fashion?
say, for example:
* Store all the events for one possible page layout in another file??
* Access a class containing all the possible events via dynamic Javascript on the page that makes calls that are handled by an HttpHandler??
* Or any other way?

Cheers,
QuestionUser.Identity.name Pin
isaii24-Jul-07 22:35
isaii24-Jul-07 22:35 
GeneralRe: User.Identity.name Pin
BasharatAli24-Jul-07 23:42
BasharatAli24-Jul-07 23:42 
Questionhow to use scrolling in grid view Pin
Piyush Vardhan Singh24-Jul-07 21:18
Piyush Vardhan Singh24-Jul-07 21:18 
AnswerRe: how to use scrolling in grid view Pin
BasharatAli24-Jul-07 23:38
BasharatAli24-Jul-07 23:38 
GeneralRe: how to use scrolling in grid view Pin
Piyush Vardhan Singh25-Jul-07 2:04
Piyush Vardhan Singh25-Jul-07 2:04 
Questionradchart labeles Pin
devsam24-Jul-07 20:44
devsam24-Jul-07 20:44 
AnswerRe: radchart labeles Pin
Christian Graus24-Jul-07 20:47
protectorChristian Graus24-Jul-07 20:47 
GeneralRe: radchart labeles Pin
devsam24-Jul-07 21:29
devsam24-Jul-07 21:29 
GeneralRe: radchart labeles Pin
Christian Graus24-Jul-07 21:50
protectorChristian Graus24-Jul-07 21:50 
GeneralRe: radchart labeles Pin
devsam24-Jul-07 23:12
devsam24-Jul-07 23:12 
AnswerRe: radchart labeles Pin
Arindam Tewary24-Jul-07 23:18
professionalArindam Tewary24-Jul-07 23:18 
GeneralRe: radchart labeles Pin
devsam24-Jul-07 23:23
devsam24-Jul-07 23:23 
GeneralRe: radchart labeles Pin
Arindam Tewary24-Jul-07 23:32
professionalArindam Tewary24-Jul-07 23:32 
GeneralRe: radchart labeles Pin
devsam25-Jul-07 1:35
devsam25-Jul-07 1:35 
QuestionPrinting by default landscape Pin
samerh24-Jul-07 20:31
samerh24-Jul-07 20:31 
Questionformat date in gridview control Pin
kinnuP24-Jul-07 20:12
kinnuP24-Jul-07 20:12 
AnswerRe: format date in gridview control Pin
Imran Khan Pathan24-Jul-07 21:19
Imran Khan Pathan24-Jul-07 21:19 

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.