Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Print a Word document Pin
Arindam Tewary16-Apr-09 5:03
professionalArindam Tewary16-Apr-09 5:03 
GeneralRe: Print a Word document Pin
dptalt16-Apr-09 5:29
dptalt16-Apr-09 5:29 
GeneralRe: Print a Word document Pin
Christian Graus16-Apr-09 11:59
protectorChristian Graus16-Apr-09 11:59 
GeneralRe: Print a Word document Pin
ToddHileHoffer16-Apr-09 5:15
ToddHileHoffer16-Apr-09 5:15 
QuestionHow to send mail on particular time in asp.net Pin
azad yadav16-Apr-09 3:25
azad yadav16-Apr-09 3:25 
AnswerRe: How to send mail on particular time in asp.net Pin
Abhijit Jana16-Apr-09 3:40
professionalAbhijit Jana16-Apr-09 3:40 
Questionfire C# method (server-side) from javascript function (client-side) Pin
alvarog0116-Apr-09 3:10
alvarog0116-Apr-09 3:10 
AnswerRe: fire C# method (server-side) from javascript function (client-side) Pin
Arindam Tewary16-Apr-09 3:46
professionalArindam Tewary16-Apr-09 3:46 
You can not directly fire a server side code from client side code by adding ANY event handler by adding it to attribute collection.

From client side code, only doPostBack function can fire a server side event handler.
So you need to call that _doPostback() function and sent the cooecr parameter so that doPostBack() function can fire a server side event handler.

Thanks,
Arindam D Tewary

AnswerRe: fire C# method (server-side) from javascript function (client-side) Pin
ToddHileHoffer16-Apr-09 3:51
ToddHileHoffer16-Apr-09 3:51 
GeneralRe: fire C# method (server-side) from javascript function (client-side) Pin
Arindam Tewary16-Apr-09 4:10
professionalArindam Tewary16-Apr-09 4:10 
GeneralRe: fire C# method (server-side) from javascript function (client-side) [modified] Pin
ToddHileHoffer16-Apr-09 4:17
ToddHileHoffer16-Apr-09 4:17 
GeneralRe: fire C# method (server-side) from javascript function (client-side) Pin
Arindam Tewary16-Apr-09 4:26
professionalArindam Tewary16-Apr-09 4:26 
GeneralRe: fire C# method (server-side) from javascript function (client-side) Pin
ToddHileHoffer16-Apr-09 4:28
ToddHileHoffer16-Apr-09 4:28 
GeneralRe: fire C# method (server-side) from javascript function (client-side) Pin
Arindam Tewary16-Apr-09 4:44
professionalArindam Tewary16-Apr-09 4:44 
GeneralRe: fire C# method (server-side) from javascript function (client-side) Pin
ToddHileHoffer16-Apr-09 5:03
ToddHileHoffer16-Apr-09 5:03 
QuestionWeb Site project and dll file Pin
Tridip Bhattacharjee16-Apr-09 2:07
professionalTridip Bhattacharjee16-Apr-09 2:07 
AnswerRe: Web Site project and dll file Pin
N a v a n e e t h16-Apr-09 2:20
N a v a n e e t h16-Apr-09 2:20 
QuestionGet Clientid Pin
saravanan0516-Apr-09 2:05
saravanan0516-Apr-09 2:05 
AnswerRe: Get Clientid Pin
Abhijit Jana16-Apr-09 2:10
professionalAbhijit Jana16-Apr-09 2:10 
GeneralRe: Get Clientid Pin
saravanan0516-Apr-09 2:21
saravanan0516-Apr-09 2:21 
GeneralRe: Get Clientid Pin
N a v a n e e t h16-Apr-09 2:39
N a v a n e e t h16-Apr-09 2:39 
GeneralRe: Get Clientid Pin
Abhijit Jana16-Apr-09 2:53
professionalAbhijit Jana16-Apr-09 2:53 
GeneralRe: Get Clientid Pin
saravanan0516-Apr-09 3:02
saravanan0516-Apr-09 3:02 
QuestionHyperlink not working in Mozilla Pin
PleaseHelpCP16-Apr-09 1:09
PleaseHelpCP16-Apr-09 1:09 
AnswerRe: Hyperlink not working in Mozilla Pin
Arindam Tewary16-Apr-09 3:49
professionalArindam Tewary16-Apr-09 3:49 

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.