Show Ticker As Floating On Webpage
Aug 10, 2010I have a .swf file, which I have to display as a ticker, but the issue is this that I don't want to display it on the webpage, I want it to be floating.
View 1 RepliesI have a .swf file, which I have to display as a ticker, but the issue is this that I don't want to display it on the webpage, I want it to be floating.
View 1 Repliesand the ticker data should be move right to left or from left to right into a textbox or in any other control that is more suitable for this work.i have the little idea about this that this will be imlimented with the help of ajax or java script.but the whole process is not so clear so that i start my work.
View 2 RepliesI am working on a financial portal and I am having a problem..I don;t know what to call it so i mentioned it as an 'unknown to me' problem..I have a webpage..whenever I click on any button on my webpage, the request goes through..but nothing show up on the webpage..then If I click on another link and then again come back to previous link,then only I see the results of button_click..
e.g.
I have a currency conversion and investment form..so after filling up the form in following way and if I click on "INVEST" then nothing shows up..
so now if i click on any other link and go back to 'buy currency' link I see the result as 'investment successful'
I need to include a ticker in my asp.net web form.
the ticker will take the data from an xml file.
I need some tutorial regarding AJAX news ticker
View 7 Repliesin my asp.net+vb web with access database i iam willing to show a marquee with live data from database.
.aspx code
<marquee behavior="scroll" direction="left">
<div ><asp:Label ID="Label1" runat="server" Text="Label1"></asp:Label></div></marquee>
.vb code
Dim ConString As String = ConfigurationManager.ConnectionStrings("baijuep").ConnectionString
Dim con As New SqlConnection(ConString)
Dim CmdString As String = "SELECT KNo, companyto FROM (InOut) where PosnASOn >= now()-2"
Dim Adpt As New SqlDataAdapter(CmdString, ConString)
Dim KNo As New DataSet()
Adpt.Fill(KNo)
For Each dr As DataRow In KNo.Tables(0).Rows
Label1.Text &= dr("KNo").ToString() + "<br />"
Next
End Sub
when i use the query (SELECT KNo, companyto FROM (InOut) where PosnASOn >= now()-2)
in query analyser it works fine and the data is displayed but when i use the complete code .vb is not dispying data in to label.
I looked for examples for a news ticker and modified one I found to fit my needs. I created a web user control and everything works fine, even with a timer that ticks and refreshes the whole page, but not when I wrap just the user control in an update panel that is controlled by the timer. It works on page load, but then the data disappears on a timer tick. The code behind seems to be running fine and the variables have data etc., so I think it's the javascript, but I'm not sure where to go from here. C# code behind
[Code]....
javascript
[Code]....
i want to show address on google map in my website..i searched more but i find third part google map dll..
i don,t want to add third party Google map DLL in my website.
I'm working on an ASP.NET (C#) web project that is using master pages.
I'm looking for an easy way to display a random customer quote each time a page is loaded.
Since this is a fairly simple web project I'd like to stay away from storing the quotes in a database. Currently there is no database connections required for the project so I'd like to keep it as simple as possible -- perhaps storing the quotes in an XML file them using an XmlTextReader to read the file?
Edit: I will need to store and pull both a quote and a customer name for the quote.
How can I show code on a webpage like we do here on the forums without it beeing interpreded by my asp.net or javascipt or other ...
View 3 RepliesI have a feedback form in my website. After submitting the feedback (using Submit button), form's Reference number should generate and showed to the user (with successful message) in a "Pop up" as below:
i.e, your feedback is submitted successfully. Your refrence number is 'xyz10'
This refrence number should be unique for every user who fills the feedback form.
I need to do a web page to show the video of live events, I gone through the article [URL]
View 12 RepliesI want to play video / audio files on asp .net page.
client has following requirements
1) It can play all the popular formats
2) It can use installed player (if windows media player or any other) or it can run inside browser (i.e. Flash player)
I have already explored different options i.e. silverlight, Windows media services & flash player Among these three silverlight is discarded as there very few browsers having that plug in.
how can i read a doc file and show it on webpage like if someone upload his/her resume one can see upload resume in asp.net page like monster.com and other job portal side do.
View 2 RepliesI'm buillding a website for my company. I would like to show the indices from Dow Jones, NASDAQ, HSI, STI and KLSE, and also our company share in DAX.
I've saw some sample that grab data from yahoo finance. But I worry that yahoo will change the page laytou eventually and my code will not function anymore.
What is the best way to do such thing? Or any websites that provide live feed? web serviecs? rss?
If not, any company that provide such service at resonable price? I've read that these companies simply charge $10k per month! is it true? but what i want is just a simple data.
I have a big query that it execute in 4 minutes. (for example an important trigger)
I want to show situation of query or count of records that is affected in every 10 second in to a web page.
what should I do? (complete explain)
I am working on a small project of a university.In which i have to show the code snippets of c language & their description on webpages as tutorials.How can i accomplish it in Asp.Net.
View 10 RepliesWhat would be a good way to restrict an ASP.NET web application to only serve a given ammount of concurrent users? Some requirements are:
Application requires login (no need to worry about anonymous users). Multiple servers support (farm / load balancing). An active user can be considered to be the same as an active session (not signed off or expired). Additional logins must be denied if the maximum number of concurrent users has been reached. Accountability is needed (administrators should be able to see who the active users are). Minimum overhead on each web request (especially avoiding costly trips to a database on each request). Total number of concurrent users should be kept correct even if a web server hangs, disconnects from network or has to be restarted. Additional servers are available to host services (e.g. application servers).
I have a large div with has an asp image to the left and then I have several objects I want to float to the right of it. In floating everything left after the photo the first line of objects works but the second continues to float from the last object. I have attached a image to explain more.
View 2 RepliesI am having a problem floating div's inside the AJAX TabContainer. The content I place inside the TabPanel is jumping outside the border. Here is the code:
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="EquipmentDetails.aspx.cs" Inherits="DocumentSandbox.Web.WebForm4" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</asp:ToolkitScriptManager>
<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0">
<asp:TabPanel runat="server" HeaderText="TabPanel1" ID="TabPanel1">
<ContentTemplate>
<div>
<div>
<div><div>ID:</div><div>
<asp:TextBox ID="txtID" runat="server" CssClass="criteriatextbox"></asp:TextBox></div></div>
<div><div>Phone Number:</div><div>
<asp:TextBox ID="txtPhoneNumber" runat="server" CssClass="criteriatextbox"></asp:TextBox></div></div>
<div><div>Address:</div><div>
<asp:TextBox ID="txtAddress" runat="server" CssClass="criteriatextbox"></asp:TextBox></div></div>
</div>
<div>
<div><div>Last Name:</div><div>
<asp:TextBox ID="txtLastName" runat="server" CssClass="criteriatextbox"></asp:TextBox></div></div>
<div><div>First Name:</div><div>
<asp:TextBox ID="txtFirstName" runat="server" CssClass="criteriatextbox"></asp:TextBox></div></div>
<div><div>Middle Name:</div><div>
<asp:TextBox ID="txtMiddleName" runat="server" CssClass="criteriatextbox"></asp:TextBox></div></div>
</div>
</div>
</ContentTemplate>
</asp:TabPanel>
<asp:TabPanel ID="TabPanel2" runat="server" HeaderText="TabPanel2">
</asp:TabPanel>
</asp:TabContainer>
</asp:Content>
Here is the css for this code segment:
.searchcriteria
{
}
.searchresults
{
clear: both;
}
.criteriacolumn
{
float:left;
width:500px;
}
.criteriarow
{
width:498px;
height:24px;
padding-bottom:2px;
}
.criteriatextbox
{
padding-top: 3px;
float:left;
width:285px;
}
.criterialabel
{
width:200px;
padding-right: 6px;
text-align:right;
float:left;
}
I found a possible solution here: [URL], but I'm hoping for another option before I give up on having a border.
eliminate a comma when reading a sales price from a text box.
Dim SPnc As String = Regex.Replace(txtValue.Text, ",", "")
Value = Convert.ToSingle(SPnc)
However, I am still at a loss to find out how to eliminate the $, which I believe is a metacharacter with a special meaning. If my user enters $100,000, the value is read as 0.
i need to write a regular expression for float value (5,2)
As per my understanding (5,2) means
Total length cannot exceed 5 digits i.e. 999.99
Digits before decimal is 3 and after decimal is 2 i.e. 999.99
I wrote this: ValidationExpression="(^d{0,3}[.]?d{0,2}$)" but this is accepting 9999 and 99999 which is wrong because in both case before decimal is more than 3 digits.
In my website, where majority of the users are from Norway,I access some values via querystring(eg: email address).Since the members' email ID may contain Latin letters,I am confused and blocked at this level.
My requirements are,
1, I need to access the Latin letters from query string. Is there any thing different from normal query string operations?
2, I need to store these latin Email IDs to my DB ,which is mysql.Any precaution to be taken while storing latin letters to mysql?
3, I need to show these stored email IDs in my web page.Should I use localization(which I have not used yet) for correctly displaying latin letters in webpage?
am querying an Oracle database thru an ASP.NET web page, but the other day, the webpage didn't show any results after 5 minutes which normally takes about 3 secs. Then, 3 hours after, I got an email from the IT Dept asking me to kill my task which was taking a lot of ressources, but I couldn't since there is no way to send a user cancel request as I can do for instance with SQL Naviguator. So, they had to kill it for me. However, I do't want it to happen again because I don't want to overload the servers because of a query that didn't execute properly.
So, I thought about including connection timeout into my connection string, but there is already a default value. So, is it possible to avoid that kind of situation?My code contains a try {} finally {} to trap errors, but I didn't seem to work in this case.
I have a web page that when the user presses the "Go Back" button, if the formview is not in ReadOnly mode, to ask if they want to exit without saving.
I was thinking of having a pop-up window to ask this question, but I am unsure of how to do this.