-
Hell all, I need to connect a column to a textBox, one of my columns is HyperLinkfield and I want when I click on it , it shows me the content of other column in the text box. how do I bound the textBox to a column? I'm new to asp.net , please help me
-
Hello, I am using a AJAX CollapsiblePanelExtender within a gridView on a webpage. The page also contains a fieldset with some labels, a dropdown, 2 textboxes and a "submit" button. Whenever
the collapsible panel 'Plus' button (to expand) or the 'Minus' button
are pressed - the...
-
Hi, I'm newbie in ASP.Net. I'm creating a datasource and trying to link my gridview to the datasorce created. But it doesn't work. What i'm doing wrong? DataSet dsAppPages = new DataSet(); commPages.FillDataSet(dsAppPages, command,CommandType.Text); /* this is a class who has commands...
Posted to
C#
(Forum)
by
danilocs.tec
on
04-28-2009, 12:00 AM
Filed under: asp.net, C#, Datasource, Gridview
-
I've set up a page containing an update panel that holds both a GridView and a FormView. I have it set up so that the FormView's datasource is dependent on the SelectedValue of the GridView (a Parent/Child setup). This (mostly) works fine, except that on the first update/refresh, when you first...
-
hi friends, i am facing some problem, in asp:gridview. i have two pages Mange items that contains a list of records and the other page is Add item. in manage page gridview i have a hyperlink column if i click on the link it willl take me to the Add item page where in can make changes for data and update...
-
I have a gridView with a list of names. On the same page, I also have a detailsView that displays details of a person, when that person's name is selected in the gridView. Both the detailsView and the gridView are in separate update panels. Everything works fine except for one issue - when the page...
-
I have a GridView inside an update panel, with AllowPaging property set to 'true'. Although the links 1 and 2 for the two pages of the GridView are displayed at the bottom of the gridview, clicking on 2 doesn't take me to the second page, atleast not visibly. Once i've done this, although...
-
Dear Friends, I am new in xml. I just want a example ex: First Name: [TextBox] Last Name: [TextBox] [ Add ] [ CustomerId ][ FirstName ][ LastName ] [ 1 ][ Aamir ][ Khan ] [ edit ] [ delete ] [ 2 ][ Akshay ][ Kumar ] [ edit ] [ delete ] [ 3 ][ John ][ Abrah ] [ edit ] [ delete ] [ Save ] Here you can...
-
I have one class Customers and class for implemening Add, Delete,Update, Display customers records. I want to use web service and ajax functionality including updatepanel, updateprogress. Can anyone show me how to implement this feature with full example on its own and plz dont give links like http:...
-
Hi all, I have followed a tutorial on the 4Guys website and seen similar examples elsewhere, so I assume this should work, but it just doesn't. I'm trying to display image data (varbinary) from an SQL Server database. I have created my cut down webpage with the response output specified, but...
Posted to
Web Forms
(Forum)
by
G0ggy
on
04-08-2009, 12:00 AM
Filed under: ASP.NET, binary image data, image, gridview