DataGrind URL Issue with ASP.Net

G

Guest

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top