Click here to Skip to main content
15,915,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Moving Listitems of a Listbox with mouse in asp.net Pin
Member 469089613-Feb-08 23:44
Member 469089613-Feb-08 23:44 
GeneralRe: Moving Listitems of a Listbox with mouse in asp.net Pin
Sandeep Akhare14-Feb-08 0:13
Sandeep Akhare14-Feb-08 0:13 
GeneralRe: Moving Listitems of a Listbox with mouse in asp.net Pin
Member 469089614-Feb-08 0:33
Member 469089614-Feb-08 0:33 
Questionexport pdf document in asp.net Pin
prasanna54813-Feb-08 22:19
prasanna54813-Feb-08 22:19 
GeneralRe: export pdf document in asp.net Pin
Christian Graus13-Feb-08 22:39
protectorChristian Graus13-Feb-08 22:39 
GeneralRe: export pdf document in asp.net Pin
Vasudevan Deepak Kumar14-Feb-08 0:04
Vasudevan Deepak Kumar14-Feb-08 0:04 
GeneralAutomation server cannot create object ERROR Pin
Sutheesh13-Feb-08 22:19
Sutheesh13-Feb-08 22:19 
GeneralRe: Automation server cannot create object ERROR Pin
Venkatesh Mookkan13-Feb-08 23:31
Venkatesh Mookkan13-Feb-08 23:31 
Sutheesh wrote:
var shl = new ActiveXObject("WScript.Shell");
shl.RegWrite("HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Zones\\3\\2104", 0, "REG_DWORD");


Calling ActiveXObjects in IE are now critical. Microsoft has given many security updates to do so. You problem may be WScript.Shell is not available in your machine or it is not a trustable ActiveXObject in your machine.

I had the same problem, when I tried to use Excel object. Later on, I used my own VB ActiveX to my need.


[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

GeneralRe: Automation server cannot create object ERROR Pin
Sun Rays13-Feb-08 23:46
Sun Rays13-Feb-08 23:46 
GeneralRe: Automation server cannot create object ERROR Pin
Sutheesh14-Feb-08 2:04
Sutheesh14-Feb-08 2:04 
QuestionChecking for a javaScript change on asp:RadioButtonList Pin
Brendan Vogt13-Feb-08 22:15
Brendan Vogt13-Feb-08 22:15 
GeneralRe: Checking for a javaScript change on asp:RadioButtonList Pin
Sandeep Akhare14-Feb-08 0:07
Sandeep Akhare14-Feb-08 0:07 
GeneralRe: Checking for a javaScript change on asp:RadioButtonList Pin
Sun Rays14-Feb-08 0:35
Sun Rays14-Feb-08 0:35 
QuestionHow to write code on Next and Prev. Buttons Pin
sjs4u13-Feb-08 21:47
sjs4u13-Feb-08 21:47 
AnswerRe: How to write code on Next and Prev. Buttons Pin
Sandeep Akhare13-Feb-08 22:12
Sandeep Akhare13-Feb-08 22:12 
GeneralRe: Thanks Pin
sjs4u13-Feb-08 22:29
sjs4u13-Feb-08 22:29 
AnswerRe: How to write code on Next and Prev. Buttons Pin
sathish s13-Feb-08 22:13
sathish s13-Feb-08 22:13 
Questionasp:Button onclick event needs another method associated with it [modified] Pin
Brendan Vogt13-Feb-08 20:48
Brendan Vogt13-Feb-08 20:48 
GeneralRe: asp:Button onclick event needs another method associated with it Pin
Sandeep Akhare13-Feb-08 21:59
Sandeep Akhare13-Feb-08 21:59 
GeneralRe: asp:Button onclick event needs another method associated with it Pin
Brendan Vogt13-Feb-08 22:17
Brendan Vogt13-Feb-08 22:17 
Generalfull add , update , delete record download Pin
love_man00113-Feb-08 20:32
love_man00113-Feb-08 20:32 
GeneralWebsevice : The request failed with HTTP status 404: Not Found Pin
gauthee13-Feb-08 19:29
gauthee13-Feb-08 19:29 
Questionhow to down load internet files(.html, .aspx,.jpg....) into our physical directory using asp.net code Pin
Shaik Haneef13-Feb-08 19:12
Shaik Haneef13-Feb-08 19:12 
AnswerRe: how to down load internet files(.html, .aspx,.jpg....) into our physical directory using asp.net code Pin
sathish s13-Feb-08 20:10
sathish s13-Feb-08 20:10 
QuestionHOW TO SEND RESULT OF AN ASYNCHRONOUSLY CALLED WEBMETHOD TO A WEBFORM AFTER RENDERING THE WEBFORM? Pin
syamooo13-Feb-08 18:22
syamooo13-Feb-08 18:22 

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.