Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:698986
More Search Options
RSS Available
Matching Posts
create a setup file which can copy a dynamic folder from the setup file folder (users machine) to Application folder.
I need to create a setup file which can copy a dynamic folder from the setup file folder (users machine) to Application folder. Ex: I have Setup.exe and images folder(which is different from user to user). Now when user executes Setup.exe this should even copy images folder to Application folder in Program files. Please suggest me a way to achieve this.
Posted to
Installation and Setup
(Forum)
by
anilperugu
on 6/11/2009
HttpHandler to handle Heavy load
In my project(Ad Tracking system) i am developing HTTP Handler to handle huge number of requests (say 1000 per second). as a response i need to return html code to display ad in the publisher site. How can i make this handler capable of handling such huge number of requests. Please give me your valuable suggestions and examples... Thank you
Posted to
HttpHandlers and HttpModules
(Forum)
by
anilperugu
on 6/8/2009
Filed under: HttpHandler
Re: Unable to debug asp pages in VS2008 on Windows server 2003
Hi Darrell, Thanks for your quick reply. I have already installed SP1. And also I am working on Windows server 2003 and not on XP. I have tried attaching w3wp process to debug script however i am not able to add debug point in file. Please help me...
Posted to
Visual Studio 2008
(Forum)
by
anilperugu
on 5/13/2009
Unable to debug asp pages in VS2008 on Windows server 2003
Is there any way to make debugging classic asp work in windows server 2003. I have installed Visual Studio Team System 2008 SP1. Please let me know as I am facing this problem.
Posted to
Visual Studio 2008
(Forum)
by
anilperugu
on 5/12/2009
Filed under: Unable to debug asp pages in Windows server 2003
Re: EditItemTemplate in usercontrol,GridView??
I did not tried tis till now but check if can do in this way Have one property in usercontrol to read page name. in .aspx pages set the user control property to the name of that page to know page1 or page2 in .ascx. In .ascx in gridview in row editing or row command event use gv.findcontrol to make it disable
Posted to
Data Presentation Controls
(Forum)
by
anilperugu
on 10/22/2008
Re: Problem in destroying session variable
Best thing use forms authentication. or else use session.clear and Session.abandon in log out page and add this javascript code in the .aspx file(logout page) window.history.back(1);
Posted to
State Management
(Forum)
by
anilperugu
on 10/21/2008
Re: how to access child page control (check box) in master page
Or the best way and simple is u can get from FindControl Method of the content place holder in master page like below In Button click bool IsChecked = (( CheckBox )ContentPlaceHolder1.FindControl( "CheckBox1" )).Checked; Reference: http://interviews.dotnetthread.com/2008/10/how-to-access-child-page-controls-from.html
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
anilperugu
on 10/21/2008
Filed under: access child page control in master page
Re: how to access child page control (check box) in master page
U can do like this .. Put one Hidden control in Master page. Then in child page Page_Load Event handler (( HiddenField )Master.FindControl( "HiddenField1" )).Value = CheckBox1.Checked.ToString(); Then Master Page Button Click even write below line. bool IsChecked = Convert .ToBoolean(HiddenField1.Value);
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
anilperugu
on 10/21/2008
Filed under: mater page, passing values between pages and master page, child page
Best way to store data upon login
Once the user login to the website I need to get data like UserID, DisplayName, LoginID, UserType, RoleID and RoleName And I am storing them in different sessions to carry the values through out the site. I am not using Forms Authentication. Can any one please suggest me the best way to store these values and retrive them. I am not intrested with Sessions. And also I need to take care of security issues here.
Posted to
Security
(Forum)
by
anilperugu
on 10/6/2008
Filed under: SessionState cookieless cookies viewState, State management, ticket, httpcontext, form based authentication
Re: MySql + C#
Hey, Why dont u use MYSQL .NET connector which you can download here : http://dev.mysql.com/downloads/connector/net/5.0.html Install it and add refernce to ur application them u will get using MySql.Data.MySqlClient; And all class and methods.....
Posted to
MySQL
(Forum)
by
anilperugu
on 7/24/2008
Filed under: mysql, Mysql .net
Page 1 of 7 (62 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online