Click here to Skip to main content
15,902,762 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionformating gridview row/cell content Pin
aransiola25-May-07 9:01
aransiola25-May-07 9:01 
AnswerRe: formating gridview row/cell content Pin
Arun.Immanuel25-May-07 16:36
Arun.Immanuel25-May-07 16:36 
QuestionSitemap provider problem Pin
-Yoyosh-25-May-07 8:20
-Yoyosh-25-May-07 8:20 
QuestionDetermine users computer name - from Citrix Pin
tc30325-May-07 7:17
tc30325-May-07 7:17 
QuestionGetting a value of a cell in a gridview Pin
Furi Goled25-May-07 5:37
Furi Goled25-May-07 5:37 
AnswerRe: Getting a value of a cell in a gridview Pin
InvalidTypecast25-May-07 9:32
InvalidTypecast25-May-07 9:32 
GeneralRe: Getting a value of a cell in a gridview Pin
Furi Goled25-May-07 9:43
Furi Goled25-May-07 9:43 
AnswerRe: Getting a value of a cell in a gridview Pin
Gamzun26-May-07 12:56
Gamzun26-May-07 12:56 
how you're filling the gridview, if you are filing it in load event then maake sure you write that in

if(!page.ispostback)
{
fill data grid here.

}

in that way you'll get the value.
QuestionNeed help displaying data from 2 tables on ASP.NET page Pin
LatinoKid25-May-07 5:09
LatinoKid25-May-07 5:09 
AnswerRe: H-E-L-P Pin
Khan.Bangash25-May-07 5:46
Khan.Bangash25-May-07 5:46 
GeneralRe: H-E-L-P Pin
LatinoKid25-May-07 6:19
LatinoKid25-May-07 6:19 
AnswerRe: H-E-L-P Pin
Not Active25-May-07 8:15
mentorNot Active25-May-07 8:15 
GeneralRe: H-E-L-P [modified] Pin
LatinoKid25-May-07 9:03
LatinoKid25-May-07 9:03 
GeneralRe: H-E-L-P Pin
Not Active25-May-07 9:29
mentorNot Active25-May-07 9:29 
GeneralNeed help displaying data from 2 tables on ASP.NET page Pin
LatinoKid25-May-07 9:43
LatinoKid25-May-07 9:43 
GeneralRe: Need help displaying data from 2 tables on ASP.NET page Pin
Not Active25-May-07 9:58
mentorNot Active25-May-07 9:58 
GeneralRe: Need help displaying data from 2 tables on ASP.NET page Pin
LatinoKid25-May-07 10:06
LatinoKid25-May-07 10:06 
GeneralRe: Need help displaying data from 2 tables on ASP.NET page Pin
leckey26-May-07 17:09
leckey26-May-07 17:09 
GeneralRe: H-E-L-P Pin
Christian Graus25-May-07 10:05
protectorChristian Graus25-May-07 10:05 
GeneralRe: H-E-L-P Pin
LatinoKid25-May-07 10:12
LatinoKid25-May-07 10:12 
GeneralRe: H-E-L-P Pin
Christian Graus25-May-07 10:26
protectorChristian Graus25-May-07 10:26 
QuestionWord Wrap in GridView Cell Pin
SNarayanan25-May-07 5:08
SNarayanan25-May-07 5:08 
AnswerRe: Word Wrap in GridView Cell Pin
www.Developerof.NET26-May-07 3:22
www.Developerof.NET26-May-07 3:22 
QuestionAjax Problem Pin
Khan.Bangash25-May-07 4:49
Khan.Bangash25-May-07 4:49 
AnswerRe: Ajax Problem Pin
badgrs25-May-07 9:03
badgrs25-May-07 9:03 

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.