Click here to Skip to main content
15,891,513 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview Pin
Baran M26-May-09 0:55
Baran M26-May-09 0:55 
QuestionI need your help Pin
Rahad Rahman26-May-09 0:28
professionalRahad Rahman26-May-09 0:28 
AnswerRe: I need your help Pin
Ramesh Swaminathan26-May-09 0:36
Ramesh Swaminathan26-May-09 0:36 
Questionconvert format DateTime in dd/MM/yyyy Pin
wertyk25-May-09 23:49
wertyk25-May-09 23:49 
Questionerror Must declare the variable '@pname'. Pin
prateekfgiet25-May-09 23:48
prateekfgiet25-May-09 23:48 
AnswerRe: error Must declare the variable '@pname'. Pin
adatapost26-May-09 1:09
adatapost26-May-09 1:09 
Questiongridview Pin
jainiraj25-May-09 22:44
jainiraj25-May-09 22:44 
AnswerRe: gridview Pin
Baran M25-May-09 22:51
Baran M25-May-09 22:51 
In GridView1_RowDataBound(),

try this,

if (e.Row.Cells[1].Text == "0")
{
e.Row.Cells[1].Text = "Read";
}
AnswerRe: gridview Pin
Tuwing.Sabado25-May-09 23:05
Tuwing.Sabado25-May-09 23:05 
AnswerRe: gridview Pin
ais0725-May-09 23:46
ais0725-May-09 23:46 
Questionediting problem in gridview Pin
prateekfgiet25-May-09 22:37
prateekfgiet25-May-09 22:37 
AnswerRe: editing problem in gridview Pin
Baran M25-May-09 23:43
Baran M25-May-09 23:43 
QuestionSecurity settings for single sign on web site Pin
samerh25-May-09 22:05
samerh25-May-09 22:05 
AnswerRe: Security settings for single sign on web site Pin
Manas Bhardwaj25-May-09 22:08
professionalManas Bhardwaj25-May-09 22:08 
GeneralRe: Security settings for single sign on web site Pin
samerh25-May-09 22:14
samerh25-May-09 22:14 
Questionibm language ware Pin
newmember2225-May-09 21:24
newmember2225-May-09 21:24 
AnswerRe: ibm language ware Pin
Manas Bhardwaj25-May-09 22:07
professionalManas Bhardwaj25-May-09 22:07 
GeneralRe: ibm language ware Pin
newmember2226-May-09 5:15
newmember2226-May-09 5:15 
QuestionVideo Pin
Robymon25-May-09 21:22
Robymon25-May-09 21:22 
AnswerRe: Video Pin
Eduard Keilholz25-May-09 21:27
Eduard Keilholz25-May-09 21:27 
GeneralRe: Video Pin
Robymon25-May-09 21:40
Robymon25-May-09 21:40 
QuestionHow to navigate Next,Previous ,Last,First Pin
govindi unal25-May-09 20:38
govindi unal25-May-09 20:38 
AnswerRe: How to navigate Next,Previous ,Last,First Pin
Baran M25-May-09 21:06
Baran M25-May-09 21:06 
AnswerRe: How to navigate Next,Previous ,Last,First Pin
gottimukkala26-May-09 0:57
gottimukkala26-May-09 0:57 
Question.net framework 3.5 Pin
vishwjeet25-May-09 20:36
vishwjeet25-May-09 20:36 

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.