Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Deployment of ASP.Net gives ERROR Pin
Jaiprakash M Bankolli30-Oct-09 18:13
Jaiprakash M Bankolli30-Oct-09 18:13 
QuestionWarning while debugging Pin
Milind Panchal24-Aug-07 19:50
Milind Panchal24-Aug-07 19:50 
AnswerRe: Warning while debugging Pin
Jaiprakash M Bankolli24-Aug-07 20:59
Jaiprakash M Bankolli24-Aug-07 20:59 
QuestionHow to get more than one datakeynames Pin
Deepak the Cool24-Aug-07 19:49
Deepak the Cool24-Aug-07 19:49 
AnswerRe: How to get more than one datakeynames Pin
kaushal_prabhakar24-Aug-07 20:44
kaushal_prabhakar24-Aug-07 20:44 
GeneralRe: How to get more than one datakeynames Pin
Deepak the Cool24-Aug-07 20:58
Deepak the Cool24-Aug-07 20:58 
GeneralRe: How to get more than one datakeynames Pin
kaushal_prabhakar24-Aug-07 21:08
kaushal_prabhakar24-Aug-07 21:08 
GeneralRe: How to get more than one datakeynames Pin
Deepak the Cool24-Aug-07 21:14
Deepak the Cool24-Aug-07 21:14 
<asp:GridView id="GridView2" runat="server" AllowPaging="true" GridLines="None" <br />
                        OnPageIndexChanging="GridView2_PageIndexChanging"  <br />
                        OnSelectedIndexChanged="GridView2_SelectedIndexChanged" OnRowDeleting="GridView2_RowDeleting"<br />
                        DataKeyNames="RegionCode,CountryCode" CellPadding=5 >
<Columns><br />
                                    <asp:CommandField ShowDeleteButton="True" ButtonType="Image" DeleteImageUrl="~/Images/Delete.gif" />
<asp:CommandField ButtonType="Image" SelectImageUrl="~/Images/Edit.gif" SelectText="Edit" ShowSelectButton="True">
<ItemStyle HorizontalAlign="Center" Width="20px" /><br />
                                    </asp:CommandField><br />
                                   <asp:TemplateField><br />
                                        <ItemTemplate><br />
                                              <asp:HyperLink ID="HLdetails" runat="server" Text="Description" NavigateUrl='<%# "~/admin/Description.aspx?CCode="+Eval("CountryCode")+"&RCode=" +Eval("RegionCode") %>' Target="_blank" />
</ItemTemplate><br />
                                    </asp:TemplateField><br />
                        </Columns><br />
                        <RowStyle BackColor="#EFF3FB" ForeColor="Black" /><br />
                        <PagerStyle BackColor="PeachPuff" Font-Bold="True" Font-Size="Medium" ForeColor="DodgerBlue" HorizontalAlign="Center" />

<HeaderStyle BackColor="DodgerBlue" Font-Bold="False" ForeColor="White" /><br />
                        <AlternatingRowStyle BackColor="AliceBlue" ForeColor="DarkBlue" /><br />
                    </asp:GridView>


above code for my grid view

it's bind programatically....



Deepak

Smile a Lots,Its Costs Nothing

QuestionServer.Transfer and Response.Redirect Pin
Milind Panchal24-Aug-07 19:44
Milind Panchal24-Aug-07 19:44 
AnswerRe: Server.Transfer and Response.Redirect Pin
Deepak the Cool24-Aug-07 19:58
Deepak the Cool24-Aug-07 19:58 
GeneralRe: Server.Transfer and Response.Redirect Pin
Jaiprakash M Bankolli24-Aug-07 21:06
Jaiprakash M Bankolli24-Aug-07 21:06 
GeneralRe: Server.Transfer and Response.Redirect Pin
John-ph24-Aug-07 21:54
John-ph24-Aug-07 21:54 
QuestionServer.Transfer and Response.Redirect Pin
Milind Panchal24-Aug-07 19:44
Milind Panchal24-Aug-07 19:44 
AnswerRe: Server.Transfer and Response.Redirect Pin
zhongyougang@gmail.com24-Aug-07 21:01
zhongyougang@gmail.com24-Aug-07 21:01 
AnswerRe: Server.Transfer and Response.Redirect Pin
Jaiprakash M Bankolli24-Aug-07 21:06
Jaiprakash M Bankolli24-Aug-07 21:06 
QuestionAssembly Pin
Malay198624-Aug-07 19:04
Malay198624-Aug-07 19:04 
AnswerRe: Assembly Pin
zhongyougang@gmail.com24-Aug-07 21:00
zhongyougang@gmail.com24-Aug-07 21:00 
AnswerRe: Assembly Pin
Jaiprakash M Bankolli24-Aug-07 21:02
Jaiprakash M Bankolli24-Aug-07 21:02 
QuestionHow to create a log out page in asp.net Pin
Prakash_Mishra24-Aug-07 18:56
Prakash_Mishra24-Aug-07 18:56 
AnswerRe: How to create a log out page in asp.net Pin
kaushal_prabhakar24-Aug-07 20:53
kaushal_prabhakar24-Aug-07 20:53 
QuestionAJAX: UpdatePanel's trigger on data changing Pin
someguy1124-Aug-07 15:10
someguy1124-Aug-07 15:10 
AnswerRe: AJAX: UpdatePanel's trigger on data changing Pin
kaushal_prabhakar24-Aug-07 21:03
kaushal_prabhakar24-Aug-07 21:03 
GeneralRe: AJAX: UpdatePanel's trigger on data changing Pin
someguy1125-Aug-07 0:14
someguy1125-Aug-07 0:14 
QuestionListbox SelectedIndexChanged event Pin
There is always the way to do it, but I don't know24-Aug-07 11:49
There is always the way to do it, but I don't know24-Aug-07 11:49 
QuestionOrder Tracking in shopping cart application....plz help Pin
lastFarhi24-Aug-07 11:35
lastFarhi24-Aug-07 11:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.