Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

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

 
Time Tested ASP.Net Programming Solutions: 176 - 200 of 12856
 
Hi expert i need to update a row programmatically i use the gridview_updating handle but i don't how to retrieve the value edited how can i do that it's quiet urgent, thank you in...
Hi all, I am working on a application ,in which i need to implement some logic related to keypress event for textbox. My criteria is; on entering some letter in a textbox,without making t...
hi, i am using __doPostBack to force a postback on my user control.  unfortuantely, i don't know of any event i can modify my Telerik RadGrid other than the ones listed below, and if i try ...
Greetings to you i'm using ASP.NET , C#.NET 2008 I was trying to Displaying the Files in a Directory using a GridView to  do mange server file . like view and delete .. i was make GridView...
I wonder if someone can help me track down this problem - when running from within VS2008, there are no issue. When published, only Default.aspx has issues - if I bypass it, everything works f...
I get a weird error below when the constructor is invoked. The error started to appear when we migrated our web application to a new set of servers. The description for Event ID ( 0 ) in S...
I have problems getting the Formview control with two dependent dropdownlists to work in Edit Mode. I have say dropdownlist A and dropdownlist B where Dropdownlist B is dependent on dropdownli...
Hello, I am trying to build a Gridview that has a HeaderRow that consists of both a Text label and a DropDownList right below it for filtering.  Is there a better way to get both of these i...
I have sorting = true on a gridview and I'm getting an error   The GridView 'GridView1' fired event Sorting which wasn't handled The datasource is selected with the following code      ...
I do not see the Calendar Extender events in my vb.net code behind which would allow me to code special actions against the event.  I want to catch the selected date value and set it to the te...
Hi, I have several User Controls created in my application that i need to be able to load dynamically.  I have one .aspx page called WindowOpener.aspx which is basically a holding tank for ...
Hello,  Can someone help me with regular expression. I would like to accept following inputs for phone number field: 748-451-1425 or 451-1425 or 8-1425 Thanks,
Hi there, I'm trying to use the MaskedEditExtender to validate the user input dates.  My problem is that the dates need to be in the YYYY-MM-DD format and the MaskedEditExtender doesn't see...
I am using an SQL database in my ASP.NET application. I want to edit/insert new entries to the database using detailsview control. I might not enter information into all the fields, for exampl...
Hi experts, I tried to add request parameter to the PostBackUrl. But I get always an error. I tried following: <asp:Button ID="Button1" runat="server" Text="neue Absenz erfassen" CssClas...
The page, as usual, consists of header, footer and navigation menu on the left. The main area of the page is divided into two parts: Upper Area A and bottom Area B. For certain reason, I...
Greetings all I have the following scenario: A listbox that display various titles, with details in a panel alongside. There are buttons to Insert, Edit, Save and Update (the database). ...
Hi I have a gridview that has a custom pager template. I also have some code in the page that creates some numeric links dynamically and adds them to the pager template and handles their ev...
Hello all.  I am having trouble with this.  I have a page where I have a Submit button which is does validation and then does an update to the database.  I have tried the following and both do...
Hi, I just build a website that interacts with Microsoft Office Excel on the client machine. It works perfectly fine when I run it, however attempting to run this automation on my FTP site ...
Hello experts, in my Asp.Net (Vb.NET) web application I use currently the following line for formatting a number ---    <asp:Label id="lblNum" Text='<%# DataBinder.Eval(Container.DataItem...
I have a form that has two fields initially I want to pull up a url address using javascript with parameters from the form that contains the link. the textbox fields are named "RecNoA" a...
I've built a simple page with a databound GridView within an AJAX .NET UpdatePanel. It works great, including paging, sorting, etc., until an asynchronous postback (such as a button click) ...
Im using window.showModalDialog to open a popup window. In save button, I wrote code in code-behind for updating database and close that popup. ClientScript.RegisterStartupScript(this.GetT...
Hello Experts, i have a mail server for my web site ( mail.Mysite.com) . it used to work fine. since last week i am getting an error whenever i am trying to send emails or even bring in order...