Web Forms :: A Building Map For The Company?
Nov 8, 2010
I need to make an asset map for the company. Some squares that contain text should pop-up whenever the user hovers on the predefined points in the map/image itself. upon clicking on the square that pops up, the user should be linked to another page.
I found this on the web, http://www.obout.com/em/ex_imagemap.aspx#top, are there any other ajax or built in controls within asp.net which can do a similar things?
View 1 Replies
Similar Messages:
Jul 15, 2013
I want parse the JSON data using HtmlAgilityPack. Below is JSON data and I would like to capture company_url from the json data. I am using Xpath as //startups/id/company_url but not able to extract the company url. I am providing the piece of code also.
{"startups":[{"id":233756,"hidden":true},{"id":233734,"hidden":true},{"id":232400,"hidden":true},
{"id":231849,"hidden":true},{"id":228193,"hidden":false,"community_profile":false,"name":"Natural eCommerce"
,"angellist_url":"https://angel.co/natural-ecommerce","logo_url":"https://angel.co/images/shared/nopic_startup.png","thumb_url":"https://angel.co/images/shared
[Code] ....
C# Code
HtmlAgilityPack.HtmlDocument htmlDoc = new HtmlAgilityPack.HtmlDocument();
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(requestLink); var response = (HttpWebResponse)request.GetResponse(); var reader = new StreamReader(response.GetResponseStream()); var objText = reader.ReadToEnd();
[Code] ....
How to extract the company URL from json object
View 1 Replies
May 23, 2013
I want to send user image and company logo when send mail to any email address to users in my website. how to implement it.
View 1 Replies
Sep 20, 2015
how to send automatic email every day but my problem is email having a company logo and some css is there how to send it i am using windows servies but windows services don't have html page so how to design page and how to send it .
View 1 Replies
Feb 26, 2010
Within my web application the users complete a application which stores all of their company details into a database, within the application their is a section to complete details for all of their employees.
The admin has the ability to view each company's application in full for reference, now I want to display the employee details on a sperate web page using the GridView control. Unfortunately when creating a datasource for the GridView I am unable to use a varible (currentCompanyId) to pass the employee's companys id into the query to display the correct employee's for the correct application.
Does anybody know another apporach to this? Or maybe there is a better way to do this altogether?
View 4 Replies
Jul 19, 2010
I am creating a "Request for Quote" web form for my company so that when user enters his:
name,address,email,phone etc fields and clicks the submit button,all the data of the webform should be sent to my email address.
View 5 Replies
Aug 30, 2010
I need to get a share price of a company in stock market from this site, [URL] I need to show it in my Webpage in a Webpart
View 1 Replies
Nov 18, 2010
I need your assistance for this task. I have three tables Company, Division and divisionDetails .I need to link the division with company table. The following shows the Data hierarchy .
Company table:
Company code
Company Name
Division table:
Division code
Division Name
DivisionDetails table:
Division code
Company code
In the input screen i have the check box list to show the company . Upto insert i have no problem.on Update and delete i have some Serious worry on how to this..
Screen Shot
View 3 Replies
Dec 6, 2012
I am having a drop downlist in my page.. I want to select the company name in the dropdownlist, if the company name is selected it will go to the selected company name page,in that page i want to display the employee id automatically in the textbox like TCS001,
Example: In dropdownlist I am having 3company names like TCS, CTS, HTC, if I select the TCS , tcs page is open and check the database and create a employee id like TCS009, I did like 1 and 2 and 3 like that its working fine. but I want to do it like ....
View 1 Replies
Feb 1, 2011
I currently have an internal system that I need to link up to an API offered by a company. I am not looking for hand-holding on this, I really need to understand where and how to get started really.
Here is the developer resource for the API I am looking to work with:
[URL]
Further, my systems are currently in ASP/ASP.NET & SQL, and I'm familiar with VB so I would rather stay that direction instead of C#.
View 1 Replies
Aug 12, 2010
i have an situation like that in a mail message company logo doesn't apppear.. it just dispalys the empty box
View 1 Replies
Jun 3, 2010
Our company has web site as www.mycompany.com.I created a asp.net project as ORDERS (open it using default.aspx) and boss wants to list it as www.mycompany.com/orders.
View 4 Replies
Jul 19, 2010
Is there a way to be able to create a new database when a company signs up to my site, and be able to use that database when he/she logs in, so for example if company A logs in he uses CompanyA database and if company B logs in he uses Company B database, now they all have the same table structure, just need to figure out a way to use a specific database depending on the user that logs in.
View 2 Replies
May 13, 2010
I have a dll which i downloaded from a lightbox website. It is in the bin folder But i get the error permission cannot be acquired.can anyone assist?
View 1 Replies
Sep 1, 2010
I'm about to begin creating a mobile version of our company's website, and I have some questions. I've spent many hours reading and researching online, but I can't find some of the answer I need.
1. How can I test a mobile website locally? Are there emulators I can download? Can I plug a phone into my PC and test from the device? I'd like to see how the website looks on the device locally so I can make changes accordingly.
2. With the different screens and resolutions on mobile devices, what is the best width to use for the page layout? Is there a set width of pixels that is a standard to follow, or should it be set at 100%?
3. What is the best way to handle mobile browser detection? So far I've found that I should add code to the Page_Load event of the Master page of our website that checks Request.Browser.IsMobileDevice and redirects to the mobile site if this returns true. Is this the best way?
View 7 Replies
Dec 27, 2010
tell me how to add company logo with web application url address bar
View 2 Replies
Jan 19, 2010
I've got a pretty simple vb.net page that has a bunch of data listed in a datagrid and each row in the datagrid has an accompanying .pdf form listed in a column. The user reviews the data, and if needed clicks on the hyperlink that opens the .pdf in another IE browser window. After reviewing the .pdf in the other window, the user may need to dowload it to their pc to add notes, highlights, text, etc. Since they have the .pdf open in the browser window on the pc, is it possible to then just drag/drop the .pdf to their desktop to edit locally?? If that isn't possible in .NET what other options are there?
Right-click | Save As isn't a good enough option, becuase the user won't know if they need to download and edit it until the .pdf is actually open. My initial thought of once they have it open in IE, just do a file, save as, won't work either, as it requires too many clicks.
View 2 Replies
Jan 2, 2010
So I developed a web application in ASP.NET and SQL Server 2008. Part of the SQL code I implemented as a .NET assembly (instead of t-sql) because it is performing intense calculations that are better written in C#.
Now I am ready to deploy my application, but I am stuck looking for a hosting company that allows this. Scratch out Discount ASP (see this forum post). I tried emailing other hosting companies and I either get no reply or they say they will not support it.
Any recommendations? What's the big deal with having CLR enabled in SQL Server?
View 3 Replies
Jun 11, 2010
I have a simple database search engine set up on my company's intranet and I'd like to add auto-complete... Can somebody walk me through this? The database is Access. I'll need to make sure I'm using parameterized queries as well.
View 12 Replies
Apr 12, 2010
I'm a (relatively new) developer using asp.net with VB.NET. Currently all my applications are developed on my PC and then are built and moved onto the web server. I'm going to be working remotely for 3 months in which time I'll be connecting to the company network via VPN. What is the best way to access my projects? I need to have the projects stored on the company network so that others can access them too. So simply copying the projects to my laptop, working on them, then copying them back won't suffice. I tried to just open the projects off of the network share but am getting application trust problems.
View 2 Replies
Sep 17, 2010
I have been playing a bit with ASP.NET MVC 2 using VWD 2010.After a bit of struggling with profiles(thank you MS for putting 2 web.config files in the solution...) I decided that after all I like this technology. I always thought that dotNET would be great for server side stuff and I've been proven right.Anyhow, I'm gonna start a real project now and I want to do something weird(yes, I know, I shouldn't be wanting to do weird things, but it's just beyond me :-) ): say I have a company website with roles and a forum.When I click on the nickname of a user, I want to bring his/her profile up - just like you would be doing with any decent forum out there. Well, my final idea is a tad more interesting in this regard, but let's stick it at that: click and see profile page.Problem is, I want this profile to be different for company employees and users.
I want some general informations such as first and last name, date of birth, photo, etc and then for instance I do not want to show the address property for company users. Yes I know I might want to put the company address there or leave it at all blank and I would rather not display it at all.From what I gather about profiles, this is possible only using views and checking for the roles, doing something like:
if User.Role == Company
{
// Stuff here
[code]...
View 5 Replies
Mar 11, 2011
I have been assigned the task to create a rules engine with another programmer for a company. They want it totally dynamic (parameterized sql type dynamic, no inline or any wishy washy coding practices). So I have ended up with no idea what to really aim at since this is the first time for this type of project. I am hoping someone has some ideas if they have experience this before. I am thinking of going in this direction.
http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx
or this
http://www.richard-banks.org/2007/08/how-to-use-windows-workflow-rules.html
View 4 Replies
Sep 6, 2010
In an asp.net webform app, I need to restrict the logged in user to show data only for their company. This is a primary key of my topmost table. How to I set that based off the user. I imagine I would have another table with some user ID mapped to company ID?
View 1 Replies
May 7, 2014
How to take print out show the company name in top of the gridview using asp.net using c#.
View 1 Replies
Mar 10, 2010
I'm having trouble with a WAP (web application project). It builds fine within studio (and it uses a number of other assemblies which build before the web application). However, I've always used aspnet_compiler to publish web sites in the past which is then deployed to the server. So I'm building the WAP solution (including assemblies) then publishing just the website folder and not the assemblies within the solution.1) Do I need to run aspnet_compiler.exe after building the WAP. I guess the WAP build causes the bins to be created correctly but the ASPX pages are still uncompiled?
View 9 Replies