Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: determine the file name Pin
Hiren solanki6-Dec-10 2:14
Hiren solanki6-Dec-10 2:14 
Questionclear everything!!! Pin
Jassim Rahma6-Dec-10 1:37
Jassim Rahma6-Dec-10 1:37 
QuestionRe: clear everything!!! Pin
musefan6-Dec-10 2:14
musefan6-Dec-10 2:14 
AnswerRe: clear everything!!! Pin
musefan6-Dec-10 3:16
musefan6-Dec-10 3:16 
AnswerRe: clear everything!!! Pin
thatraja6-Dec-10 2:28
professionalthatraja6-Dec-10 2:28 
AnswerRe: clear everything!!! Pin
T M Gray7-Dec-10 8:20
T M Gray7-Dec-10 8:20 
Questionregarding design of a div or iframe Pin
Tridip Bhattacharjee6-Dec-10 1:11
professionalTridip Bhattacharjee6-Dec-10 1:11 
Questionhide ajax files Pin
Morgs Morgan5-Dec-10 23:58
Morgs Morgan5-Dec-10 23:58 
hi guys,
my site will be using ajax methods and i don't want clientside to view my ajax(js) code when they view
the source code of my site..
Does anyone know how i can hide my ajax files so that they are not viewable on clientside?
For instance you can import a css file using the @Import command..I tried something similar in javascript
with below code:
var script = document.createElement('script');
script.src = '../ajax/login/login.js';
script.type = 'text/javascript';
document.getElementsByTagName('head').item(0).appendChild(script);


with the above, none of my methods in the login.js file are loading...

Please help me.
AnswerRe: hide ajax files Pin
NeverHeardOfMe6-Dec-10 1:07
NeverHeardOfMe6-Dec-10 1:07 
AnswerRe: hide ajax files Pin
Muhammad Mazhar7-Dec-10 4:20
Muhammad Mazhar7-Dec-10 4:20 
AnswerRe: hide ajax files Pin
T M Gray7-Dec-10 8:14
T M Gray7-Dec-10 8:14 
QuestionThe handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Bajrang Singh5-Dec-10 20:10
Bajrang Singh5-Dec-10 20:10 
AnswerRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Abhijit Jana5-Dec-10 20:31
professionalAbhijit Jana5-Dec-10 20:31 
AnswerRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
T M Gray7-Dec-10 10:20
T M Gray7-Dec-10 10:20 
GeneralRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Bajrang Singh7-Dec-10 21:52
Bajrang Singh7-Dec-10 21:52 
GeneralRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
T M Gray8-Dec-10 3:59
T M Gray8-Dec-10 3:59 
GeneralRe: The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE)) Pin
Bajrang Singh8-Dec-10 18:54
Bajrang Singh8-Dec-10 18:54 
Questionto get value of template control in ultrawebgrid Pin
priyagee5-Dec-10 19:09
priyagee5-Dec-10 19:09 
QuestionCreate ASPx Page to PDF Pin
vishnukamath5-Dec-10 18:45
vishnukamath5-Dec-10 18:45 
AnswerRe: Create ASPx Page to PDF [modified] Pin
Hiren solanki5-Dec-10 19:34
Hiren solanki5-Dec-10 19:34 
GeneralRe: Create ASPx Page to PDF Pin
Abhijit Jana5-Dec-10 19:51
professionalAbhijit Jana5-Dec-10 19:51 
GeneralRe: Create ASPx Page to PDF Pin
Hiren solanki5-Dec-10 19:55
Hiren solanki5-Dec-10 19:55 
QuestionMulti Language Site Pin
Alireza Loghmani5-Dec-10 8:17
Alireza Loghmani5-Dec-10 8:17 
AnswerRe: Multi Language Site Pin
Not Active5-Dec-10 9:18
mentorNot Active5-Dec-10 9:18 
GeneralRe: Multi Language Site Pin
Alireza Loghmani5-Dec-10 11:46
Alireza Loghmani5-Dec-10 11:46 

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.