Web Forms :: Wrong Hyperlink After Windows.close() Is Activated?
Jul 23, 2010
as per subject, I'm having a problem with hyperlinks right after windows.close is activated.The scenario: I have a top bar with hyperlinks and a treeview at the side of the page. When windows.close() is invoked, I clicked no to stay on the page. When i check the url of the links of the topbar, the hyperlinks were wrong. It shows[URL]Can someone help me out with this problem? The windows.close() is invoked at page_load event.
View 5 Replies
Similar Messages:
Jun 8, 2010
am using vs.net 2005 wit c# In my web application we used master page and child pages. In master page we have the search option ( a textbox with serach button). when user enters something into the text box and press enter then i should display the search result.So i placed that in a panel (in master page) and set the default button as Search button. My Problem is i have other hyperlinks and linkbuttons in the master page and in child pages. when am clicking any other hyperlink or linkbutton the search button is getting activated (not the respective one). How to solve this?
View 22 Replies
Aug 1, 2010
I have a weird thing happening. I have two identical databases installed on one virtual machine but under two different instances of SQLServer. For some reason, periodically when saving from one it will save to the other instead. Using debug, I have verified that the connection string is correct and when the item saves, it still saves to the wrong database.I use session variable, and am of the belief that it might have something to do with it...and t hat when I go from one to the other it is still getting the connection string form the other for some reason.To make sure that it isn't a problem, I make sure that I completely close out one database before opening the other in a new IE window.I assume that when I completely close out an internet explorer window that it abandons all session states. Is that true?
View 7 Replies
Jan 6, 2011
hyperlink in new windows and setting properties
View 1 Replies
Jan 30, 2011
i am using panels and each panel contain seperate set of controls with validation.the problem I want to put multiple panels in the same page put I want each panel to activate it's validation fields not the other panels.
View 2 Replies
Feb 8, 2011
Dear All I have a modal popup designed like this below
[Code]....
How do I save my current gridview sorting and the gridview row that was used to activate it in a session
View 6 Replies
Aug 1, 2010
I have a very weird thing happening. I have two databases that have exactly the same tables but different database names on the same virtual machine, but in different instances of SQL Server. For some reason, when using one of them, it will save to the other. In debug, looking at my connection string..I have verified that it is correct, yet when I allow the save, I look in the table and it isn't there, it is in the other database that is in a table with a completely different name and in a different instance of SQL Server.
View 1 Replies
Apr 7, 2010
I am trying to send mail to remind the users that have not activated their accounts. But I keep getting the error:
Transaction failed. The server response was: The message was rejected because it contains prohibited virus or spam content
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Mail.SmtpException: Transaction failed. The server response was: The message was rejected because it contains prohibited virus or spam content
My code is below:
Code:
"Hey, " + sUsername + "
" +
"This is a friendly reminder that you have not verified your E-mail address.
" +
"If you are still interested "+
"in joining our site, please click on the link below to " +
"confirm your E-mail address.
" +
"http://" + Request.Url.Host + "/verifyemail.aspx?id=" + sUserID + "
" +
"P.S: If you have already verified your E-mail address, please disregard this reminder.";
View 16 Replies
Dec 16, 2010
I have website which runs multiple threads. When user close the browser but threads are still running. How to kill/stop all thread in asp.net on browser close.
View 2 Replies
Feb 5, 2011
I have a web page with paypal. In the page user add items to list then buy it. when user add item to list i block that item in stock until user buy or delete that item.Now my problem is when user add item in the list and then close the broswer from IE close button , the item get blocked. I want to rollback the added items when user close the browser from IE button.
View 2 Replies
Jun 28, 2010
how to "discover" hyperlink in some text and convert that hyperlink in html hyperlink with asp.net (or javascript). For example, if a user enter this text:
You found it at [URL]
How can i found and convert in html like :
You found it at <a href='http://www.foo.com'>http....</a>
View 1 Replies
May 13, 2010
i have a pie chart but i am not able to put a hyperlink on that chart.
i have put an on-click event to navigate to a new page but that also does not work..
my code: HTML
<asp:Chart ID="Chart1" runat="server" Height="252px" onclick="Chart1_Click">
<Series>
<asp:Series ChartType="Pie" Name="Series1" >
</asp:Series>
</Series>
<ChartAreas>
<asp:ChartArea Name="ChartArea1">
</asp:ChartArea>
</ChartAreas>
</asp:Chart>
code behind
protected void Chart1_Click(object sender, ImageMapEventArgs e)
{
Response.Redirect("~/Reports.aspx");
View 1 Replies
Feb 5, 2010
why the email attachments that my application sends sometimes ( maybe 1 out of a 100) come in the text format. Rather in raw markup format, not rendered?
View 4 Replies
Jan 14, 2011
I use scriptmanager instead of toolscript manager and don't seem to have problems. But I have noticed that the recommendation is to use toolscriptmanager. Is there any difference now?
View 1 Replies
Jun 16, 2010
I am using ASP.NET 2.0. I have a web appication that is using master pages and themes. When a page loads or is refreshed, you can see the controls and back ground cycle through some different colors before it settles on the colors defined in the theme. Somtimes the colors don't get painted properly. I have seen some of the areas on the page painted a light purple instead of the theme defined grey. We always see the back ground go from white->purple->black. Black is the defined color.
I have tried setting the theme in the web.config using the <pages theme= />.
I have tried setting the theme in code by overriding PreInit.
Is there a way to set the default colors so that I can make the page default colors match the ones in my theme so that I won't see the trasnistions when the page paints? Or is the a better way to set colors so that the pages look nicer?
View 1 Replies
Dec 13, 2010
I fill a textbox with a value, say "22". I modify it manually to "300". When I want to store this value in a variable (on button_click), it's still "22". I can't figure it out why this is happening ?What am I doing wrong ? I tried using
[Code]....
View 7 Replies
Jan 25, 2010
I am using page handler using the code below:
[Code]....
It works just fine in IE but if Firefox, it gives me the name of the page handler name instead of the excel file name.
View 2 Replies
Feb 18, 2011
I am building an application in Asp.Net 4.0 (Web Forms). I have used the feature of Routing introduced in this version of Asp.Net (4.0).
I have a few routes declared in my global.asax file. My problem is as long as the number of parameters (placeholders) declared in the route are different the right route is selected. But the moment the number of parameters (placeholders) declared in the route are same there is a clash and the Routing engine selects the wrong route. The only way I found was to use a Constant with one of the clashing routes to distinguish between the two. But I am sure there is a way out of it; I also tried using Regular Expression but still it selects the wrong route.
[Code]....
The last two routes have the same number of parameters so I tried to separate the second last route by adding a regular expression, but in vain.
View 19 Replies
Sep 9, 2010
How can i choose what button is activated when a user presses Enter after for example filling out a textbox?
View 2 Replies
Aug 27, 2010
I'm working on an auto-fill feature for a form. Everything works perfectly except for filling in an image beside a file upload control. I know you can't set an upload control, so I'm setting the imageurl with the path and using that instead. The problem is, when I add the path in the code behind, it's messing up the space character (%20) in the path.
for example what should be:
file:///S:/Projects/Bulletin_Mugs/CBProject/Brown,%20john%2012-11-1981.png
becomes:
file:///S:/Projects/Bulletin_Mugs/CBProject/Brown,%2520john%252012-11-1981.png
Here's the relevant code: [Code]....and here's the path as is in the database:
S:/Projects/Bulletin_Mugs/CBProject/Brown, john 12-11-1981.png
View 6 Replies
Jan 26, 2011
So I have an ASPX page. the only thing i am doing is creating a XPS/PDF report to be sent to a customer. everything works well but now we have a bunch of customers and people are hitting the page quite a bit and we got a complaint about wrong data being in the report. i can reproduce this when i hammer the aspx page with like 10 reports at once. I will see the 2nd persons data in the first persons report randomly. is there something going on with cacheing or is it using the same instance of the page when the 2nd request comes in while the first report is getting generated?
View 6 Replies
Jul 27, 2010
I have a page with simply a heading with logo image that is sensetive to click and redirects page to other page. in the middle page I have two text boxes to enter login information, whenever I push enter after filling each textbox it fires the event of logo and redirects to other page. Any kind of setting on page should be done? does page have any default event for enter key? how can I change that?
View 5 Replies
Oct 23, 2010
I am doing project in asp.net(3.5),c#.net and sqlserver2005 I am using cross page posting property from reviewsubmit.aspx page to principalauthentication.aspx, and to get the values to other page i am using get propery, here the problem is when i am posting details to other page from there i am submitting to db. if both users logged in at a time and submitted, second submitted user previouspage values coming as first submitted previous page values. what should i do, how can i resolve
View 5 Replies
Jan 12, 2011
I have two search textboxes and two corresponding buttons on my web page.One of the textboxes is a default textbox coming from the .master page and the other one is local to the page.Now,when I enter some text into the local textbox and press enter, the event of the master page button gets fired instead of that of the local button.How do I fix this issue? I tried to shift focus to the local button and on the text changed event but the master page button event is always the last one which is getting fired. I tried changing both the buttons to LinkButtons but then enter doesn't work!A
View 2 Replies
Mar 8, 2010
I have a page with some controls and a next button. When the entered information does not match the database values, an error message is displayed.
After seeing the error message, the user enters correct data and clicks next. The code behind the next button makes the error message empty and invisible and goes
to the next page. On the next page the user clicks the browser's back button. The previous page is displayed with the valid data and the error message showing.
I had expected the error message not to be displayed.
View 2 Replies