Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ASP.Net Programming Solutions: 8176 - 8200 of 13167
 
I am trying to find the best way to design an ASP.NET 2.0 webform GUI  for entry a table of multiple rows to a system. I have created a table and plan to use gridview. But how can that be done...
I have a ASP.net page page1.aspx and I have a save and Exit button. Once this button is clicked data is getting saved. Now when that button is clicked it should close Page1.aspx and refresh...
I have a drop down list, a List Box and a Label on an ASP.NET forum. The dropdownlist is populated from my database.  It is populated with a list of Categories.  When the user selects a cat...
minRequiredPasswordLength="4" setting is being ignored when I run the fragment of code below against ADAM instance installed on Windows 2003 server.  I get the "membershipcreatestatus.invalidp...
I have a JS function that fire onchange event in dropdown. The thing is when page load, this dropdown value change, so it will fire the JS function when page is load, which i dont want. I ...
How do you prevent a web page from being loaded in an <iframe> on another site?
Hi, I'm trying populate a text box with the selected item from a drop down. I am working in VS 2003. This is the code I currently have, but it's not working:   Public Function LoadDropDown(...
Hey experts,  I have code that sends a mail message in .NET 1.1; I am changing it to 2.0, and I got stuck on the following: newMail.Fields.Add("http://schemas.microsoft.com/cdo/configura...
I am trying to display a series of images from a SQL database, in a sigle row in the following page where (PLACE IMAGES HERE!!) is on the page transaction_new_photo.aspx.  I have included the ...
I need to create a link on a page <a href=>Display Name</a> when I click on the above link all the names have to be displayed and the original i\ link   now vanishes from the page and it d...
what I can use instead of instead of edititemindex for gridview it doesn't like that, I had that for datagrid. GridView1.EditItemIndex = current_row GridView1.EditItemIndex = -1
When I use the login controls and the ASP.net Configuration wizard to add Roles and Users it creates an Express database automatically. I need it to create an Access database instead. Can you ...
Beginner who is recieving "End of Statement Expected" error. This most likely has something to do with the regular expressions involved in the VALUES statement. I simply copied what the ins...
How do I access a user's session object from code in the Global.asAx page? I want to be able to set certain values to the session, so that asPx pages within the same request cycle can use thi...
Hi I have read through the  wicked code SqlSiteMapProvider. http://msdn.microsoft.com/msdnmag/issues/05/06/wickedcode/default.aspx I dont really know how to connect this with the menu c...
How can I get the handle of an object that is in my MasterPage?  I need to change the "src" properties of an "iframe" tag.  The iframe tag is visible=false in the MasterPage. Depend of a part...
VS2005, VB Background: I have a datalist.  I have an itemdatabound method for the datalist, and it works great--it fires correctly and everything.  Problem is that I don't want to use <%# ...
i  have this code.   the radiobuttonlist automatically breaks instead of staying on the same line.  is there a way to keep the text and my radiobuttonlist all in 1 line? Did you leverage any ...
hi experts: I m using MS 2005 with .net 2.0 my app save  file into database table in binary type, and then i will retrieve it to open and view it. Everytime work ok. But  i found that now...
I have an asp.net page with an asp table which has td elements with onclick events. When the cursor hovers over those items, it's goes to the default cursor instead of a hand. How do I change ...
Anyone know how to add a GUID parameter in the code-behind to an objectdatasource?
Hi Experts,     I'm new to .Net 2005. I have create a web control library. In that control libraray, I have create a buutton object and trying to trigger an click event for the button. Please...
Hello Experts, I just recently began creating ASP.NET pages and am running into what seems to be a newbie issue and I am sure it has an easy fix.  I have created a few pages to send an emai...
VB.NET, ASP.NET.  .NET 2.0 I guess this is an easy beginner question.  I can't find the ComboBox control. How do I drop a ComboBox control to my ASP.NET page (with a VB.NET code behind p...
I am having trouble with postback data for a composite control.  The control is esentially a texbox, but can be a label if the ReadOnly property is set to true.  On postback, I can't seem to g...