Tagged Questions

0
votes
2answers
43 views

ASP.NET background processing blocks status or UI feedback

I know this question has been asked many times, but my problem is a little different. I have page which lets user download and upload excel file. During downloading excel, it take …
1
vote
1answer
22 views

ASP.NET, SilverLight, WCF & Forms Authentication - How to configure endpoints?

I have this existing environment: 1) ASP.NET 3.5 web application 2) forms authentication with the SqlMembershipProvider I need to add the following: 1) a Silverligh …
0
votes
2answers
26 views

Creating custom ASP.NET validator

I have created a custom control and a custom validator (extending BaseValidator). On custom control I have set ValidationProperty("Values"). The problem is that validation doesn't …
0
votes
0answers
17 views

Httpcontext working problem with AJAX

I am currently using AJAX control and also using httpcontext to redirect the page if the user is not authenticated.if two users are logged in at the same time and one deltes the o …
0
votes
1answer
14 views

See ASP.Net Performce: PageWeight and Time to load?

Hi guys, I have a Ajax Postback on my site and the same values get back via PageMethods. I want to see the PageWeight / what exactly is get back, how I can do this? The author of …
0
votes
0answers
59 views

Listview/Datapager on URL rewritten pages

I am using a ListView and DataPager on a page that is url rewritten. It works fine using PostBacks, but if I use the QueryStringField property, the URL's that are generated by the …
0
votes
3answers
258 views

Server returns blank pages with asp.net 3.5 on IIS6

I have a problem with site deployed on IIS6 sever. Here the problem, when I first deploy asp.net 3.5 site to server (site is relatively small with 5 pages and 5 libraries in bin), …
1
vote
0answers
15 views

IIS7 slow appPool startup compared to IIS6

Hi all, I have recently purchased some new windows server 2008 boxes all running IIS7. I have moved some of my websites across to them, but they seem to be running VERY slow when …
1
vote
2answers
48 views

Need workaround for .Net Master Page Name Mangling

I'm evaluating converting an old frameset based asp.net website to use master pages. The only thing holding me back is the huge amount of work it will take to update every page to …
0
votes
6answers
50 views

ImageButton not hitting codebind method, but does if replaced with LinkButton

I have an ImageButton being build inside of radgridview columnn. It is defined as follows. <asp:ImageButton ID="ImageButton_DeleteRun" ImageUrl="~/Assets/Images/Misc/delete.png …
0
votes
1answer
31 views

ASP.Net Security: Wrap Requests in IHttpHandler or use RoleProvider?

I'm working with ASP.Net MVC as well as DynamicData and I need to add role-based security. Should I implement this via: IHttpHandler with custom actions that check if the user i …
0
votes
3answers
44 views

Custom phone numbers control

I have a database that stores an arbitrary number of phone numbers. There are a few pages that (should) allow admins to change these numbers and add them. I plan to create a custo …
0
votes
5answers
65 views

Using ExtJS with ASP.NET, Webforms or MVC?

Hello, For a scenario using 0 ASP.NET controls at all but rather an 100% extJS interface, what would be the advantages of using ASP.NET MVC or ASP.NET WebForms? And the disadvanta …
0
votes
1answer
17 views

.net 3.5 IIS7.5 website can not be debugged - “Specified cast is not valid.”

I'm trying to migrate an IIS6 site to 7.5, and in the IIS Manager's status section, I see "Unknown:Specified cast is not valid. (http). I've configured a base site that's just bin …
1
vote
5answers
40 views

What is the difference of webparts and websites?

i dont know the actual use of webparts , so. better to know difference with webpage ? any answer is appreriate..

1 2 3 4 5 16 next
15 30 50 per page