- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
11 Posted Topics
<head runat="server"> <title>Untitled Page</title> <script type="text/javascipt"> function startDownload() { var url='E:files\\sample.pdf'; window.open(url,'Download'); } </script> </head> <body> <form id="form1" runat="server"> <script type="text/javascript"> function openPopup() { popupwindow=window.open("Form.aspx",'WinName','width=900,height=500,left=200,top=200'); } s=alert("show"); s1=setTimeout("startDownload()",10000); </script> <div> <a href="" onclick="openPopup();return false" target="_blank">Click here to view Brochure</a> </div> </form> </body> ![]() | |
Hi, I want to download file(pdf) using save dialog when user clicks a link from Html Page. There is html page where i used anchor tag to open a PopUp window(aspx form) where user will enter his details and submit the details which will save in database.After submitting the details … | |
Hi Everyone, I want to write a condition for Datetime to show gridview. The condition is that the gridview has to show data for updating datas in DB only from [B]Friday 5:00pm to Saturday 4:00PM[/B] How can I give this condition.I had tried various datetime methods but i cant figure … | |
Hi Everyone, My query is regarding how to retain the text box values user has entered in textbox while going to next page(Paging) in Gridview. In Gridview I'm having six fields(columns) out of which five fields I'm binding the values from database and the sixth field is Textbox where user … | |
Hi Everyone, I want sample code for passing data in flash file and the passed data should be taken or shown as output in aspx or ashx files. Can anyone help me to solve this one. Regards, PavanKumar ![]() | |
Hi, I want sample code to validate the dates that is to be in the format YYYY-MM-DD(2011-04-21). I had created two Textboxes to enter date and one Button Control. The date format to be entered in the Textbox should be exactly like YYYY-MM-DD(2011-04-21). If user enters any other format like … | |
Re: Hi Drew, I had done Google Analytics in ASP.Net. You have to Copy the Analytics code and paste it in to your corresponding Page. How to get the code for Google Analytics: [B] 1.Log in to Google Analytics at [url]http://www.google.com/analytics[/url] 2.From the Overview page, select the account that has the … | |
Hi, I created a new Virtual Directory in Windows Server 2003 . But when i click Browse I'm getting this error: [B] System.Data.SqlClient.SqlException: Invalid object name 'tempdb.dbo.ASPStateTempApplications'. [/B] Can someone please help me to solve this issue. Regards, Pavan Kumar | |
Hi Everone!! I want to send Automated Emails every quarter to remind the user of specific task. I want to write in ASP.Net without using Windows Services. Can anyone help me regarding this. Please provide Sample code for this Automated Emails. Regards, Pavan Kumar | |
This is regarding URL I had written code for URL rewriting but I'm not getting the expected URL. When I debug, the app is going to this page [url]http://localhost:1673/Website/Default.aspx[/url] In the Default page i had given 4 links and one among them is Page.aspx/RES_ABCD?p1=123&p2=456 if i click the link its … | |
Hi, I want to disable the cache in browser using asp.net.If I click the back button of the browser the value of cache should be changed. Can anyone help on this how to do?? Regards, Pavan Kumar |
The End.