Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: visual studio .net and visual web developer 2005 Pin
dTiru16-Aug-07 2:40
dTiru16-Aug-07 2:40 
GeneralRe: visual studio .net and visual web developer 2005 Pin
sacheesach16-Aug-07 3:38
sacheesach16-Aug-07 3:38 
Questionremove urls from printouts Pin
manowj16-Aug-07 1:05
manowj16-Aug-07 1:05 
AnswerRe: remove urls from printouts Pin
Senu Gandhi16-Aug-07 1:20
Senu Gandhi16-Aug-07 1:20 
GeneralRe: remove urls from printouts Pin
manowj16-Aug-07 1:22
manowj16-Aug-07 1:22 
QuestionGridview "columnization" Pin
dTiru16-Aug-07 1:03
dTiru16-Aug-07 1:03 
AnswerRe: Gridview "columnization" Pin
ToddHileHoffer16-Aug-07 1:21
ToddHileHoffer16-Aug-07 1:21 
GeneralRe: Gridview "columnization" Pin
dTiru16-Aug-07 1:33
dTiru16-Aug-07 1:33 
Thanks, i get the general idee, i have used the click/drag/drop functions in VS with data but that should i figure out how to do...

But one thing more... as i in reality have more than one column, is this the right aproach?

DataTable dt = new DataTable();
DataColumn dc = new DataColumn("RowOdd", Type.GetType("System.Int32"));
DataColumn dc1 = new DataColumn("RowOdd1", Type.GetType("System.Int32"));
DataColumn dc2 = new DataColumn("RowOdd2", Type.GetType("System.Int32"));
DataColumn dc3 = new DataColumn("RowEven", Type.GetType("System.Int32"));
DataColumn dc4 = new DataColumn("RowEven1", Type.GetType("System.Int32"));
DataColumn dc5 = new DataColumn("RowEven2", Type.GetType("System.Int32"));
dt.Columns.Add(dc);
dt.Columns.Add(dc1);
dt.Columns.Add(dc2);
dt.Columns.Add(dc3);
dt.Columns.Add(dc4);
dt.Columns.Add(dc6);

I think that should be fine... (I realized when writing the code) Smile | :)

Thanks alot
Tiru
GeneralRe: Gridview "columnization" Pin
ToddHileHoffer16-Aug-07 2:02
ToddHileHoffer16-Aug-07 2:02 
AnswerRe: Gridview "columnization" Pin
Urs Enzler16-Aug-07 3:54
Urs Enzler16-Aug-07 3:54 
GeneralRe: Gridview "columnization" Pin
dTiru16-Aug-07 4:17
dTiru16-Aug-07 4:17 
QuestionMemoryStream Pin
Vijayaraj.Manoharan16-Aug-07 1:02
Vijayaraj.Manoharan16-Aug-07 1:02 
AnswerRe: MemoryStream Pin
Urs Enzler16-Aug-07 3:55
Urs Enzler16-Aug-07 3:55 
QuestionWhy the events for the Menu are not firing......? Pin
slimtech16-Aug-07 0:57
slimtech16-Aug-07 0:57 
GeneralRe: Why the events for the Menu are not firing......? Pin
slimtech16-Aug-07 21:12
slimtech16-Aug-07 21:12 
Questionhave a trouble with magement browser history in ajax asp Pin
hoangdung1983200416-Aug-07 0:43
hoangdung1983200416-Aug-07 0:43 
AnswerRe: have a trouble with magement browser history in ajax asp Pin
Christian Graus16-Aug-07 1:10
protectorChristian Graus16-Aug-07 1:10 
GeneralRe: have a trouble with magement browser history in ajax asp Pin
hoangdung1983200417-Aug-07 17:27
hoangdung1983200417-Aug-07 17:27 
Questiondynamically adding controls Pin
BINOVAR16-Aug-07 0:27
BINOVAR16-Aug-07 0:27 
AnswerRe: dynamically adding controls Pin
Christian Graus16-Aug-07 0:31
protectorChristian Graus16-Aug-07 0:31 
Questionwhich type of cart variable I can use.. Pin
ajau16-Aug-07 0:22
ajau16-Aug-07 0:22 
AnswerRe: which type of cart variable I can use.. Pin
Christian Graus16-Aug-07 0:24
protectorChristian Graus16-Aug-07 0:24 
QuestionRequirement in file upload control Pin
Hari_101016-Aug-07 0:03
Hari_101016-Aug-07 0:03 
AnswerRe: Requirement in file upload control Pin
Vasudevan Deepak Kumar16-Aug-07 0:13
Vasudevan Deepak Kumar16-Aug-07 0:13 
AnswerRe: Requirement in file upload control Pin
Christian Graus16-Aug-07 0:16
protectorChristian Graus16-Aug-07 0:16 

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.