Enter Keywords:
1 - 10 of 2422(0.034 seconds)
Sort By:
 
For every row I pull up, there is either a URL, or a Filename, but never both. What I am trying to do it create a link to the available one. How do I do this?
Zones: ASP.Net ProgrammingDate Answered: 06/28/2005 Rating: 8.4 Views: 0
I have a gridview of a table in my database when you select a row on the gridview it brings up a row on top of the page to edit that row. The nulls in the database are showing up as   in the c...
Zones: ASP.Net ProgrammingDate Answered: 08/25/2005 Rating: 7.2 Views: 0
Hi Everyone, I've been using .Net for awhile now but I'm new to this Gridview critter.  I want to format the two date columns which are currently in a mm\dd\yyyy hh:mm:ss format into just a mm\dd\...
Zones: ASP.Net ProgrammingDate Answered: 01/01/2006 Rating: 8.0 Views: 0
I am creating a webform using asp.net 2.0 that list invoices for customers based on search criteria that user selects or enters. The scenario is that when a user wants to search for invoices th...
Zones: ASP.Net ProgrammingDate Answered: 12/03/2005 Rating: 6.2 Views: 0
I asked this question before and Edwin_C gave a detailed answer at: http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/ASP_DOT_NET/Q_21625756.html However, I'm still in...
Zones: ASP.Net ProgrammingDate Answered: 12/04/2005 Rating: 9.6 Views: 0
This is not really a “sort” question. I’m not really sure how to ask this. The column sorting works fine. The problem I have is that after a gridview is sorted the view goes to the top of the page....
Zones: ASP.Net ProgrammingDate Answered: 12/21/2005 Rating: 8.0 Views: 0
I have a datatable filled with data from the database.  I then transpose the rows into columns because the business requires it for display purposes.  What I need now is a row of checkboxes so that...
Zones: ASP.Net ProgrammingDate Answered: 01/09/2006 Rating: 9.8 Views: 0
I have a gridview with template columns, and in this template columns in edit mode i have textbox. The problem is that i want to access this textbox when the update event is fired, in the same way ...
Zones: ASP.Net ProgrammingDate Answered: 03/22/2006 Rating: 7.0 Views: 0
Protected Sub Set_Param(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs)         sqlSearch.UpdateParameters("UpdateSSN").DefaultValue = gvSearch.SelectedRow....
Zones: ASP.Net ProgrammingDate Answered: 01/12/2006 Rating: 9.8 Views: 0
I'm new to ASP.NET 2.0, and need some hints to get me started on a web site I have to develop. I need to make a simple business directory listing website with only two pages - a start page and a re...
Zones: ASP.Net ProgrammingDate Answered: 01/26/2006 Rating: 8.6 Views: 0