Click here to Skip to main content
16,007,443 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to set node in xmlsitemap Pin
kvijayajyothy28-Jun-07 20:28
kvijayajyothy28-Jun-07 20:28 
AnswerRe: how to set node in xmlsitemap [modified] Pin
Suryanairg28-Jun-07 22:14
Suryanairg28-Jun-07 22:14 
Questionhow to use gridview Pin
kvijayajyothy28-Jun-07 20:26
kvijayajyothy28-Jun-07 20:26 
AnswerRe: how to use gridview Pin
Christian Graus28-Jun-07 20:31
protectorChristian Graus28-Jun-07 20:31 
QuestionCreate dynamic control and assign value to that control..., Pin
Member 387988128-Jun-07 20:14
Member 387988128-Jun-07 20:14 
AnswerRe: Create dynamic control and assign value to that control..., Pin
gauthee28-Jun-07 20:33
gauthee28-Jun-07 20:33 
GeneralRe: Create dynamic control and assign value to that control..., Pin
Member 387988128-Jun-07 20:56
Member 387988128-Jun-07 20:56 
GeneralRe: Create dynamic control and assign value to that control..., Pin
Pallavi Bhoite28-Jun-07 21:31
Pallavi Bhoite28-Jun-07 21:31 
hi Magh_M,

I am having same condition in my application .. my code is as shown below ..it's in c#..i converted DataTable to DataView .. so it is easy to customize..

for (int i = 0; i < questdv.Count; i++)
{
Label l1 = new Label();
l1.Text = questdv[i][columnname].ToString();

//if u want to check for null value u can use
//if(string.IsNullOrEmpty(questdv[i][columnname].ToString())


Panel1.Controls.Add(li);
}

pallavi

QuestionGetting the Checked items of a datagrid in an Array. Pin
SrividhyaS28-Jun-07 19:53
SrividhyaS28-Jun-07 19:53 
AnswerRe: Getting the Checked items of a datagrid in an Array. Pin
Member 387988128-Jun-07 20:16
Member 387988128-Jun-07 20:16 
GeneralRe: Getting the Checked items of a datagrid in an Array. Pin
SrividhyaS28-Jun-07 20:18
SrividhyaS28-Jun-07 20:18 
GeneralRe: Getting the Checked items of a datagrid in an Array. Pin
Member 387988128-Jun-07 20:34
Member 387988128-Jun-07 20:34 
AnswerRe: Getting the Checked items of a datagrid in an Array. Pin
Blumen28-Jun-07 23:27
Blumen28-Jun-07 23:27 
Questionheaders of mailmessage. Pin
hkchauhan28-Jun-07 19:50
hkchauhan28-Jun-07 19:50 
QuestionUploading Excel file in ASp.net with C# Pin
attalurisubbu28-Jun-07 19:22
attalurisubbu28-Jun-07 19:22 
Questiondisplay records........., Pin
Member 387988128-Jun-07 18:58
Member 387988128-Jun-07 18:58 
AnswerRe: display records........., Pin
N a v a n e e t h28-Jun-07 19:07
N a v a n e e t h28-Jun-07 19:07 
GeneralRe: display records........., Pin
Member 387988128-Jun-07 19:14
Member 387988128-Jun-07 19:14 
AnswerRe: display records........., Pin
gauthee28-Jun-07 19:11
gauthee28-Jun-07 19:11 
GeneralRe: display records........., Pin
Member 387988128-Jun-07 19:14
Member 387988128-Jun-07 19:14 
GeneralRe: display records........., Pin
gauthee28-Jun-07 19:22
gauthee28-Jun-07 19:22 
GeneralRe: display records........., Pin
Member 387988128-Jun-07 19:25
Member 387988128-Jun-07 19:25 
GeneralRe: display records........., Pin
gauthee28-Jun-07 19:37
gauthee28-Jun-07 19:37 
GeneralRe: display records........., Pin
Member 387988128-Jun-07 20:04
Member 387988128-Jun-07 20:04 
GeneralRe: display records........., Pin
gauthee28-Jun-07 20:25
gauthee28-Jun-07 20:25 

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.