Click here to Skip to main content
15,891,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDisplay word document in web page Pin
Member 406547215-Jul-08 14:12
Member 406547215-Jul-08 14:12 
AnswerRe: Display word document in web page Pin
Gayani Devapriya15-Jul-08 18:07
Gayani Devapriya15-Jul-08 18:07 
QuestionDropDowns/GridView Column Pin
ffowler15-Jul-08 10:10
ffowler15-Jul-08 10:10 
AnswerRe: DropDowns/GridView Column Pin
ffowler15-Jul-08 10:27
ffowler15-Jul-08 10:27 
Questionweb.config authentication Pin
Ed.Poore15-Jul-08 9:53
Ed.Poore15-Jul-08 9:53 
AnswerRe: web.config authentication Pin
Mike Ellison15-Jul-08 13:57
Mike Ellison15-Jul-08 13:57 
GeneralRe: web.config authentication Pin
Ed.Poore15-Jul-08 22:34
Ed.Poore15-Jul-08 22:34 
Questionreturning server side class object to javascript. Pin
yang__lee15-Jul-08 8:02
yang__lee15-Jul-08 8:02 
Hi,

On server side in form code behind class, I have a function
<AjaxPro.AjaxMethod()> _
Public Function test_get() As PROPREGLB.AssetQuerry
Dim v As PROPREGLB.AssetQuerry '
v = New PROPREGLB.AssetQuerry
v.AddNote("ASP.NET")
v.AddNote("2.0")
Return v
End Function

I call this function from my page javascript
function test()
{
var t;
debugger;
var retobj = AssetDataEntry.test_get();
}

when I debug retvalue,
I get retvalue as
__type "PROPREGLB.AssetQuerry, App_Code.hpedrzja, Version=1.0.5.31325, Culture=neutral, PublicKeyToken=null"

How to convert retval as the proper object of PROPREGLB.AssetQuerry

What kind of typecast has to be used.

I need to call methods available in
PROPREGLB.AssetQuerry class from the returned object in javascript also need to avail the existing data(inserted in the server side) in the javascript client side code.

any help will be highly apreciated.

regards

lee

Leya

Questionmultilevel categories ! Pin
wEb GuRu...15-Jul-08 6:15
wEb GuRu...15-Jul-08 6:15 
QuestionWriting System.Xml.XmlDocument in to DataSet object Pin
indian14315-Jul-08 5:27
indian14315-Jul-08 5:27 
QuestionTrigger event fire Pin
Member 387988115-Jul-08 4:11
Member 387988115-Jul-08 4:11 
AnswerRe: Trigger event fire Pin
leppie15-Jul-08 4:28
leppie15-Jul-08 4:28 
GeneralRe: Trigger event fire Pin
led mike15-Jul-08 4:56
led mike15-Jul-08 4:56 
AnswerRe: Trigger event fire Pin
J4amieC15-Jul-08 5:15
J4amieC15-Jul-08 5:15 
QuestionWrite datatables in different different excel files Pin
Member 387988115-Jul-08 3:40
Member 387988115-Jul-08 3:40 
QuestionThe Controls collection cannot be modified because the control contains code blocks (i.e. &lt;% … %&gt;). Pin
Member 340288615-Jul-08 3:39
Member 340288615-Jul-08 3:39 
QuestionClose the popup window once user filled up the form. Pin
rahul.net1115-Jul-08 3:38
rahul.net1115-Jul-08 3:38 
AnswerRe: Close the popup window once user filled up the form. Pin
eyeseetee15-Jul-08 3:40
eyeseetee15-Jul-08 3:40 
GeneralRe: Close the popup window once user filled up the form. Pin
rahul.net1115-Jul-08 3:49
rahul.net1115-Jul-08 3:49 
GeneralRe: Close the popup window once user filled up the form. Pin
eyeseetee15-Jul-08 3:52
eyeseetee15-Jul-08 3:52 
GeneralRe: Close the popup window once user filled up the form. Pin
rahul.net1115-Jul-08 3:59
rahul.net1115-Jul-08 3:59 
QuestionHow to avoid concurrency control? Pin
mcmilan15-Jul-08 2:47
mcmilan15-Jul-08 2:47 
AnswerRe: How to avoid concurrency control? Pin
Mike Ellison15-Jul-08 14:00
Mike Ellison15-Jul-08 14:00 
QuestionBrowser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
mcmilan15-Jul-08 2:42
mcmilan15-Jul-08 2:42 
AnswerRe: Browser Compatibility ( My webpage contols are not looking in a proper layout in Mozilla, Opera..) Pin
eyeseetee15-Jul-08 2:55
eyeseetee15-Jul-08 2:55 

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.