The SMTP server requires a secure connection or the client was not...
I am trying to sending email but it gives me following error.The SMTP server requires a secure connection or the client was not authenticated. The server response was: mail.thehosting4u.com ESMTP...
View Articlepage double and triple postback whne hitting enter key.
Hi. If am hitting the enter key inside a devexpress aspxfiltercontrol and in firefox and iexplorer does a double page call and chrome does 3ple call! If i put a not page ispostback then i will not go...
View Articleallow one dot or comma to be enter in javascript function
hii have a javascript function for asp.net during keypress event for a custom textbox which only allow numbers to be enter.this textbox have a property of decimalplace. which indicating how many...
View ArticleObject reference not set to an instance of an object for my .rpt file
hi, I need some help again..For my crystal report .rpt file, i am showing an error Error 1 Object reference not set to an instance of an object.C:\Users\mildred\Documents\Visual Studio...
View ArticleServer Error in '/' Application.
Hello, I'm trying to publish an ASP.NET in IIS in my own machine.... But I'm getting the following issue:Server Error in '/' Application. When try to connect to database. The images aren't published...
View ArticleAdd a value to a Text='
I am trying to add a value to <asp:TextBox ID="case_numTextBox" runat="server" Text='<%# Bind("txt_case_num") %>' />The value I would like to add is: generatePassword(6) which displayes a...
View Articlehow to send fileor attachment from user1 to user 2 i.e both are account...
higuysI hve to build an website in which user1 will send some ppt,file or any attachment to another user 2.user 2 can see that attachment and can download it.in this way i have to design the...
View ArticleVisible panel on If condition problems
I have to display a dropdownlist (inside an asp:panel control) if a user is from the U.S. or Canada , but if they are from another foreign country, i need to display a textbox instead of the...
View ArticleDelete Site.css in bundle visual studio 2012
Hello everyone, I just started using visual studio 2012 and I have a problem that is driving me crazy. I went to File > New> Web site and I created ASP.Net Web Form site. Visual Studio created...
View ArticleProblem with date textmode for textbox in vs2012 .net 4.5
Hi all,I have a problem with a textbox control which had a property textmode="date"the problem is that this textbox does not read any correct date text from code behind and showes empty field at the...
View ArticleHow to modify a Site.Master master page to include a link to aspx page in...
Hi, I am a beginer. Kindly help me in How to modify a Site.Master master page to include a link to aspx page in Visual Studio 2012
View ArticlePositioning submenu item in menu control in ASP.Net
I have menu control with horizontal orientation. Menu is not connected with database. There is only one level submenu.Submenu item is a picture. When menu item (first level item) is mouseovered -...
View Articleusing facebook and google comments on pages which requires authentication
how can i do thisfacebook cannot access pages which require authentication
View ArticleNeed to view the tags and controls used in a pre-compiled aspx page
Hi All,I have to view the content of an aspx page(html tags) which is in a dll. I have taken the page out of the dll but when i try to open it, it give me an error message as 'This is a marker file...
View Articledropdownchanged event not firing when i select first populated value later in...
Hi,I have a dropdownlist in a usercontrol as shown below <asp:dropdownlist id="ddlLanguage" runat="server" AutoPostBack="true" EnableViewState="true"...
View ArticleJavaScript inside ASPX page
Stupid and newbie question. I want to add JavaScript on my page. I am using <script> tag but the problem is that I only want to activate that JavaScript code when the page is loaded. My problem...
View Articledisplay pdf in content page
A quick question I have an asp.net page consisting av a master and content page. The content page displays links to several pdf files what I am trying to do is to display the pdf file in the content...
View ArticleHow to cache data only on page level?
Hi How to store large amount of data into cache? When User goes to another page, clear the cache? How? What is the best practice in C#? Thanks
View Articlestop the slide (using jquery) on mouse hover.
Hello,I tired below example and works fine in all browser.http://css-tricks.com/snippets/jquery/simple-auto-playing-slideshow/But i would like to extend and implement that when user mouse hover then...
View ArticleDisplaying aspx page in Modal Popup Extender from a Content Page
I have a content page with a gridview. When the user clicks an item in a gridview, I want to display another aspx page within an IFrame inside a modal popup extender. I have tried several suggestions...
View Article