0
votes
1answer
64 views
Password Recovery without sending password via email
So, I've been playing with asp:PasswordRecovery and discovered I really don't like it, for several reasons:
1) Alice's password can be reset even without having access to Alice's …
3
votes
5answers
114 views
Should I precompile ASP.NET 2.0 sites before deployment or not?
Where I work, we do a very large number very small ASP.NET apps, and it has happened a few times that sites have been deployed in precompiled format, and the app needs to be change …
0
votes
1answer
25 views
Can you create sub-applications within applications in IIS/ASP.Net
We have a global application (well out of my control) that runs a lot of sites.
I'd like to create a new application (as I cant extend etc) within a folder so it could be accessed …
0
votes
2answers
59 views
MaskedEdit Extender lost data on postback
I am currently developping an web site that require DateTime entry and I am using MaskEdit extender on the TextBox used to enter the date and time. These DateTime are used as input …
0
votes
2answers
44 views
HiddenField control maintaining viewstate
Hi,
I have a strange problem. While populating formfields, the values are maintained when clicking a'submit' button that causes the page to proceed to the next stage. I try to pop …
1
vote
2answers
908 views
jQuery Login modal popup for ASP.NET 2.o Page
Dear All,
I have an ASP.NET web page(Not MVC ) (HomePage.aspx) and another page (PRiceList.aspx).I have a login feature in my Home page.So when a user logged in the site, They can …
5
votes
7answers
143 views
How can I convince my admins to upgrade from ASP.NET 2.0 to 3.5?
I am trying to convince my web server admins to upgrade our version of the .NET framework from 2.0 to 3.5. I was wondering what are the best reasons to upgrade, from a server admi …
1
vote
1answer
92 views
Asp.Net Caching and memory leaks when removing items from Cache
So I'm trying to introduce some caching into my Asp.Net application. New data for the user is returned from the DB in the form of large datasets. Whenever a user requests data I in …
0
votes
1answer
211 views
ASP.NET with jQueryUI: text box value is getting as null in Button click event
I have an ASP.NET page where I have a button When a user clicks on the button,I will check whether the user has logged in or not.If not logged in I will show a modal popup to login …
1
vote
5answers
429 views
TextBox causes Button Postback in ASP.NET
ASP.NET 2.0, testing in FF3 and IE7.
When I hit the 'enter' button from a text box the corresponding "OnClick" event for the first ImageButton in the page is fired. If I remove …
2
votes
4answers
122 views
Dundas vs ComponentArt which one is better
Planning to buy a charting solution (for ASP.NET), narrowed down to Dundas and componentArt.
Is there a feature comparison sheet, comparing these two components?
Has anyone used …
0
votes
2answers
67 views
Button on click method entered on page refresh!
Hi,
I have a .net 2.0 application and I can't work out why a button's onclick method is run on page refresh.
The exact scenario when this happens is a checkbox is ticked against …
0
votes
3answers
51 views
.netCART Credit Card Decryption - IIS 7 App Pool and Decryption issue
I've got a site using .netCART. It's running fine in production with Windows Server 2003 and .NET 2.0. On the new server (Windows Server 2008) everything is working except for cred …
1
vote
2answers
215 views
Calling a method when a tree node is clicked in the Standard ASP.NET 2.0 TreeView
I have a treeview which i populate dynamically using an XML Datasource. The leaf nodes in the TreeView attempt to open a URL in an iframe within the page.
This all works fine, but …
0
votes
1answer
14 views
ASP.NET 2.0 application won’t compile when adding a Microsoft Report to the solution
I have a ASP.NET 2.0 web application. To that solution I add a Report (Reporting Services).
I make no further changes to that report. When I try build the application the build fai …
