Click here to Skip to main content
16,007,126 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: viewstate or session variables which one is advantageous? Pin
_AK_3-Jul-07 21:25
_AK_3-Jul-07 21:25 
GeneralRe: viewstate or session variables which one is advantageous? Pin
Sonia Gupta3-Jul-07 21:43
Sonia Gupta3-Jul-07 21:43 
GeneralRe: viewstate or session variables which one is advantageous? Pin
_AK_3-Jul-07 21:54
_AK_3-Jul-07 21:54 
GeneralRe: viewstate or session variables which one is advantageous? Pin
Sonia Gupta3-Jul-07 22:13
Sonia Gupta3-Jul-07 22:13 
AnswerRe: viewstate or session variables which one is advantageous? Pin
N a v a n e e t h3-Jul-07 22:27
N a v a n e e t h3-Jul-07 22:27 
GeneralRe: viewstate or session variables which one is advantageous? Pin
Rammohn3-Jul-07 23:48
Rammohn3-Jul-07 23:48 
AnswerRe: viewstate or session variables which one is advantageous? Pin
Urs Enzler3-Jul-07 23:19
Urs Enzler3-Jul-07 23:19 
QuestionCall Smart Client Method from JavaScript. Pin
Irshad Ahmed3-Jul-07 21:16
Irshad Ahmed3-Jul-07 21:16 
I have an object tag as below.

<object id="basket" name="basket" classid="http:/public/bin/RKSmartControls.dll#Reuters.Knowledge.SmartControls.DocumentDownload" height="0" width="0" VIEWASTEXT>
<param name="Protocol" value="<%= GetContextProtocol() %>" />
<param name="Domain" value="<%= GetContextDomain() %>" />
<param name="DocumentRetrievalURL" value="showDoc/Research.dox?docIDs=" />
<param name="AuthenticationToken" value="<%= Context.Request.Cookies[CookieNames.TICKET].Value %>" />
</object>


And from the javascript I am calling a method present in this dll as below

function SmartClientDownload(XmlString)
{
var err = "";
try {
alert("basket = " + document.all("basket"));
basket.Context= XmlString;
basket.Download();
}
catch(e){
err="There was an error on this page.\n";
err+="Error description: "+e.description+"\n";
alert(err);
}
}


Here I get an error Object doesn't support this property or method.
Sometimes it work sometimes it fails, Let me know if you have faced this issue.


Irsh
Questionhow to create a page in dreamweaver and run it in asp.net Pin
dbn8313-Jul-07 21:13
dbn8313-Jul-07 21:13 
QuestionDataGrid with Check Box Pin
Rahul Babu3-Jul-07 21:10
Rahul Babu3-Jul-07 21:10 
AnswerRe: DataGrid with Check Box Pin
_AK_3-Jul-07 21:12
_AK_3-Jul-07 21:12 
Questionproperties of a control in gridview for asp.net Pin
hari4ur3-Jul-07 21:03
hari4ur3-Jul-07 21:03 
AnswerRe: properties of a control in gridview for asp.net Pin
_AK_3-Jul-07 21:27
_AK_3-Jul-07 21:27 
GeneralRe: properties of a control in gridview for asp.net Pin
hari4ur4-Jul-07 23:22
hari4ur4-Jul-07 23:22 
QuestionReport Viewer Fixed Header problem!! Pin
sidbaruah3-Jul-07 20:59
sidbaruah3-Jul-07 20:59 
QuestionFileUpload error - no postback Pin
sir_moreno3-Jul-07 20:52
sir_moreno3-Jul-07 20:52 
AnswerRe: FileUpload error - no postback Pin
_AK_3-Jul-07 21:23
_AK_3-Jul-07 21:23 
GeneralRe: FileUpload error - no postback Pin
sir_moreno3-Jul-07 22:27
sir_moreno3-Jul-07 22:27 
GeneralRe: FileUpload error - no postback Pin
_AK_3-Jul-07 22:43
_AK_3-Jul-07 22:43 
QuestionKill Session [Urgent] Pin
| Muhammad Waqas Butt |3-Jul-07 20:39
professional| Muhammad Waqas Butt |3-Jul-07 20:39 
AnswerRe: Kill Session [Urgent] Pin
Imran Khan Pathan3-Jul-07 20:46
Imran Khan Pathan3-Jul-07 20:46 
QuestionRe: Kill Session [Urgent] Pin
| Muhammad Waqas Butt |4-Jul-07 20:24
professional| Muhammad Waqas Butt |4-Jul-07 20:24 
Questiontextbox in gridview control Pin
Raghvendra Kumar Roy3-Jul-07 19:56
Raghvendra Kumar Roy3-Jul-07 19:56 
AnswerRe: textbox in gridview control Pin
Viral Upadhyay3-Jul-07 20:27
Viral Upadhyay3-Jul-07 20:27 
GeneralRe: textbox in gridview control Pin
Raghvendra Kumar Roy3-Jul-07 20:35
Raghvendra Kumar Roy3-Jul-07 20:35 

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.