Tagged Questions

2
votes
6answers
79 views

Architectural Design DAL Layer

I am working on architecture of mid sized web application & for my DAL layer i am having 3 options 1) Traditional Stored proc Based Architecture (Using NTiers Template of Codesmith) 2) LINQ To …
0
votes
1answer
21 views

ASP.NET AJAX: How can I send information to the client from server-side.

The page has already run its' initialise/load sequences etc but then catches an event. How can I then send value(s) from this event to the client. That probably doesn't make much sense, hopefully …
0
votes
1answer
12 views

ASP.NET Webapplication unavailable on Live Environment - How to troubleshoot

I have a asp.net 3.5 web application which is deployed on server 2003 and IIS 6. After running fine for a few weeks it goes "Down" and by down I mean that when I try and access it the browser looks …
0
votes
2answers
32 views

ASP.NET 3.5: Refresh some values in a UserControl when some action is performed in another UserControl

OK, this is my situation; I have a MasterPage. On the left hand side is a UserControl for navigation. In this UserControl I have another UserControl which shows details for the current "active" …
0
votes
1answer
20 views

Custom control uses DataSourceId

I am attempting to write a custom control. I want to allow its user to specify a DataSourceId (much like GridView, Repeater, etc.). I can get find the DataSource that corresponds to the id. And I can …
1
vote
1answer
53 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 the app pool first …
1
vote
2answers
85 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 Silverlight charting object …
0
votes
1answer
60 views

How to implement face recognition in an image in .net 3.5?

Hi all, I need to implement face recognition like in orkut album. In my website when a user uploads a photo and checks the photo in album I need to implement the feature and place rectangles over …
0
votes
1answer
18 views

IE6 UpdatePanel Must move mouse to refresh after async call

So we are using IE6, and can not migrate to any other browser. So our application is having issues where after we have a postback inside our updatepanel. The browser looks like its resetting the DOM, …
1
vote
1answer
25 views

What will be the event name for checkbox checked event while using ajax trigger asyncronous call ?

<asp:ScriptManager ID="ScriptManager1" runat="server"/> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <Triggers> <asp:AsyncPostBackTrigger …
0
votes
1answer
34 views

User control question (Not working right)

I have a user control (a country selector, select a country and it populates a 2nd DropDownList with the states/regions for that country without reloading the page). The control works fine if there's …
0
votes
2answers
54 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 takes approx 2 mins to …
0
votes
6answers
71 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" runat="server" …
0
votes
1answer
16 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 this blog have a …
0
votes
2answers
36 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 work when postback …

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