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...
<div class="sp1" style="background-image:url(<%#GetImage()%>);" runat="server"> </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>
please explain briefly
...
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...
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...
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
...
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
...
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
...
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!
...
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...
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...
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...
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...
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 ?
...
.
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...
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 :-)
...
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
...
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...
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....
...
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.
...