Click here to Skip to main content
15,867,756 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to remove session when browser closed. Pin
Jitendra Parida - Jeetu26-Dec-11 2:09
Jitendra Parida - Jeetu26-Dec-11 2:09 
GeneralRe: how to remove session when browser closed. Pin
uspatel26-Dec-11 18:50
professionaluspatel26-Dec-11 18:50 
GeneralRe: how to remove session when browser closed. Pin
Jitendra Parida - Jeetu26-Dec-11 20:50
Jitendra Parida - Jeetu26-Dec-11 20:50 
Questionmaintaining old data Pin
sheemap25-Dec-11 18:41
sheemap25-Dec-11 18:41 
AnswerRe: maintaining old data Pin
uspatel25-Dec-11 23:53
professionaluspatel25-Dec-11 23:53 
Questionhow to create a mail website like gmail Pin
Bhagawati.joshi22-Dec-11 20:09
Bhagawati.joshi22-Dec-11 20:09 
AnswerRe: how to create a mail website like gmail Pin
R. Giskard Reventlov22-Dec-11 21:15
R. Giskard Reventlov22-Dec-11 21:15 
QuestionHow can i include Jquery.js in master page? Pin
buffering8322-Dec-11 14:12
buffering8322-Dec-11 14:12 
XML
I have Master Page.

i insert jquery to head tag like this but I think that page can't load jquery_min.js file. How can i slove this?
(Below is master page)
<head runat="server">
<script type="text/javascript" src="common/scripts/jquery_min.js"></script>
I want to load Jquery script when page load

Because I have to use below code.

(Below is master page)

<script type="text/javascript">
            $(document).ready(function () {
         $.get('../common/path.xml', function (data)...........
});

hi

My english is a little.
anyway, nice to meet you~~
and give me your advice anytime~

AnswerRe: How can i include Jquery.js in master page? Pin
R. Giskard Reventlov22-Dec-11 21:14
R. Giskard Reventlov22-Dec-11 21:14 
QuestionAny tips on how I would submit a search request? Pin
unity31122-Dec-11 8:24
unity31122-Dec-11 8:24 
QuestionI Want a project using Global.asax file Pin
RashdSiddique22-Dec-11 1:35
RashdSiddique22-Dec-11 1:35 
AnswerRe: I Want a project using Global.asax file Pin
Shahriar Iqbal Chowdhury/Galib22-Dec-11 9:50
professionalShahriar Iqbal Chowdhury/Galib22-Dec-11 9:50 
GeneralRe: I Want a project using Global.asax file Pin
RashdSiddique22-Dec-11 22:05
RashdSiddique22-Dec-11 22:05 
GeneralRe: I Want a project using Global.asax file Pin
AprNgp26-Dec-11 17:48
AprNgp26-Dec-11 17:48 
Questionhow to send emails in asp.net(without IIS throught smtp) Pin
MalarGayu21-Dec-11 11:45
MalarGayu21-Dec-11 11:45 
AnswerRe: how to send emails in asp.net(without IIS throught smtp) Pin
Not Active21-Dec-11 12:29
mentorNot Active21-Dec-11 12:29 
GeneralRe: how to send emails in asp.net(without IIS throught smtp) Pin
MalarGayu21-Dec-11 12:58
MalarGayu21-Dec-11 12:58 
GeneralRe: how to send emails in asp.net(without IIS throught smtp) Pin
Not Active21-Dec-11 13:47
mentorNot Active21-Dec-11 13:47 
AnswerRe: how to send emails in asp.net(without IIS throught smtp) Pin
Dalek Dave21-Dec-11 13:27
professionalDalek Dave21-Dec-11 13:27 
JokeRe: how to send emails in asp.net(without IIS throught smtp) Pin
Manfred Rudolf Bihy21-Dec-11 13:47
professionalManfred Rudolf Bihy21-Dec-11 13:47 
GeneralRe: how to send emails in asp.net(without IIS throught smtp) Pin
MalarGayu21-Dec-11 13:48
MalarGayu21-Dec-11 13:48 
GeneralRe: how to send emails in asp.net(without IIS throught smtp) Pin
Not Active21-Dec-11 14:50
mentorNot Active21-Dec-11 14:50 
GeneralRe: how to send emails in asp.net(without IIS throught smtp) Pin
MalarGayu21-Dec-11 14:53
MalarGayu21-Dec-11 14:53 
GeneralRe: how to send emails in asp.net(without IIS throught smtp) Pin
Not Active21-Dec-11 15:06
mentorNot Active21-Dec-11 15:06 
GeneralRe: how to send emails in asp.net(without IIS throught smtp) Pin
MalarGayu21-Dec-11 15:11
MalarGayu21-Dec-11 15:11 

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.