Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top ASP.Net Programming Solutions: 76 - 100 of 1972
 
I have been working from numerous articles and my own code to produce a gridview that will allow inserting.  However, after working with this for about 3 days, I have run into problem.  The ac...
How can the user choose to sort on, for example, shoe_name first and shoe_size secondly? (The SortExpressions in the columns cannot be hard coded. The user must be able to decide sort order...
I'm trying to do a multi-select multi-file upload for my web site for images. Right now, I have an aspect where I can select one file at a time. Then perform an upload. But that can be time co...
I'm trying to obtain a value from a database in code-behind and pass it to a hyperlink inside a gridview to dynamically create a "click to" link.  Every time I try to use the variable from cod...
Hello experts, I am desirous to be able to have website users send text messages to my website.  I know how to send text messages from the website to mobile phones, but I am clueless as to ...
Hi there,   Please help. I've developed a website in ASP.NET. It works OK on my local machine. However when I decided to upload to testing server, well bang !, it all went pear shaped after...
Hi I need to build a gridview control with a fixed header and scrolling contents - I have most of the code written but I would like to create a web user control from this - I do not want to co...
Hi, I'm trying to teach myself asp.net. I have the following code below using c#. I'm trying to find out how I add an onclick event so that when a user clicks on the listbox or combo box...
When I try to run my web application in Visual Studio 2008, I get this error in the browser. I know it has to be something simple, but I just can't get around it. The current identity (IIS ...
Hi {[{"id":"15","city":"City X"},{"id":"16","city":"City Y"}]} is the return JSON string from BindCity. city2 is the asp drop down list, id is value, city is text The following Ajax...
I have a table in an mssql db containing a bunch of users, each of which has a phone number, fax number, mobile number and extension. In my ASP.NET site (I am a VB man) I need to bind a drop...
I've downloaded SQL2008.AdventureWorks_All_Databases.x86.msi from the CodePlex website. I haven't installed any previous AW databases. When I run the installer, it gets to the page where I ...
I am converting a website to use typed datasets and have run into a problem trying to insert NULL into a dateTime field.  I have a user input field for a project end date that is not required....
Hi all, I'm looking to restrict access to pages in my ASP.NET C# web application to only those users who are logged in. I'm SSL enabling an Admin folder, but want to have the login page in her...
Hi, How can I set the default of a dropdownlist to one of values in sqldatasource? <asp:SqlDataSource1 selectCommand="select type from listtype"> Which has the following values, open, c...
I'm having a heck of a time figuring this out.  I've created a WCF web service.  currently it has one function that returns an Enumeration.  The problem is that I am not able to get it to work...
I'm trying to set a asp.net label's visiblity in javascript.  When user clicks a button I'm validating a dropdown's value then allowing/disallowing a popup and then setting the label's visibil...
I need to make a javascript that hides some tabs in my ajax:tabpanel if one spesific tab is clicked. Se attached code. Here I try to hide "tabRead" if "TabInbox" is clicked. Thanks for you hel...
I have a ASP.NET (3.5) page that contains 18 checkboxes where users can choose what interests they like most. When clicking "Save" I need to display a error message to the user if more that 5 ...
I have a ASP.Net Page which contains a date of birth Text Box and a Age Text Box.  I want that when the user enters the Date of Birth the  age is automaticaly imputed in the Age Text Box.  Usi...
I want to be able to modify the JavaScript onclick attribute of a LinkButton control on the client-side. In my case, the LinkButton is rendered with onclick="doit();". I need to be able to ...
I made a search page in ASP.NEt and when I run it in safari or Firefox its all fine But when i run the same page in IE these are the following issues 1. Nothing happens on a button click. I...
How can I export an aspx page to excel? I use ASP.NET and VC#. Does it has any full source code example?
I've seen several different ways to go about my task, but the one I have included is the one I understand best and will suit my other needs.  Here is the link to the site I found the info on h...
Hi all, I'm hoping you can help out with a problem I'm having relating to the slow performance of an ASP.Net page. I've included the full source code, but the real guts of the problem is detai...