Click here to Skip to main content
15,922,427 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionimage problem Pin
saravanan0511-Sep-07 0:12
saravanan0511-Sep-07 0:12 
AnswerRe: image problem Pin
Christian Graus11-Sep-07 0:25
protectorChristian Graus11-Sep-07 0:25 
AnswerRe: image problem Pin
munklefish11-Sep-07 1:32
munklefish11-Sep-07 1:32 
AnswerRe: image problem Pin
Guffa11-Sep-07 2:14
Guffa11-Sep-07 2:14 
AnswerRe: image problem Pin
Kschuler11-Sep-07 5:41
Kschuler11-Sep-07 5:41 
QuestionIIS server Date Pin
kvijayajyothy10-Sep-07 23:55
kvijayajyothy10-Sep-07 23:55 
QuestionHow to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Anees Mitha10-Sep-07 23:45
Anees Mitha10-Sep-07 23:45 
AnswerRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Christian Graus11-Sep-07 0:02
protectorChristian Graus11-Sep-07 0:02 
By defining a delegate in this class, hooking it to the parent class, and then calling that delegate when your event fires ( which you can do inline with an anonymous method if you want ).

Also, make sure you create these before page load, or they will not fire, as they will lose their viewstate.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Anees Mitha11-Sep-07 0:50
Anees Mitha11-Sep-07 0:50 
GeneralRe: How to assign the eventhandler method of the parent page while hooking up the event in the class. Pin
Christian Graus11-Sep-07 2:40
protectorChristian Graus11-Sep-07 2:40 
QuestionExtending the Edit functionality of the GridView Pin
kumswa10-Sep-07 23:24
kumswa10-Sep-07 23:24 
AnswerRe: Extending the Edit functionality of the GridView Pin
John-ph10-Sep-07 23:46
John-ph10-Sep-07 23:46 
GeneralRe: Extending the Edit functionality of the GridView Pin
kumswa11-Sep-07 0:09
kumswa11-Sep-07 0:09 
GeneralRe: Extending the Edit functionality of the GridView Pin
John-ph11-Sep-07 0:20
John-ph11-Sep-07 0:20 
QuestionDropdownlist Pin
subbu.sk10-Sep-07 23:16
subbu.sk10-Sep-07 23:16 
AnswerRe: Dropdownlist Pin
Blue_Boy10-Sep-07 23:23
Blue_Boy10-Sep-07 23:23 
GeneralRe: Dropdownlist Pin
subbu.sk10-Sep-07 23:36
subbu.sk10-Sep-07 23:36 
AnswerRe: Dropdownlist Pin
John-ph10-Sep-07 23:39
John-ph10-Sep-07 23:39 
GeneralRe: Dropdownlist Pin
subbu.sk11-Sep-07 0:29
subbu.sk11-Sep-07 0:29 
GeneralRe: Dropdownlist Pin
John-ph11-Sep-07 1:10
John-ph11-Sep-07 1:10 
GeneralRe: Dropdownlist Pin
subbu.sk11-Sep-07 1:33
subbu.sk11-Sep-07 1:33 
QuestionHow to write html text into word file in C# and ASP.net Pin
here2learn10-Sep-07 22:56
here2learn10-Sep-07 22:56 
AnswerRe: How to write html text into word file in C# and ASP.net Pin
N a v a n e e t h10-Sep-07 23:03
N a v a n e e t h10-Sep-07 23:03 
GeneralRe: How to write html text into word file in C# and ASP.net [modified] Pin
here2learn11-Sep-07 2:12
here2learn11-Sep-07 2:12 
QuestionAuthentication in http handler ??? Pin
devboycpp10-Sep-07 22:52
devboycpp10-Sep-07 22:52 

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.