Ask a Question related to ASP.NET General, Design and Development.
-
DataGrind URL Issue with ASP.Net
How in ASP.Net does one alter Current DataGrid Coding Below to create a URL
that allows for multiple parameters?
I need to Post Multiple URL Paramaters via a Single URL for example :
test.aspx?test=1&Next=2
Where: test= Databind Result
Next= Paramater Passed from QueryString or Other Variable
Current Datagrid Coding
<ASP:DataGrid id="MyDataGrid" runat="server" Width="800"
BackColor="#ccccff" BorderColor="black" ShowFooter="false" CellPadding="3"
CellSpacing="0"
Font-Name="Verdana" Font-Size="8pt" HeaderStyle-BackColor="#aaaadd"
DataKeyField="recipe_number">
<Columns>
<asp:HyperLinkColumn
DataNavigateUrlField="Test_number"
DataNavigateUrlFormatString="test.aspx?num={0}"
Text="Get Details" />
</Columns>
</ASP:DataGrid>
Guest
-
Editcommancolumn in datagrind in asp.net
I have a question. I have datagrid in asp.net page. grid will be loaded some information on page load. One column of the grid is... -
FRS issue
I have started having replication problems and know the reason I just have no choice in the matter. Management has insisted on running ZA... -
4GL V7.32 issue
OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40. The following code is coredumping: (this is a cut down version of a bigger file, to the point where... -
nav bar issue
Does anyone know why a nav bar with rollover effects would create borders around each button when clicked? I have a vertical nav bar with six... -
IIS 5.1 and ASP.net issue
I'd suggest posting to a DotNet group...this one is for ASP (classic asp, not ASPX) :} --...



Reply With Quote

