Click here to Skip to main content
15,888,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralA field or property with the name 'full_desc' was not found on the selected data source. Pin
Neophyte3019-Feb-08 2:03
Neophyte3019-Feb-08 2:03 
GeneralRe: A field or property with the name 'full_desc' was not found on the selected data source. Pin
J4amieC19-Feb-08 2:09
J4amieC19-Feb-08 2:09 
GeneralRe: A field or property with the name 'full_desc' was not found on the selected data source. [modified] Pin
Neophyte3019-Feb-08 2:12
Neophyte3019-Feb-08 2:12 
GeneralRe: A field or property with the name 'full_desc' was not found on the selected data source. Pin
Neophyte3019-Feb-08 4:28
Neophyte3019-Feb-08 4:28 
QuestionUsing membership and roleprovider, how to prevent being signed out and redirected to login.aspx when access denied? Pin
lizarb19-Feb-08 1:33
lizarb19-Feb-08 1:33 
GeneralHelp me Please Friends Pin
Zeeshan Ahmed Memon19-Feb-08 1:09
Zeeshan Ahmed Memon19-Feb-08 1:09 
GeneralRe: Help me Please Friends Pin
Christian Graus19-Feb-08 12:44
protectorChristian Graus19-Feb-08 12:44 
GeneralHelp me Please Pin
Zeeshan Ahmed Memon19-Feb-08 1:03
Zeeshan Ahmed Memon19-Feb-08 1:03 
Friends,
I want to hide the button named down inside Item Template on last row. How can I do this.

For first row I have done this
<asp:templatefield>
<itemtemplate>
<asp:linkbutton id="lblUp" runat="serveR" font-underline="true" forecolor="blue" text="Up">
Visible="<%# IIf(CType(Container, GridViewRow).RowIndex = 0, false, true)>" CommandName="MoveUp" CommandArgument="<%# Container.DataItemIndex %" >;


Now the same code I want to use to hide last row in Grid View. How can I do this.
GeneralRe: Help me Please Pin
dilipv20-Feb-08 0:58
dilipv20-Feb-08 0:58 
GeneralApplication's spped while postbak of a control Pin
Kissy1619-Feb-08 0:44
Kissy1619-Feb-08 0:44 
GeneralRe: Application's spped while postbak of a control Pin
Christian Graus19-Feb-08 12:45
protectorChristian Graus19-Feb-08 12:45 
General<select> got no value when enableviewstate="false"</select> Pin
livez19-Feb-08 0:35
livez19-Feb-08 0:35 
GeneralRe: got no value when enableviewstate="false" Pin
Christian Graus19-Feb-08 12:47
protectorChristian Graus19-Feb-08 12:47 
GeneralSending word document as an attachment with the mail. [modified] Pin
rahul.net1118-Feb-08 23:57
rahul.net1118-Feb-08 23:57 
GeneralRe: Sending word document as an attachment with the mail. Pin
Abhijit Jana19-Feb-08 1:09
professionalAbhijit Jana19-Feb-08 1:09 
GeneralRe: Sending word document as an attachment with the mail. Pin
rahul.net1119-Feb-08 1:43
rahul.net1119-Feb-08 1:43 
GeneralRe: Sending word document as an attachment with the mail. Pin
rahul.net1119-Feb-08 1:44
rahul.net1119-Feb-08 1:44 
GeneralRe: Sending word document as an attachment with the mail. Pin
That's Aragon19-Feb-08 2:33
That's Aragon19-Feb-08 2:33 
GeneralRe: Sending word document as an attachment with the mail. Pin
rahul.net1119-Feb-08 2:50
rahul.net1119-Feb-08 2:50 
Questionhow to set print options in codebehind? [modified] Pin
Amit.Amit.Amit...18-Feb-08 23:30
Amit.Amit.Amit...18-Feb-08 23:30 
GeneralRe: how to set print options in codebehind? Pin
Guffa18-Feb-08 23:51
Guffa18-Feb-08 23:51 
QuestionCross browser problem Pin
Jedidah18-Feb-08 23:21
Jedidah18-Feb-08 23:21 
AnswerRe: Cross browser problem Pin
Guffa19-Feb-08 0:01
Guffa19-Feb-08 0:01 
QuestionAsp.Net Session Variable in JavaScript Pin
AS@1318-Feb-08 22:56
AS@1318-Feb-08 22:56 
GeneralRe: Asp.Net Session Variable in JavaScript Pin
N a v a n e e t h18-Feb-08 23:53
N a v a n e e t h18-Feb-08 23:53 

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.