asp.net

ASP.Net 2.0 webservice InvalidOperationException Request format is unrecognized for URL unexpectedly ending in

I have hosted a webservice in IIS 6.0/ASP.Net 2.0. The webservice used to work well. After a recent build its not working. The webservice works fine when browsed in the same server where it is hosted. If browsed from any other machine it throws an error.The event log contains the following information. Exception information: Excep...

Setting image using a method but image's not displaying

<div class="sp1" style="background-image:url(<%#GetImage()%>);" runat="server">&nbsp;</div> Tested my method by assigning the String(containing my image's path) returned by it to a label..its getting the path alright..then why wont it display when I run the code? when I viewed the page's source..this is what I see.. <div class="sp1"...

how to validate password

how to validate password> please explain briefly ...

How to add persistent dynamic controls based on user input (not on intial page load)

I am familiar with creating and persisting dynamic controls on the first load of a page and on subsequent postbacks but I am having trouble with the following user initiated scenario... In my demo I have a placeholder, two buttons and a literal <div> <asp:PlaceHolder ID="phResponses" runat="server" /> </div> <div> <asp:Button I...

How do I make ProcMon show activity by the ASP.NET impersonated account?

I'm trying to debug a file permission problem. I'm running ASP.NET 2.0 on Windows 2003 32-bit standard edition. ASP.NET 2.0 is configured to impersonate my web sites anonymous accounts. In my machine.config file (in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG) I have: <identity impersonate="true" /> I know that ASP.NET reque...

Showing number in 2 decimal places in gridview

Hi Everyone, i have one Gridview in my .aspx page.i am showing dynamic data in this grid.how i will show the float or double number in 2 decimal places in gridview. thanks in advance ...

How to remove Main Domain cookie from Sub Domain

is it possible to remove Main Domain cookie from Sub Domain ?I am using single sign on .On logout i want to remove the maindomain cookie ...

when i try to upload a file i got the following error(Request for permission)..

Hi all This is the error: Error uploading file: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Cultural=netural, PublickeyToken=b77a5c561934e089' filed Where i'm going wrong? thanks saj ...

Google Map V3 Not Display on Windows Mobile Emulator in VS2005 Mobile Web Application

Hi! I am trying to Develope Mobile Web Applivcation in VS2005(Also try in VS 2008) to show Google Map on Mobile Web Page,But Google Map not diplay on the Emulator provided by dotnet so what is problem? please can any one replay for answer ? Thanks in Advance! ...

DFS Locking ASP.Net DLL's through FTP

Hi everyone, I am having an ongoing situation where when I try to upload files via FTP that I get an error that the DLL is locked and currently cannot be overwritten. This is only DLLs that this is happeneing to and normal files (aspx, ascx, css etc) can be overwritten fine. Our Setup We have 2 webservers that are kept in sync via DFS w...

Regular expression validation control stops working when embedded in a CreateuserWizard control.

I have a text box that is intended for an Email address. I am using a Regular eExppression validation control to validate the email address. When I place the following lines of code in a blank web Form, the validator works properly. <asp:TextBox ID="Email" runat="server" CssClass="DefaultTextBox TextboxWidth" MaxLength="80"></asp:TextB...

Kentico CMS & Campaign Monitor

Just wondering if anyone has any pointers on how to integrate campaign monitor with Kentico CMS. Kentico has its own built in newsletter signup but I want campaign monitor to be updated when a user suscribes. I tried simply modifying the aspx page with a campaign monitor html form but when I try and submit an email address nothing happen...

Automatic calling functionality (Dialer + IVR + Text to Speech)

Hi friends, i have a scenario where i have to use the automatic calling functionality using VOIP (Diagrammatically). I need a system or dialler that will automate the process of dialling and get response through the system. We need a tool that could be able to dial by itself (we don’t have any agent interaction) the given number and wi...

How to assign dropdown selected value to a hidden field

i have a dropdownlist control in asp.net which resides in a user control .The yuser control has a updatepannel .I want to set the dropdown selected value to a hidden field .How will i do this in javascript /Jquery .I don't want to use server code ? ...

ASP.NET Voice Recognition Application

. Dear All, We are working on an ASP.NET Voice Recognition Project. The application is mainly aimed in training the end user in English Language. Here we need to capture the voice of what the logged-in user speaks against a displayed image. For example we need to capture & send the recorded voice of user “A man is dri...

Check a CheckBox using Membership ASP:NET

Hi, I have a GirdView listening all Users active in my system using ASP:NET Membership. I would like have a CheckBox that could be SELECTED or NOT depending if a specific user is APPROVED or not. With event handler RowDataBound, my script does not work. Any idea to selected the CheckBox in the appropirate case? Thanks for your time :-) ...

ASP.Net/SQL dynamically add Drop down list items based on the value of a Session

I'm trying to add items to my drop down list depending on a Session or String Session("number_slept") = "8" or strNumberSlept = "8" So if that equals 8 i want to show 8 drop down list items and if it's 2 then only show 2 items etc. but I can't figure out how to do this Any ideas Thanks Jamie ...

HttpContext.Current.Application during load balancing

I wanted to understand the behavior of HttpContext.Current.Application during the load balancing. I have read that session can be stored in disk hence can be retrieved from different servers. Is this true for HttpContext.Current.Application also. Does the key\data stored in one machine is accessible in other different machine too? Ple...

NHibernate beginer examples

i'm beginer of NHibernet. i search many web site for simple NHibernate program,that program have some error,,so need help for NHibernate setp by step processing.....please any one help me.... ...

Plain text from database

I have used ckeditor in my application which enables the user to store the data in db in form of tags like br> bold i> etc but i want the data to be populated in the datagrid should be a plain text irrespective of any styles. ...