Click here to Skip to main content
15,887,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
Nisha Agrawal24-Sep-09 2:28
Nisha Agrawal24-Sep-09 2:28 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
Not Active24-Sep-09 2:33
mentorNot Active24-Sep-09 2:33 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
Nisha Agrawal24-Sep-09 3:00
Nisha Agrawal24-Sep-09 3:00 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
_ASPAle_24-Sep-09 7:04
_ASPAle_24-Sep-09 7:04 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
sashidhar24-Sep-09 7:30
sashidhar24-Sep-09 7:30 
GeneralRe: Hi, I need help to view image on a datalist control. Pin
_ASPAle_26-Sep-09 1:07
_ASPAle_26-Sep-09 1:07 
AnswerRe: Hi, I need help !!! Pin
Not Active24-Sep-09 2:18
mentorNot Active24-Sep-09 2:18 
AnswerRe: Hi, I need help !!! Pin
sashidhar24-Sep-09 2:18
sashidhar24-Sep-09 2:18 
<ItemTemplate>
                           <asp:LinkButton ID ="LinkButtonemp" CausesValidation="false" Text='<%# Eval("EmployeeName") %>' runat="server" CommandArgument='<% #Eval("EmployeeID")%>' CommandName="View" CssClass="gridlnk"/>
                        </ItemTemplate>

Append the name/ID to the querystring and redirect it to another page say InfoPage.aspx.In info page Request the query String .With the Help of Query String Get the Data in the InfoPage.aspx.

If It Helps Click It as Answer

AnswerRe: Hi, I need help !!! Pin
S.Dhanasekaran24-Sep-09 2:22
S.Dhanasekaran24-Sep-09 2:22 
GeneralRe: Hi, I need help !!! Pin
sashidhar24-Sep-09 2:26
sashidhar24-Sep-09 2:26 
AnswerRe: Hi, I need help !!! Pin
_ASPAle_24-Sep-09 2:41
_ASPAle_24-Sep-09 2:41 
Questioni found error 500 on ie Pin
mauji24-Sep-09 1:25
mauji24-Sep-09 1:25 
AnswerRe: i found error 500 on ie Pin
sashidhar24-Sep-09 1:28
sashidhar24-Sep-09 1:28 
Question[Solved]Confirmation Box Problem [modified] Pin
nagendrathecoder24-Sep-09 0:33
nagendrathecoder24-Sep-09 0:33 
AnswerRe: Confirmation Box Problem Pin
Christian Graus24-Sep-09 0:36
protectorChristian Graus24-Sep-09 0:36 
GeneralRe: Confirmation Box Problem Pin
nagendrathecoder24-Sep-09 0:51
nagendrathecoder24-Sep-09 0:51 
AnswerRe: Confirmation Box Problem Pin
sashidhar24-Sep-09 0:53
sashidhar24-Sep-09 0:53 
GeneralRe: Confirmation Box Problem Pin
nagendrathecoder24-Sep-09 0:58
nagendrathecoder24-Sep-09 0:58 
GeneralRe: Confirmation Box Problem Pin
sashidhar24-Sep-09 1:00
sashidhar24-Sep-09 1:00 
GeneralRe: Confirmation Box Problem Pin
nagendrathecoder24-Sep-09 1:00
nagendrathecoder24-Sep-09 1:00 
GeneralRe: Confirmation Box Problem Pin
sashidhar24-Sep-09 1:01
sashidhar24-Sep-09 1:01 
GeneralRe: Confirmation Box Problem Pin
Abhijit Jana24-Sep-09 1:03
professionalAbhijit Jana24-Sep-09 1:03 
GeneralRe: Confirmation Box Problem Pin
nagendrathecoder24-Sep-09 1:06
nagendrathecoder24-Sep-09 1:06 
GeneralRe: Confirmation Box Problem Pin
Abhijit Jana24-Sep-09 2:40
professionalAbhijit Jana24-Sep-09 2:40 
AnswerRe: Confirmation Box Problem Pin
Nisha Agrawal24-Sep-09 1:11
Nisha Agrawal24-Sep-09 1:11 

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.