Click here to Skip to main content
16,005,162 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dataset in ap.net2.0 Pin
dhulipudi10-Sep-07 19:52
dhulipudi10-Sep-07 19:52 
AnswerRe: Dataset in ap.net2.0 Pin
varshavmane10-Sep-07 20:19
varshavmane10-Sep-07 20:19 
GeneralRe: Dataset in ap.net2.0 Pin
dhulipudi10-Sep-07 20:37
dhulipudi10-Sep-07 20:37 
QuestionHow to improve the efficiency when search data from more than 1000000 records? Pin
guiqul16310-Sep-07 15:30
guiqul16310-Sep-07 15:30 
QuestioniCalendar and asp.net Pin
camby7510-Sep-07 12:08
camby7510-Sep-07 12:08 
QuestionGridView, set parameters in HyperLinkField's NavigateUrl Pin
ctlqt1210-Sep-07 7:40
ctlqt1210-Sep-07 7:40 
AnswerRe: GridView, set parameters in HyperLinkField's NavigateUrl Pin
Parwej Ahamad10-Sep-07 17:45
professionalParwej Ahamad10-Sep-07 17:45 
QuestionGridView C# - How to get Image to be selector [modified] Pin
Bricerice210-Sep-07 7:27
Bricerice210-Sep-07 7:27 
I am using a GridView to display a list of images. I am trying to have it where I click on an icon within the datagrid to change the url of a another image. Basically I want the selector effect on the image and to get the image url from the icon. Below is the code for the GridView, any help would be great. Thanks.

asp:GridView ID="GridView1" runat="server" DataSourceID="SqlDataSource1"
AllowPaging="True" GridLines="None" PageSize="4" ShowHeader="False"
AutoGenerateColumns="False" OnLoad="GridView1_Load" SelectedIndex="0">

Columns>

asp:TemplateField>
ItemTemplate>
asp:ImageButton ID="iconBtn" ImageUrl='<%# Eval("File_Name", "~/images/icon/{0}") %>' runat="server"/>
/ItemTemplate>
/asp:TemplateField>

/Columns>

PagerSettings Mode="NextPrevious"
NextPageImageUrl="~/images/nav_next.jpg" PageButtonCount="4"
PreviousPageImageUrl="~/images/nav_back.jpg" />

/asp:GridView>


-- modified at 13:33 Monday 10th September, 2007
QuestionHow to print a flat file in ASP.NET 2.0 Pin
jose.lobo10-Sep-07 6:57
jose.lobo10-Sep-07 6:57 
QuestionHow to add dynamically dropdown list for GridView Pin
haroon198010-Sep-07 5:41
haroon198010-Sep-07 5:41 
AnswerRe: How to add dynamically dropdown list for GridView Pin
Sandeep Akhare10-Sep-07 19:33
Sandeep Akhare10-Sep-07 19:33 
QuestionCapturing Page Errors using Master Pages C# Pin
But_Im_a_Lady10-Sep-07 4:50
But_Im_a_Lady10-Sep-07 4:50 
Answer[Off Topic] Little Britain Pin
Colin Angus Mackay10-Sep-07 6:16
Colin Angus Mackay10-Sep-07 6:16 
GeneralRe: [Off Topic] Little Britain Pin
Christian Graus10-Sep-07 6:33
protectorChristian Graus10-Sep-07 6:33 
GeneralRe: [Off Topic] Little Britain Pin
But_Im_a_Lady10-Sep-07 21:29
But_Im_a_Lady10-Sep-07 21:29 
AnswerRe: Capturing Page Errors using Master Pages C# Pin
Christian Graus10-Sep-07 6:34
protectorChristian Graus10-Sep-07 6:34 
QuestionASP newbie question! Pin
Lord_Veralix10-Sep-07 4:20
Lord_Veralix10-Sep-07 4:20 
AnswerRe: ASP newbie question! Pin
Guffa10-Sep-07 6:23
Guffa10-Sep-07 6:23 
AnswerRe: ASP newbie question! Pin
Christian Graus10-Sep-07 6:32
protectorChristian Graus10-Sep-07 6:32 
QuestionA code hidden in html document . Pin
devboycpp10-Sep-07 3:43
devboycpp10-Sep-07 3:43 
AnswerRe: A code hidden in html document . Pin
Christian Graus10-Sep-07 4:02
protectorChristian Graus10-Sep-07 4:02 
GeneralRe: A code hidden in html document . Pin
devboycpp10-Sep-07 4:17
devboycpp10-Sep-07 4:17 
AnswerRe: A code hidden in html document . Pin
Guffa10-Sep-07 6:28
Guffa10-Sep-07 6:28 
GeneralRe: A code hidden in html document . Pin
devboycpp10-Sep-07 4:22
devboycpp10-Sep-07 4:22 
QuestionUndefined POST parameter Pin
JacquesDP10-Sep-07 3:42
JacquesDP10-Sep-07 3:42 

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.