Use JavaScript Control in ashx file

Posted by Nismeh under .NET Framework on 9/11/2013 | Points: 10 | Views : 3100 | Status : [Member] | Replies : 4
Hi,

I am using ExtJS in my project. I want to get value of that control in .ashx file. Is it possible to get value of ExtJS Control via .ashx file ?

IT KNOWLEDGE IS APPLIED KNOWLEDGE
So Just Do It



Responses

Posted by: Bandi on: 9/11/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Refer this once
http://forums.asp.net/t/1458401.aspx

Which control of ExtJS you are using?
Refer the following link for accessing .ashx URL inside ExtJS
http://www.rahulsingla.com/blog/2011/05/extjsfilemanager-extjs-based-file-and-image-manager-plugin-for-tinymce

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Nismeh, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Nismeh on: 9/11/2013 [Member] Starter | Points: 25

Up
0
Down
I am using radiogroup. And want selected one's value into ashx file.

IT KNOWLEDGE IS APPLIED KNOWLEDGE
So Just Do It

Nismeh, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bandi on: 9/11/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
refer this link
http://stackoverflow.com/questions/12304610/extjs-get-selected-value-of-radio-button-in-form-not-returning-the-value?rq=1
http://stackoverflow.com/questions/10459536/extjshow-to-get-value-of-checked-radio-button
Did you able to get checked value of radiogroup in .aspx?

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Nismeh, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Nismeh on: 9/11/2013 [Member] Starter | Points: 25

Up
0
Down
this line isn't working because of <%= %> proxy: new Ext.data.MemoryProxy(<%= ViewData["genres"] %>) in my .js file.
Can you suggest on that?

Sorry but Other links are not useful. They are diverting my goal :)

IT KNOWLEDGE IS APPLIED KNOWLEDGE
So Just Do It

Nismeh, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response