Click here to Skip to main content
15,907,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionindian language application in asp.net Pin
thesaint127-Jun-07 1:11
thesaint127-Jun-07 1:11 
Questionhow to convert datareader data into datatable Pin
Pallavi Bhoite27-Jun-07 0:52
Pallavi Bhoite27-Jun-07 0:52 
AnswerRe: how to convert datareader data into datatable Pin
gauthee27-Jun-07 1:12
gauthee27-Jun-07 1:12 
GeneralRe: how to convert datareader data into datatable Pin
Pallavi Bhoite27-Jun-07 1:20
Pallavi Bhoite27-Jun-07 1:20 
AnswerRe: how to convert datareader data into datatable Pin
Guffa27-Jun-07 1:30
Guffa27-Jun-07 1:30 
GeneralRe: how to convert datareader data into datatable Pin
Pallavi Bhoite27-Jun-07 1:53
Pallavi Bhoite27-Jun-07 1:53 
AnswerRe: how to convert datareader data into datatable Pin
Guffa27-Jun-07 6:01
Guffa27-Jun-07 6:01 
QuestionGridView Pin
sunil kumar verma27-Jun-07 0:43
sunil kumar verma27-Jun-07 0:43 
Hello,

I have a grid view with one column and populated that with the following code,
GridView1.DataSource = PropList;
GridView1.DataBind();

Where PropList is a List of string .

Now I have added another column in the GridView1 by the following code

BoundField b;
b = new BoundField();
b.HeaderText = "new1";
GridView1.Columns.Add(b);

Now my problem is that if I have another list of string, How i Add that list to the new column.

Please help me in this regards.

Thanks
sunil
AnswerRe: GridView Pin
Christian Graus27-Jun-07 0:51
protectorChristian Graus27-Jun-07 0:51 
GeneralRe: GridView Pin
sunil kumar verma27-Jun-07 21:53
sunil kumar verma27-Jun-07 21:53 
AnswerRe: Multiple Forms in One Page Pin
Amit Kumar G27-Jun-07 0:31
Amit Kumar G27-Jun-07 0:31 
GeneralRe: Multiple Forms in One Page Pin
Christian Graus27-Jun-07 0:52
protectorChristian Graus27-Jun-07 0:52 
GeneralRe: Multiple Forms in One Page Pin
Amit Kumar G27-Jun-07 1:16
Amit Kumar G27-Jun-07 1:16 
QuestionGridview - Cannot add server side asp controls into a ItemTemplate Pin
Mertli Ozgur Nevres27-Jun-07 0:29
Mertli Ozgur Nevres27-Jun-07 0:29 
QuestionHow to maintain text in textbox while navigatin to different page. Pin
rahul.net1127-Jun-07 0:25
rahul.net1127-Jun-07 0:25 
AnswerRe: How to maintain text in textbox while navigatin to different page. Pin
André Stroebel27-Jun-07 0:38
André Stroebel27-Jun-07 0:38 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
rahul.net1127-Jun-07 0:57
rahul.net1127-Jun-07 0:57 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
André Stroebel27-Jun-07 1:19
André Stroebel27-Jun-07 1:19 
AnswerRe: How to maintain text in textbox while navigatin to different page. Pin
Amit Kumar G27-Jun-07 0:40
Amit Kumar G27-Jun-07 0:40 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
rahul.net1127-Jun-07 1:12
rahul.net1127-Jun-07 1:12 
GeneralRe: How to maintain text in textbox while navigatin to different page. Pin
Amit Kumar G27-Jun-07 1:31
Amit Kumar G27-Jun-07 1:31 
QuestionValidation Code Pin
ballameharmurali27-Jun-07 0:23
ballameharmurali27-Jun-07 0:23 
AnswerRe: Validation Code Pin
Amit Kumar G27-Jun-07 0:33
Amit Kumar G27-Jun-07 0:33 
GeneralRe: Validation Code Pin
ballameharmurali27-Jun-07 19:51
ballameharmurali27-Jun-07 19:51 
Questioninput form help! Pin
boyindie27-Jun-07 0:17
boyindie27-Jun-07 0:17 

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.