Tagged Questions

0
votes
1answer
55 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
33 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
0answers
7 views

open the files(.TXT/.WRL/…) in browser without showing the open/saveas dialog box

Hi, we have files(externsion of the files is .TXT/.WRL/...) in IIS6.0 server, and wanted to open in browser using ASP.NET2008. My problem is that it always shows the open/saveas dialog, but what I …
0
votes
1answer
9 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, …
0
votes
1answer
16 views

(ASP.NET 2008) opens the file within browser rather than showing a Open/SaveAs dialog

Hi, we have image files in IIS6.0 server, and wanted to open in browser using ASP.NET2008. My problem is that it always shows the open/saveas dialog, but what I wanted is, it should open the file in …
0
votes
0answers
5 views

asp.net gridview edititemrow controls

In an edititemrow of a gridview in asp.net, how do I set the visibility of a textbox based on the selected index of a dropdownlist (that's in the same edititemrow)?
0
votes
1answer
13 views

Customize ASP.Net Ajax Framework

When I use a script manager in Web Forms web applications, where does ASP.Net load the Ajax framework from? (You know the one that provides the $find, $get functions). I'm looking to replace the …
1
vote
1answer
15 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
2answers
31 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
vote
2answers
44 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
0answers
18 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 other one. The other …
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 …
1
vote
0answers
21 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
54 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 deal with name …
0
votes
6answers
54 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" …

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