Tagged Questions

0
votes
2answers
63 views

Strange HttpException that’s driving me nuts

Im trying to list all categories in a VPP-folder using a module from Meridium called FolderBrowserProperty. It works perfectly locally and on our company's remote test site, but on the live site we …
0
votes
1answer
10 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
56 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 …
1
vote
2answers
47 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
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
17 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
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 …
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)?
1
vote
1answer
16 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
50 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
2answers
32 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 …
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 …
0
votes
0answers
63 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 DataPager do not …

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