Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~8K People Reached
Favorite Forums
Member Avatar for pavankumarr

<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>

Member Avatar for LastMitch
1
5K
Member Avatar for pavankumarr

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 …

0
69
Member Avatar for pavankumarr

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 …

Member Avatar for catherine sea
0
111
Member Avatar for pavankumarr

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 …

Member Avatar for nakor77
0
244
Member Avatar for pavankumarr

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

Member Avatar for iamthwee
0
85
Member Avatar for pavankumarr

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 …

Member Avatar for pavankumarr
0
2K
Member Avatar for drewpark88

Hey guys, What would be the easiest way to retrieve Google Analytics Monthly Visitors & Pageviews? I just want to display them in text for my website like: Visitors this Month: 1,222 Pageviews this Month: 3,433 If you have example code or a link to a tutorial that would be …

Member Avatar for pavankumarr
0
254
Member Avatar for pavankumarr

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

Member Avatar for pavankumarr
0
196
Member Avatar for pavankumarr

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

Member Avatar for alamimranster
0
101
Member Avatar for pavankumarr

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 …

Member Avatar for dnanetwork
0
60
Member Avatar for pavankumarr

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

Member Avatar for skyboy
0
101