2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Time Tested ASP.Net Programming Solutions: 26 - 50 of 12856
 
Hi - have a GridView to show data within a table format.  The columns are bound.  How would I make a particular column value a hyperlink? Is there a way, instead of making the asp:BoundFiel...
I have a dropdownlist populated by a dataset  and what I want to happen is when the user selects a certain value equal to 999 I want the onchange to trigger a javascript function without reloa...
We have a textbox and when we press enter we want to submit the form. But asp.net did set the focus on the wrong button so when we press enter we don't submit the form but call the wrong butt...
Hi experts, I'm having trouble handling a GridView rowUpdating event.   I have a page with a gridview like so:         GridView1.DataSource = datasets.Tables[0];         GridView1.DataB...
Hi Experts,   I'm testing some new ASP code and when you go to mortgagecreditservice.com/Default.aspx you get this error:  The error below says WRN: Assembly binding logging is turned OFF how...
I want to be able to redirect users from certain pages to other websites, but I want to define this in my web.config. I tried this but it didn't work:       <urlMappings>          <add url...
I'm trying to click a linkbutton and have more rows added to a table via server side code. I will adding controls that I can iterate through later.  Every time the link button it clicked, I wa...
I need some serious help here. I have a Grid View in ascx file. Simple Like this: <asp:GridView ID="grdFamily" runat="server"> </asp:GridView> First: I need to add columns dynam...
I have developed a site that uses both static ASP.net Textboxes and Dynamically created textboxes to hold dollar amounts.  I have also created a javascript that allows the user to type in " 1+...
Hi Guys i have the following code and i need to get the vlaues of each cell in a row on row command event. Gridview contains boundfield, templatefield(contains dropdownlist and button). I n...
The little 16 x 16 icon that displays in the address bar, favorites list, and the web page tab does not seem to be working in IE 8 during testing on my local machine. These browsers ARE dis...
Hello Experts, How can I get a hyperlink control to run server-side code with an "onclick" event? Thanks, GRCHELPDESK
How can I get the following for the current date and time:  1/7/2008 at 8:36 PM
How can I execute a command line in DOS from my ASP.Net app.  I want to execute a line on the Web server and then wait until it completes etc.
I'm having some problems connecting to my datasource within a C# script in ASP.net. I have the following commands: SqlConnection conn = new SqlConnection("Data Source=localhost; database...
Anyone know how to make a Hyperlink column in the datagrid open a new window?  And... with more than one parameter passed to it? For example... after adding data (dynamically at run time) t...
Hi there, I am using the delete command within ASP DataGrid. When I click the delete link on the datagrid, I get the following error: <<Index was out of range. Must be non-negative and l...
I'm using asp.net 2.0. Changing the timeout property of the sessionstate element in the web.config file doesn't seem to work for me. I set the timeout to 1 minute. Then I used the following t...
datagrid id="GridView1" DataKeyNames="UnitID,EquipID,WebType" 3 labels: lbl_unitid, lbl_equipid, lbl_webtype using the following to try and get the result i want---> display the datakeys...
I have a page where a user MUST select a Radio Button. When the page is first displayed there is no Radio Button selected. I thought I could use the Custom Validation Control to make a c...
I am trying to leave my home page unprotected, with certain sub directories protected (see code below).  The location sections of my web.config are not working.  The whole site is unprotected....
I need to build a dropdown listing the week ending date in the text and the week number in the value from either the beginning of the year or a specified week number up to last week.  I think ...
How can I Add/ Delete rows using client side javascript. I want to add unique values while adding rows.  Is there anyway that I can enforce some validation before adding new row. Any help will...
Below is the error in production server, Windows Server 2003. How can i fix this? Server Error in '/' Application. Could not load file or assembly 'AjaxControlToolkit' or one of its depend...
get this error every minute and makes some of my asp.net apps to fail The Open Procedure for service "ASP.NET_2.0.50727" in DLL "C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll"...