|
Because App_Data is a protected ASP.Net folder.
Instead place your jpg file in the any other folder which is not a ASP.Net protected folder like (images folder under the root) and try.
Regards,
Cybernate
|
|
|
|
|
I want to create a web page where the left navigation bar and the content page can be changed by the end user.
I started by creating a master page. While I can get the main content page to show, I cannot get the left hand nav bar to show it's content. In the mater page I created a conten place holder for the main content and one for the left hand nav bar and in my LeftNav.aspx I put in the code to create a list. However when I run the page nothing shows up in the left content place holder.
Has anyone done something like this and if so can you comment on this?
Thanks
Tom Wright
tawright915@gmail.com
|
|
|
|
|
Tom Wright wrote: content page can be changed by the end user.
what do you mean by this
Tom Wright wrote: I cannot get the left hand nav bar to show it's content.
where is the content coming?
Yusuf
Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]
|
|
|
|
|
We have a content server where the user checks in a document. I grab the document from the content server and in the navbar content place holder use an include to mash in their links from the document.
Tom Wright
tawright915@gmail.com
|
|
|
|
|
Can you post the code for your master page?
Regards,
Cybernate
|
|
|
|
|

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="PolicySearch.master.cs" Inherits="ScholarPoliciesSearch.PolicySearch" %><br />
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml" ><br />
<head runat="server"><br />
<title>Untitled Page</title><br />
<asp:ContentPlaceHolder ID="head" runat="server"><br />
</asp:ContentPlaceHolder><br />
<link href="Styles/Stylesheet.css" rel="stylesheet" type="text/css" /><br />
</head><br />
<body><br />
<form id="form1" runat="server" action="javascript:fxSearch();"><br />
<br />
<div id="HeaderContent"><br />
<br />
</div><br />
<br />
<div id="mainContent"><br />
<asp:ContentPlaceHolder ID="MainContent" runat="server"><br />
<br />
</asp:ContentPlaceHolder><br />
</div><br />
<br />
<div id="LeftNavBar"><br />
<asp:ContentPlaceHolder ID="leftNavBar" runat="server"><br />
</asp:ContentPlaceHolder><br />
</div><br />
<br />
<div id="FooterContent"><br />
<br />
</div> <br />
</form><br />
</body><br />
</html>
Tom Wright
tawright915@gmail.com
|
|
|
|
|
im developing an online test application using ASP.NET , IIS 7.0 is the server and SQL 2005 is our database engine. the user for a test must login first. i used session id s and variables to store names and login logout. but im having a problem with authentication .if on one computer im logged in as raj , then from a different computer i can still login as raj. how can i maintain unique logging in of users.really stumped. please help.
|
|
|
|
|
u can maintan with database flag...
but u should keep in mind..all the users will not click logout...they will close browser directly
modified on Wednesday, March 11, 2009 8:18 AM
|
|
|
|
|
The solution given by Rajesh is appropriate.
You can further enhance is as follows to automagically maintain/reset the flags:
1)Define a database level job to scan the users table for the active flags and the time they were marked and then reset the same after a specific amount of time.
2) Or add code to Session_OnEnd to mark the flag
3) or use and asynchronous javascript call on the page_unload event at client side to reset the flag.
Regards,
Cybernate
|
|
|
|
|
ur saying that i should create a flag field in my database , and everytime a user logs in set flag to 1, and then on logging out set flag to 0.right? is there any easier way?
|
|
|
|
|
Hi Dear
I want to use decode and encode technique between browser and server requests.
Please tell me some idea abt this..
Regards
Rajeesh MP
|
|
|
|
|
I am tring to integrate Pay Pal with my website. The website is in ASP.net 2.0 but the SDK That I have downloaded from net(cms.paypal.com)
is in ASP.net 1.1. I have created a different virtual directory for the same. And have replaced the DLLs ( Log4net,Paypal_Base and Asp_netSamples_Nvp). But when I run the project in ASP.net 1.1 using visual studio 2003, even if add only the default form it displays an error saying
(Parser Error Message: The type 'ASPDotNetSamples.Default' is ambiguous: it could come from assembly 'c:\inetpub\wwwroot\PayPal\bin\PayPal.DLL' or from assembly 'c:\inetpub\wwwroot\PayPal\bin\AspNetSamples_Nvp.DLL'. Please specify the assembly explicitly in the type name.)
Please help me with how the Pay Pal can be integrated with the website?
Thanks in advance
Regards
Amandeep Bhullar
|
|
|
|
|
better u use nsoftware.IBizPayPalWeb.dll
Regards
Rajeesh MP
|
|
|
|
|
I registered one calendar control in the Master page, but when am adding that control in the content page it is not working, this control is working without master page.
Master page Register code as follows
<%@ Register Assembly="GMDatePicker" Namespace="GrayMatterSoft" TagPrefix="cc1" %>
Content Page adding control Code as follows
<cc1:GMDatePicker ID="GMDatePicker1" runat="server" CalendarFont-Names="Arial" InitialText="Select a Date">
<CalendarDayStyle Font-Size="9pt" />
<CalendarTodayDayStyle BorderWidth="1" BorderColor="darkred" Font-Bold="true" />
<CalendarOtherMonthDayStyle BackColor="whitesmoke" />
<CalendarTitleStyle BackColor="#E0E0E0" Font-Names="Arial" Font-Size="9pt" />
</cc1:GMDatePicker>
|
|
|
|
|
What Error message u r getting..??
|
|
|
|
|
Unknown Server Tag - cc1:GMDatePicker
|
|
|
|
|
compiling time or running time u r getting this error..??
u r using any DLL for that..??
Better use Ajax calender control
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Calendar/Calendar.aspx
|
|
|
|
|
Compiling Time.
am using one DLL for this.
How can i download the control from this site
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Calendar/Calendar.aspx
Or Is there any other site for downloading ajax calender control
|
|
|
|
|
is there examples. vb and c#..u download one example..
u check that download folder bin dorectory..u will get that DLL
http://www.asp.net/learn/ajax-videos/video-124.aspx
get VB Code
|
|
|
|
|
Can chilisoft asp support asp.net?? wat about .net webservces? what are the differences b/w using chillisoft asp and windows hosting??
|
|
|
|
|
Microsoft only supports .NET on Windows OSs. That said, I wouldn't do it if you are doing this for a company in which this will be vital to the users, or even if it was for anything more than a tool.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
|
|
|
|
|
thanks, so i cant use chilisoft for deployement right??
|
|
|
|
|
You can. And actually Chilisoft was designed for deployment and not testing. But, if you have a company depending on an application, and for some unknown reason it goes down, you can call in Microsoft(for a fee of course) and they can get you back up. That is of course if it isn't because of a bug in your code, but that wouldn't happen would it? : )
Microsoft kinda gets you by the balls with .NET.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
|
|
|
|
|
Thanks for the quick reply. Actually chilisoft was very new to me (mee tooo a fresh grad) and while i was doin a research on it and i find somewhere that chilisoft can only support asp but not asp.net...... if it support both what's the real difference apart from the platform it running??
|
|
|
|
|
Support. ASP is also a Microsoft technology.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
|
|
|
|