Click here to Skip to main content
15,881,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsending a mail with attachments Pin
benams4-Aug-10 1:21
benams4-Aug-10 1:21 
AnswerRe: sending a mail with attachments Pin
raju melveetilpurayil4-Aug-10 3:55
professionalraju melveetilpurayil4-Aug-10 3:55 
GeneralRe: sending a mail with attachments Pin
benams4-Aug-10 6:55
benams4-Aug-10 6:55 
GeneralRe: sending a mail with attachments Pin
raju melveetilpurayil4-Aug-10 8:23
professionalraju melveetilpurayil4-Aug-10 8:23 
GeneralRe: sending a mail with attachments Pin
benams4-Aug-10 12:56
benams4-Aug-10 12:56 
GeneralRe: sending a mail with attachments Pin
Mugdha_Aditya4-Aug-10 19:22
Mugdha_Aditya4-Aug-10 19:22 
AnswerRe: sending a mail with attachments Pin
Prosanta Kundu online4-Aug-10 20:17
Prosanta Kundu online4-Aug-10 20:17 
QuestionAjax timer error [modified] Pin
Amit Patel19853-Aug-10 20:45
Amit Patel19853-Aug-10 20:45 
Hi All i am using Ajax Timer on Master page
<pre>
<asp:Timer ID="UpdateTimer" runat="server" Interval="5000" OnTick="UpdateTimer_Tick">
</asp:Timer>
<asp:UpdatePanel ID="up1" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="false">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="UpdateTimer" EventName="Tick" />
</Triggers>
<ContentTemplate>
<asp:Label runat="server" ID="DateStampLabel" />
</ContentTemplate>
</asp:UpdatePanel>
</pre>

and in other page say a.aspx i am using autocomplete extender which call the web service

<pre>
<asp:Label ID="lblICDCode" runat="server" Text="ICD Code"></asp:Label><br />
<asp:TextBox ID="txtICDCode" runat="server"></asp:TextBox>
<cc1:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" TargetControlID="txtICDCode"
MinimumPrefixLength="3" ServiceMethod="GetICDCode" ServicePath="~/WebService.asmx"
FirstRowSelected="true" EnableCaching="true">
</cc1:AutoCompleteExtender>

</pre>

and a.aspx contain one add button

if i am clicking on that button i am getting permission denied in WebResource.axd.when i removed ajax timer from master page it is working fine and i am using free text box conptrol for rich text editor

how to fix this

regards,
amit



-- Modified Wednesday, August 4, 2010 2:59 AM
AnswerRe: Ajax timer error Pin
raju melveetilpurayil3-Aug-10 21:32
professionalraju melveetilpurayil3-Aug-10 21:32 
Questionhow to Log DAL exception and showing alert to user when exception occurs? Pin
Paramhans Dubey3-Aug-10 18:58
professionalParamhans Dubey3-Aug-10 18:58 
QuestionHow to replace text with image in word 2007 and save the file in .pdf format Pin
raghvendrapanda3-Aug-10 9:00
raghvendrapanda3-Aug-10 9:00 
AnswerRe: How to replace text with image in word 2007 and save the file in .pdf format Pin
Yusuf3-Aug-10 17:11
Yusuf3-Aug-10 17:11 
GeneralRe: How to replace text with image in word 2007 and save the file in .pdf format Pin
raghvendrapanda3-Aug-10 22:43
raghvendrapanda3-Aug-10 22:43 
GeneralRe: How to replace text with image in word 2007 and save the file in .pdf format Pin
Yusuf4-Aug-10 7:13
Yusuf4-Aug-10 7:13 
GeneralRe: How to replace text with image in word 2007 and save the file in .pdf format Pin
raghvendrapanda4-Aug-10 9:00
raghvendrapanda4-Aug-10 9:00 
Questionpage break in pdf file [modified] Pin
Dhyanga3-Aug-10 8:33
Dhyanga3-Aug-10 8:33 
AnswerRe: page break in pdf file Pin
raju melveetilpurayil3-Aug-10 9:36
professionalraju melveetilpurayil3-Aug-10 9:36 
GeneralRe: page break in pdf file Pin
Dhyanga3-Aug-10 10:02
Dhyanga3-Aug-10 10:02 
GeneralRe: page break in pdf file Pin
Yusuf3-Aug-10 17:15
Yusuf3-Aug-10 17:15 
GeneralRe: page break in pdf file Pin
Dhyanga4-Aug-10 3:39
Dhyanga4-Aug-10 3:39 
GeneralRe: page break in pdf file Pin
Yusuf4-Aug-10 7:10
Yusuf4-Aug-10 7:10 
QuestionRegarding MVC View Pin
Tiger4563-Aug-10 7:15
Tiger4563-Aug-10 7:15 
AnswerRe: Regarding MVC View Pin
Not Active3-Aug-10 7:54
mentorNot Active3-Aug-10 7:54 
GeneralRe: Regarding MVC View Pin
Tiger4563-Aug-10 8:37
Tiger4563-Aug-10 8:37 
GeneralRe: Regarding MVC View Pin
Not Active3-Aug-10 17:34
mentorNot Active3-Aug-10 17:34 

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.