How to find the AVG of two numbers (as Parameters via TextBox) using...
There are two TextBoxes to input numbers, a Button, and another TextBox for displaying the "AVG" of the two numbers. The user enters any two numbers via the TexBoxes, and on button-click, the "AVG" of...
View ArticleClientScript.RegisterStartupScript renders empty
Hi for some reason thisRegisterStartupScript callrenders empty public partial class VMdefaultTest : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { PopulatePageVariables();...
View ArticleCreating a .cs c# file connecting to a stored procedure
Hi I'm still rather new and cannot write from scratch it seems. I've tried compiling types of requests etc and code I've seen however it does not work. Wish I knew how to do this stuff perfectly......
View ArticleWhy AutoPostBack="true" of CascadingDropDown causes the web page crashes?
Hi, I follow this link : http://www.netrostar.com/Tutorials-207-How%20to%20create%20ASP.NET%20cascading%20drop%20downto implement the CascadingDropDown feature to my web form project, when user click...
View ArticleFilter GridView with multiple controls (textboxes, dropdowns and checkboxes)
Hi guys,I have done a filter with these controls (textboxes, dropdowns and checkboxes). But Im sure that Im doing it wrong since there is a lot of IF statements.I wonder what is the best way to do a...
View ArticleCheckbox List with Javascript
How can I check all the checkboxes based on if a main check box in Javascript? I have a main check box called northMain. Then I have zip codes connected with a checkbox list. If the main checkbox...
View ArticleBest use of List views?
What is the best use of list views? I'm creating a profile page that shows user details, email addresses etcSo I created 1 listview to show/edit the user details.Created a 2nd list view to...
View ArticleWeb Page "Cant Find File"
Hi AllI have a .pdf file in my VS2010 ASP.net web application thats located in a folder off the project folder called "CV" likeproject\CV\MyFile.pdfWhen I run the Web app and select the page to display...
View ArticleSpecified cast is not valid.
dear allwhen user want to register account the display this error :Specified cast is not valid.please what it the solution<div></div> <%@ Page Language="C#" AutoEventWireup="true"...
View ArticleSystem.Collections.ListDictionaryInternal - Thread was being aborted.
I am not sure where to put this problem, but I need help. According to the users they were not getting error messages, so I set up error log table to capture the error. Error log also says the...
View ArticleSort a Property in an Object List of by Name using LINQ
I have a list with a property of Name. I want to sort the list by the name property. The name property is set up FirstName [space] LastName. How can I sort by the last name when it's set up like this?I...
View ArticleDisable Ajax accordion header
Hi,I am trying to use an ajax accordion to perform a step by step information gathering process, allowing a user to only move onto step 2 after clicking button in steps 1.I also don't want to headers...
View ArticleRun Crystal Reports for vs2008 in vs2010 without upgrade
I use vs2010 but some asp.net apps are in vs2008 version in which there some Crystal Repors(vs2008 version)Is it possible to upgrade from vs2008 to vs2010 but keep Crystal Reports in vs2008 version?...
View Articlepreview pictures in image tool
I want to change the pic if the user press on the image button i add the pic to local resource :but the picture doesn't change:(Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As...
View Articlehttp 404 problem
Hi all,I'm having a hard time with this 404 file not found problem. I was trying to post a picture of the error from photobucket but it didn't work. And I still need to explain the problem well....
View ArticleMaster Page Layout
I know this question may sound elementary but I am a trying to learn ASP.net. I am designing a master page and I cannot get the layout the way I want it. I have a 3 divs called "Header" "Footer" and...
View ArticleHow to email the contents of a registration form to a specific email
If I have a user register on this page signup.aspx, I want to fields to be emailed to the admin so that they can manually set up the new user. The user will not be able to use their membership until...
View Articlehow P2P application work for the WAN area.
can we make P2P application for the WAN?how they P2P work behing firewall security?are,how it work into the WAN wrea.I want to share the outlook folder computer to computer.one copuet is in 1 LAn and...
View ArticleWIF Single Sign On - Back button
Hi,I am looking into implementing Single Sign On within my asp.Net applications using Windows Identity Foundation and closely following the demos that came with the SDK.Everything appears to be working...
View Article