Click here to Skip to main content
15,892,674 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview problem Pin
Abhishek Sur29-Oct-09 2:01
professionalAbhishek Sur29-Oct-09 2:01 
QuestionProblem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 1:21
Purish Dwivedi29-Oct-09 1:21 
AnswerRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 1:45
professionalAbhishek Sur29-Oct-09 1:45 
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 2:07
Purish Dwivedi29-Oct-09 2:07 
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 2:12
professionalAbhishek Sur29-Oct-09 2:12 
QuestionRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 2:27
Purish Dwivedi29-Oct-09 2:27 
AnswerRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 2:32
professionalAbhishek Sur29-Oct-09 2:32 
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 2:42
Purish Dwivedi29-Oct-09 2:42 
I have written this. theres is some problem. It shows "Convert.ToBoolean(true)".
What is the problem?



<asp:TemplateField HeaderText="Mode">
<ItemTemplate>
<asp:Button runat="server" Text="<%!Convert.ToBoolean(true) %>" CommandName="ToggleClick" CommandArgument=<%#true %>/>
</ItemTemplate>
</asp:TemplateField>

Thank You
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 2:46
professionalAbhishek Sur29-Oct-09 2:46 
QuestionDouble Click Server Event for listBox Control Pin
Member 361259829-Oct-09 0:51
Member 361259829-Oct-09 0:51 
AnswerRe: Double Click Server Event for listBox Control Pin
sashidhar29-Oct-09 0:59
sashidhar29-Oct-09 0:59 
Questiongetting the autoid (using transaction concept) Pin
Karan_TN29-Oct-09 0:32
Karan_TN29-Oct-09 0:32 
AnswerRe: getting the autoid (using transaction concept) Pin
Covean29-Oct-09 0:56
Covean29-Oct-09 0:56 
GeneralRe: getting the autoid (using transaction concept) Pin
Karan_TN29-Oct-09 0:59
Karan_TN29-Oct-09 0:59 
GeneralRe: getting the autoid (using transaction concept) Pin
sashidhar29-Oct-09 1:05
sashidhar29-Oct-09 1:05 
GeneralRe: getting the autoid (using transaction concept) Pin
Covean29-Oct-09 1:12
Covean29-Oct-09 1:12 
QuestionIs there any way to distinguish the request in server is through internet or intranet? Pin
SIJUTHOMASP28-Oct-09 23:55
professionalSIJUTHOMASP28-Oct-09 23:55 
AnswerRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
sashidhar29-Oct-09 0:00
sashidhar29-Oct-09 0:00 
GeneralRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
SIJUTHOMASP29-Oct-09 0:07
professionalSIJUTHOMASP29-Oct-09 0:07 
GeneralRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
sashidhar29-Oct-09 0:18
sashidhar29-Oct-09 0:18 
GeneralRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
SIJUTHOMASP29-Oct-09 0:29
professionalSIJUTHOMASP29-Oct-09 0:29 
GeneralRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
sashidhar29-Oct-09 0:51
sashidhar29-Oct-09 0:51 
GeneralRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
SIJUTHOMASP29-Oct-09 1:17
professionalSIJUTHOMASP29-Oct-09 1:17 
GeneralRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
sashidhar29-Oct-09 2:18
sashidhar29-Oct-09 2:18 
Questiondata table cart Pin
KhandelwalA28-Oct-09 23:18
KhandelwalA28-Oct-09 23:18 

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.