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?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21472441.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21539751.html
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\...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21601762.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21649802.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21651909.html
This is not really a sort question. Im 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....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21671378.html
I have a gridview with values displaying on one page. on second page i have a text box that should be populated with a one of coulmn value selected from a gridview row. i can populate the text bo...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21679300.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21685799.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21688435.html
Protected Sub Set_Param(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs)
sqlSearch.UpdateParameters("UpdateSSN").DefaultValue = gvSearch.SelectedRow....
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21694526.html