Click here to Skip to main content
15,916,180 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAdding Ajax in existing web appication Pin
Oga M25-Mar-07 23:46
Oga M25-Mar-07 23:46 
AnswerRe: Adding Ajax in existing web appication Pin
Oga M26-Mar-07 3:48
Oga M26-Mar-07 3:48 
Questionrun and exe using ASP.NET2.0 Pin
varshavmane25-Mar-07 23:22
varshavmane25-Mar-07 23:22 
AnswerRe: run and exe using ASP.NET2.0 Pin
Paddy Boyd25-Mar-07 23:55
Paddy Boyd25-Mar-07 23:55 
GeneralRe: run and exe using ASP.NET2.0 Pin
varshavmane26-Mar-07 0:03
varshavmane26-Mar-07 0:03 
GeneralRe: run and exe using ASP.NET2.0 Pin
Paddy Boyd26-Mar-07 0:12
Paddy Boyd26-Mar-07 0:12 
GeneralRe: run and exe using ASP.NET2.0 Pin
RichardGrimmer26-Mar-07 5:26
RichardGrimmer26-Mar-07 5:26 
AnswerRe: run and exe using ASP.NET2.0 Pin
Marcus J. Smith26-Mar-07 3:34
professionalMarcus J. Smith26-Mar-07 3:34 
If you have the need to run a process on the server I would suggest you create a class library that only produces a DLL file and then pull that in as a reference. It cant just be "run" you would have to call a method or function but within those you can take care of all of your processing.

I did this on one project that required something happen when a button was clicked on a web page but I also needed a task to run daily so I created the DLL and another project that was just a simple console application that would do the same thing as the website and that was to call the DLL.


CleaKO

"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that.'" - Tommy (Tommy Boy)
"Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School)

QuestionUserName! Pin
nclauder25-Mar-07 22:50
nclauder25-Mar-07 22:50 
AnswerRe: UserName! Pin
varshavmane25-Mar-07 23:23
varshavmane25-Mar-07 23:23 
GeneralRe: UserName! Pin
nclauder25-Mar-07 23:34
nclauder25-Mar-07 23:34 
GeneralRe: UserName! Pin
varshavmane25-Mar-07 23:38
varshavmane25-Mar-07 23:38 
GeneralRe: UserName! Pin
nclauder26-Mar-07 3:14
nclauder26-Mar-07 3:14 
GeneralRe: UserName! Pin
Marcus J. Smith26-Mar-07 10:03
professionalMarcus J. Smith26-Mar-07 10:03 
Questionget mouse position in html with c# asp.net Pin
kjhuut25-Mar-07 21:56
kjhuut25-Mar-07 21:56 
QuestionCrystalReport Design Problem Pin
siddisagar25-Mar-07 21:52
siddisagar25-Mar-07 21:52 
AnswerRe: CrystalReport Design Problem Pin
varshavmane25-Mar-07 23:26
varshavmane25-Mar-07 23:26 
GeneralRe: CrystalReport Design Problem Pin
siddisagar26-Mar-07 0:00
siddisagar26-Mar-07 0:00 
GeneralRe: CrystalReport Design Problem Pin
varshavmane26-Mar-07 0:20
varshavmane26-Mar-07 0:20 
Questioncall a function from webform in c# asp.net Pin
kjhuut25-Mar-07 21:48
kjhuut25-Mar-07 21:48 
AnswerRe: call a function from webform in c# asp.net Pin
Abolfazl Sheikhloo25-Mar-07 21:55
Abolfazl Sheikhloo25-Mar-07 21:55 
QuestionOpen a small window when click hyperlink column data in Gridview? Pin
irkahc25-Mar-07 21:12
irkahc25-Mar-07 21:12 
AnswerRe: Open a small window when click hyperlink column data in Gridview? Pin
Abolfazl Sheikhloo25-Mar-07 21:38
Abolfazl Sheikhloo25-Mar-07 21:38 
GeneralRe: Open a small window when click hyperlink column data in Gridview? Pin
irkahc25-Mar-07 23:40
irkahc25-Mar-07 23:40 
AnswerRe: Open a small window when click hyperlink column data in Gridview? Pin
max_panky26-Mar-07 0:48
max_panky26-Mar-07 0:48 

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.