Click here to Skip to main content
15,909,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUser Control Load Problem Pin
-- Abhi --14-Sep-07 19:01
-- Abhi --14-Sep-07 19:01 
AnswerRe: User Control Load Problem Pin
N a v a n e e t h14-Sep-07 21:15
N a v a n e e t h14-Sep-07 21:15 
GeneralRe: User Control Load Problem Pin
-- Abhi --14-Sep-07 21:30
-- Abhi --14-Sep-07 21:30 
GeneralRe: User Control Load Problem Pin
N a v a n e e t h14-Sep-07 21:50
N a v a n e e t h14-Sep-07 21:50 
GeneralRe: User Control Load Problem Pin
-- Abhi --14-Sep-07 22:42
-- Abhi --14-Sep-07 22:42 
QuestionSystem.Data.DataRowView listbox Pin
ctrlnick14-Sep-07 16:28
ctrlnick14-Sep-07 16:28 
AnswerRe: System.Data.DataRowView listbox Pin
John-ph14-Sep-07 22:00
John-ph14-Sep-07 22:00 
Questionlink button Pin
seemamltn14-Sep-07 14:23
seemamltn14-Sep-07 14:23 
My following code is not working

I have a gridview that contains a linkButton in a template field. I
want to set the visibility of the linkbutton based on a int field in a
database.

Selecting the proper field in editbindings gives this in the code


<asp:linkbutton id="btnRemoveAll" runat="server"
visible="<%#(int.parse(Eval("UserCnt")!=0)) %>" onclick="btnRemoveAll_Click">Remove All

(where UserCnt is int field in my database)

This generates the following error.
'int' does not contain a definition for 'parse'


seema

AnswerRe: link button Pin
Imran Khan Pathan14-Sep-07 18:18
Imran Khan Pathan14-Sep-07 18:18 
QuestionASP NET - DTS Packages Pin
BECK7714-Sep-07 14:16
BECK7714-Sep-07 14:16 
Questionrecreate a modified .msi file Pin
lizlb14-Sep-07 11:45
lizlb14-Sep-07 11:45 
QuestionBack Function. Pin
Saksida Bojan14-Sep-07 11:08
Saksida Bojan14-Sep-07 11:08 
AnswerRe: Back Function. Pin
Brent Lamborn14-Sep-07 11:59
Brent Lamborn14-Sep-07 11:59 
GeneralRe: Back Function. Pin
Saksida Bojan14-Sep-07 12:02
Saksida Bojan14-Sep-07 12:02 
GeneralRe: Back Function. Pin
Brent Lamborn14-Sep-07 16:11
Brent Lamborn14-Sep-07 16:11 
GeneralRe: Back Function. Pin
Saksida Bojan15-Sep-07 7:03
Saksida Bojan15-Sep-07 7:03 
AnswerRe: Back Function. Pin
John-ph14-Sep-07 21:17
John-ph14-Sep-07 21:17 
GeneralRe: Back Function. Pin
Saksida Bojan15-Sep-07 7:04
Saksida Bojan15-Sep-07 7:04 
QuestionIntegrating 2 Data Controls , one as the Control to the Other Pin
ctrlnick14-Sep-07 11:01
ctrlnick14-Sep-07 11:01 
AnswerUsing 2 Data Controls to show related Data Pin
John-ph14-Sep-07 20:41
John-ph14-Sep-07 20:41 
Questionwhy to use datasource to gridview? Pin
ss.mmm14-Sep-07 10:28
ss.mmm14-Sep-07 10:28 
AnswerRe: why to use datasource to gridview? Pin
Saksida Bojan14-Sep-07 11:19
Saksida Bojan14-Sep-07 11:19 
AnswerRe: why to use datasource to gridview? Pin
John-ph14-Sep-07 21:02
John-ph14-Sep-07 21:02 
QuestionSession, Cache or Viewstate Pin
ss.mmm14-Sep-07 10:08
ss.mmm14-Sep-07 10:08 
AnswerRe: Session, Cache or Viewstate Pin
N a v a n e e t h14-Sep-07 21:26
N a v a n e e t h14-Sep-07 21:26 

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.