Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem with global.asax Pin
AprNgp20-Jul-09 8:57
AprNgp20-Jul-09 8:57 
AnswerRe: Problem with global.asax Pin
pthalacker7-Aug-09 10:43
pthalacker7-Aug-09 10:43 
QuestionDynamically Creating WebServices Pin
BenClark20-Jul-09 6:05
BenClark20-Jul-09 6:05 
AnswerRe: Dynamically Creating WebServices Pin
Abhijit Jana20-Jul-09 7:33
professionalAbhijit Jana20-Jul-09 7:33 
GeneralRe: Dynamically Creating WebServices Pin
Ian McCaul20-Jul-09 7:55
Ian McCaul20-Jul-09 7:55 
GeneralRe: Dynamically Creating WebServices Pin
BenClark20-Jul-09 8:24
BenClark20-Jul-09 8:24 
GeneralRe: Dynamically Creating WebServices Pin
Abhijit Jana20-Jul-09 8:40
professionalAbhijit Jana20-Jul-09 8:40 
GeneralRe: Dynamically Creating WebServices Pin
Ian McCaul20-Jul-09 9:01
Ian McCaul20-Jul-09 9:01 
The CodeDom will allow you to compile the code into an assembly, that assembly should contain the webmethods. What you will need to generate is the asmx or svc file associated with the service, this could be done via a template. The posters approach could work, but it could generate a lot of problems without an accurate code checker on the server. The codedom can generate the necessary code files and those could be stored in the DB to be assembled at any time possibly. I have never used the codedom but I know it has these capabilities.

As for System.Web.Host, I have no idea about this as I have never used it.
QuestionNested ListView Pin
megivimal20-Jul-09 4:50
megivimal20-Jul-09 4:50 
AnswerRe: Nested ListView Pin
Brij20-Jul-09 6:07
mentorBrij20-Jul-09 6:07 
Questionsearchbox Pin
sh_donya20-Jul-09 4:30
sh_donya20-Jul-09 4:30 
AnswerRe: searchbox Pin
Abhishek Sur20-Jul-09 5:02
professionalAbhishek Sur20-Jul-09 5:02 
AnswerRe: searchbox Pin
Brij20-Jul-09 6:00
mentorBrij20-Jul-09 6:00 
GeneralRe: searchbox Pin
sh_donya21-Jul-09 7:25
sh_donya21-Jul-09 7:25 
AnswerRe: searchbox Pin
Abhijit Jana20-Jul-09 6:18
professionalAbhijit Jana20-Jul-09 6:18 
QuestionPie charts : positioning of char area and legends seperately dynamically. Pin
williams.christine20-Jul-09 4:01
williams.christine20-Jul-09 4:01 
AnswerRe: Pie charts : positioning of char area and legends seperately dynamically. Pin
Manas Bhardwaj20-Jul-09 4:05
professionalManas Bhardwaj20-Jul-09 4:05 
GeneralRe: Pie charts : positioning of char area and legends seperately dynamically. Pin
williams.christine20-Jul-09 4:09
williams.christine20-Jul-09 4:09 
QuestionMessageString method is not giving action Width [modified] Pin
Kumaran21cen20-Jul-09 3:47
Kumaran21cen20-Jul-09 3:47 
AnswerRe: MessageString method is not giving action Width Pin
Abhishek Sur20-Jul-09 3:58
professionalAbhishek Sur20-Jul-09 3:58 
QuestionHow to hide urls from popups in IE-7 Pin
Manprit.bagga20-Jul-09 3:17
Manprit.bagga20-Jul-09 3:17 
AnswerRe: How to hide urls from popups in IE-7 Pin
Aman Bhullar20-Jul-09 3:23
Aman Bhullar20-Jul-09 3:23 
AnswerRe: How to hide urls from popups in IE-7 Pin
Abhishek Sur20-Jul-09 4:01
professionalAbhishek Sur20-Jul-09 4:01 
QuestionGet session variable from javascript Pin
zeeShan anSari20-Jul-09 2:34
zeeShan anSari20-Jul-09 2:34 
AnswerRe: Get session variable from javascript Pin
Manas Bhardwaj20-Jul-09 2:43
professionalManas Bhardwaj20-Jul-09 2:43 

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.