Give An Email Option To The Admin Of A Website?
Sep 3, 2010
i wanted to give an email option to the admin of a website where he can enter multiple email id's and a costamized text etc , and the sending message must be stored with the details of the timings and date and to whom in send.
View 4 Replies
Similar Messages:
Jun 29, 2010
I am building an email feature in my website (jobs site). By using this functionality, recruiters will be able to send emails to candidates. I want an option so that the user can also set 'From Address' and the email should be ANTI-SPAM compliant.
View 2 Replies
May 7, 2015
With reference to example: [URL]
I downloaded it and worked fine. However, I wish you push it further adding the following features:
1- Download button: where after the bitmap is captured and published into the image control, a "Download" button can be clicked to force the client browser open the "Save As File" dialog box in order to enable the user download the image into his/her client machine after choosing his/her suitable directory path.
2- Email button + Textbox to type the target email: where after te bitmap is captured and published into the image control, a "Email" button can be clicked in order to send the captured image to any email the user had specified in the textbox.
Condition:Â
- Captured image shall remain as bitmap in memory. It shouldn't be saved in the server.
- Email shall be sent with the image placed in the BODY and ATTACHMENT.
View 1 Replies
Mar 11, 2011
i have created 5 pages which are back-end and should be accessible only to sitre admin that is me. how do i do it?
View 3 Replies
Jan 7, 2011
I want to put my website project and admin website under same project as I want to use session and authentication of the main site. Also I want to show the admin, the page, where he has made changes. But the problem is whenever I will change anything in admin pages, I've to build the entire website. I don't want to do that. Can I build that separately?
I don't want to choose the option of building all pages separately as well.
Is there any alternatives of doing that. Separate projects for admin and website will come up with many other challenges. So I would like to avoid that.
View 2 Replies
Feb 16, 2011
I have a product´s page that when the user click on a "BUY" button , it sends an email to me with the produtct´s details and a link to the supplier´s detail. The problem is that, the page is on the "ADMIN" page, and when i click on the link, it shows and IIS 7 error.
View 4 Replies
Nov 23, 2010
I have a feedback form that should send an email to the site Admin. This is just on my laptop in development stage and not on a server, but I think it still should function with my personal email account settings, shouldn't it? Everything seems to work fine - there are no error messages. But no emails are received in my testing.
Code Behind:
[Code]....
Web Config:
[Code]....
View 13 Replies
Sep 8, 2010
I want to give the manul expot option for export the crystal report to excel .
View 1 Replies
Jul 1, 2010
I have a webform on which i display all the details of a particular record now i want to give my client print functionality so he can print those detail. Can this be done in asp.net and if yes then how?
View 4 Replies
Oct 11, 2010
How do you create your web site data admin for your customers. Do you do them programatically or do you use any specific tool?
I have been using AspMaker and is not a bad option but I'm sure there are a few more options out there. I've seen that MS has a Web Data Administrator but for me it looks more than an sql server web admin tool rather than a frontend that has the business logic.
View 1 Replies
May 25, 2010
I have an asp.net website for a car dealership. I wanted to create an admin site where personel from the dealership can add and delete cars to the site. how do I get started? what shall I read up on? I've read some of the security knowledge to add login and user accounts and what not, but now I am after setting up the website to allow this. do I need a sub domain to allow this? is that the only way? the web hosting company I am using (discountasp.net) will make me pay more $5 a month to use sub domain
View 4 Replies
Jun 24, 2010
I am planning to develop around 4 product catalogue websites. The functionality of all the websites would be same. however the design, images and css would be different.
All the 4 websites will use the same admin panel, forums and database(MS Access) also.
How should I create such a system.
I dont understand what kind of folder structure should I create.
I would like to create following kind of folder structure.
(Root Folder)Admin Website ----> Website 1 (subfolder)
----> Website 2 (subfolder)
----> Website 3 (subfolder)
----> Website 4 (subfolder)
Root folder will have the database and all the common files.
Unfortunately, when I tried to create such structure, Dot Net Didnt allow me to create one website inside another
what kind of system should I use for maximum reusability.
I am a small time freelancer and cannot afford to build seperate websites for each of my client.
View 4 Replies
Mar 1, 2011
I am currently designing an ASP.Net web site where does not required any user login on the page. However, I do need to put an Admin page up along with this web page for my client use to manage the content on the page (e.g.: Change Pictures, Updating News). For security reason, I do not want to include a separate page sit reside in the site, so nobody can even try access to the page [URL]
View 6 Replies
Jun 10, 2010
I have a secure admin section in my website, only logged in users can gain access to this section, its controlled from the web.config file like this
[Code]....
This has all works perfectly well until now. Ive created a page that has an accordian control on it from the ajax control toolkit, as soon as I place this control on a page and run the web page, I get this error
View 1 Replies
May 4, 2010
I have a asp.net website. For that site, i want to give RSS feed for my users. How can i do that?. I want a basic tutorial for this.
View 1 Replies
Sep 16, 2010
I am currently developing a website for a friend of mine who is a dj. I have a login page, which works fine however i want to inplement a menu that only users with the Administrator role can view. I have done alot of research and i have found ways to stop a user from visiting a page, when they click on it it takes the to the login page. But i want to completely hide the menu from Non Admins.
View 4 Replies
Dec 3, 2010
I have a simple online store where there are products that can be put into a cart and purchased. There is a admin page that can be logged into so that new products can be added or existing products can be removed or edited. To get to the admin area I need to put a /admin/index after the main page loads up. If I want to give my friends (from any location) the ability to add new products should I create a link to the admin area on the main page (like at the bottom) of the main page or should I just tell them to type in /admin/index after they go to the webpage?
View 3 Replies
Sep 18, 2013
i have designed a website in that i have image tool but the image must change  dynamically the changes is made in admin page.. by which tool we cn obtain that......
View 1 Replies
Nov 15, 2010
I come from a PHP/Rails background where deploying a website often means FTP/Checkout of the source code in the correct directory on the web server.
However, I've been asked to develop an ASP.NET website and some people have advised me to "Publish" the site instead of copying over the source code directly. Apparently, this converts the codebehind (.cs) files into compiled DLL's etc.
My application does not contain any specific secretive business logic. It's a common shopping cart app. My question is if this is a good idea? How does not making the C# code reside on the server make the app more secure?
View 4 Replies
May 13, 2010
How can I give my ASP.net website permission to see this folder on the server? C:PVSWin. The website is actually running on a virtual path D:WebSitesAdco.We are running IIS ver 6.The website uses a table from Pervasive to locate Vendors. The SqlDataSource works from the VS2008 IDE which is running on the server, but if a user logs into the website remotely they get this error:ERROR [IM003] Specified driver could not be loaded due to system error 1114 (Pervasive ODBC Client Interface). This error generally indicates that the path to the DB components is not found, or is not available to the calling program, so I guess that the website does not have permissions.
View 5 Replies
Nov 26, 2012
How to add chat option to asp.net website.How to create chat that shows online users.
View 1 Replies
Apr 22, 2010
I'm quite newbie and i need to give access to the website at a very low cost, but just few people, how did you guys manage it, to hide the connection link to the public. I mean is there a better way or not to manage this. I don't know if I'm clear. What would be the cheapest way to manage this user account?
View 4 Replies
Feb 11, 2011
I want to use forgot password option in my website. My basic flow is
- ask for username and email id.
- a link will be send on the email id
-after clicking the link, the user will be able to enter new password.
I am done till step 2(probably) using Guid.
View 8 Replies
Mar 17, 2010
I am working on a website and i would like to have an option on the website for 'Live Chat" so that customers/visitors can talk to the website ownser or any sales Rep.
I've been searching an online chat software , but they charge a lot on monthly/yearly bases, so i guess it's better to create your own
But before doing that what are the things/problems that i might face according to you to accomplish this feature ?
Do i need separate chat server ? and i need features like " auto-message like " An operator will be with you shortly" how to accomplish these things ?
Do i need any database support to for using this feature ?
View 10 Replies
Apr 4, 2014
I am searching for a live chat solution for my website (created in ASP.net) to provide online support to our customer.
View 3 Replies