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: 11101 - 11125 of 13167
 
I have a repeater that contains an ImageButton in its ItemTemplate. I've created a delegate to that ImageButton's OnClick event. I'm not sure though how to reference the e.Item.DataItem ...
I'm pretty much a Beginner. I just wanted something simple on an ItemTemplate, just a TextBox and a Button. The user enters the ID of the record in the Textbox and clicks the button and it goe...
Looking at this AJAX  ASP.NET example from Telerik. Need advice how to make something similar with a free control tool, Any idea where to start? Examples? Have VS2008, beginner on ASP.NET
How do I add MULTIPLE events to a SINGLE day using the calendar in C#. Code below (from my study guide) uses a Hashtable. But the hashtable requires a unique key. This seems to be a problem if...
I am new to asp.net, but I have programmed for years in classic asp.  I have been looking into the membership, role and profile providers but using anything that is standard from microsoft sca...
Hi, I currently have a web application where users can enter in multi-lined text into SQL 2005.  This part works without a problem.  The part that I am having an issue with is when the data...
Hello,  I have a ul which displays five stars for users to rate content. I want to change the appearance of the stars after a rating is submitted.  My problem is that the following two line...
Our project has a standard date format of dd/MM/yyyy HH:mm that I can not change. I want to allow users to enter in a date into a textbox using the calendar extender. Furthermore, we ne...
Hello, I created a project locally using VS2008 which has asp.net 3.5.  I did a "release" version of the project and I'm trying to run it on another machine.  The other machine has IIS and ...
Hello All, I'm starting to develop webparts but I have found some issues and I need to get right guidance to solve them: 1. The downarrow that should appear besides the WebPart Title to op...
Hello, Im tring to find a control inside a master page contentplaceholder with the following:                 Dim TargetImage As HyperLink                 TargetImage = FindControl("Conten...
I'm trying to pass a value from a DropDownList, but it always passes index 0. Using codebehind files, I am passing via a querystring from index.aspx to search.aspx, but I can't seem to pass...
I have a fair amount of experience in ColdFusion but none with ASP.NET. I am trying to figure out how to include a file. I've read lots of posts that seem to say "you can't", but I'm hoping fo...
I am attempting to launch a new page from within the ItemCommand of a DataList.  I get into the method just fine and can launch the new page just fine, but after it happens the original page a...
I have 6 user control ascx pages, there is a textbox and submit button in each of them. I have a aspx page to include all those 6 user control pages. I have a requiredfieldvalidator with ons...
Hi All, I've created a Dynamic Site and referenced the dll of another project (also tried adding that project to solution) with an Entity Framework Model. The scaffolding all works fine, bu...
I need to find a company that can develop a waiting room for our website. It must be able to hold the users before creating the API calls. Any one have any experience with waiting rooms and wh...
hello, i have a sql query that takes i want to pass values from form field inputs (Session, MachineName, JobType). If i hard code the values in the query it works fine, its just not display...
I have a simple button and text box on my master page <asp:TextBox ID="SearchTextBox" runat="server" Height="16px"></asp:TextBox> <asp:Button ID="SearchButton" runat="server" Text="User Se...
Dear Expert. I am testing an ASP.NET 3.5 app.  I found there is a series of messy codes behind the root directory of my project when I run locally.  The url becomes like http://localhos...
I want to simplify the process of mapping user input to a classes public property. Currently I do something that looks like the following. dim myinfo as info1 = new info1 with myinfo     ...
Greetings Experts! I wonder if there is a way to accomplish what I have in mind, I hope someone could help me with  this. The Thing is, On one of my web pages (Default2.aspx), I have several ...
I want to get IP, hardware specification(CPU, H.D.D,Ram,VGA,M.B) of computers in LAN (local area network) with asp.net
I need to convert the foxpro .dbf file to mysql with the using of asp.net.( VB.net) can any one help me regd this. like any code snip, or any useful links.
Hi, I have 6 variables that I am needing to pass through to the next page. They are all a string type. All 6 variables are loaded into text boxes. I need these variables to pass through to ...