Click here to Skip to main content
15,925,181 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Upload Image Pin
Arindam Tewary19-Mar-07 2:39
professionalArindam Tewary19-Mar-07 2:39 
GeneralRe: Upload Image Pin
MiaanG19-Mar-07 21:48
MiaanG19-Mar-07 21:48 
AnswerRe: Upload Image Pin
Vasudevan Deepak Kumar19-Mar-07 5:31
Vasudevan Deepak Kumar19-Mar-07 5:31 
Questionneed help whit girdview Pin
Lappalainen Antti19-Mar-07 1:41
Lappalainen Antti19-Mar-07 1:41 
AnswerRe: need help whit girdview Pin
Kschuler19-Mar-07 9:25
Kschuler19-Mar-07 9:25 
GeneralRe: need help whit girdview Pin
Lappalainen Antti19-Mar-07 19:55
Lappalainen Antti19-Mar-07 19:55 
GeneralRe: need help whit girdview Pin
varshavmane19-Mar-07 20:01
varshavmane19-Mar-07 20:01 
GeneralRe: need help whit girdview Pin
Kschuler20-Mar-07 2:51
Kschuler20-Mar-07 2:51 
Like the guy who posted before me, I also code in VB. So I'm not sure if this is a problem at all, but in VB you can't declare a column, add it to a table, and then use it to create another column and add it to the table. You have to create two instances of a column and add them separately. The same thing goes with the datarow object.

Where are you putting this code? Is it in the PageLoad event?

I would suggest putting a break point in and actually looking at the datatable to make sure it looks the way you want it to. This will narrow it down to find out if the problem is with setting up the datatable or with actually binding the data to the grid.

Sorry I couldn't be of more help.
GeneralRe: need help whit girdview Pin
Lappalainen Antti20-Mar-07 3:33
Lappalainen Antti20-Mar-07 3:33 
QuestionHow to Load an Image into Imagebox from SQl Pin
S.Rajeshwar19-Mar-07 0:46
S.Rajeshwar19-Mar-07 0:46 
AnswerRe: How to Load an Image into Imagebox from SQl Pin
Vasudevan Deepak Kumar19-Mar-07 5:32
Vasudevan Deepak Kumar19-Mar-07 5:32 
AnswerRe: How to Load an Image into Imagebox from SQl Pin
GaryWoodfine 19-Mar-07 13:50
professionalGaryWoodfine 19-Mar-07 13:50 
Questionneed help with asp.net2 sql question Pin
neodeaths18-Mar-07 23:45
neodeaths18-Mar-07 23:45 
AnswerRe: need help with asp.net2 sql question Pin
Frank Kerrigan19-Mar-07 1:26
Frank Kerrigan19-Mar-07 1:26 
GeneralRe: need help with asp.net2 sql question Pin
neodeaths19-Mar-07 15:25
neodeaths19-Mar-07 15:25 
GeneralRe: need help with asp.net2 sql question Pin
neodeaths19-Mar-07 19:00
neodeaths19-Mar-07 19:00 
Questiongrid view problem Pin
nikhil123418-Mar-07 23:39
nikhil123418-Mar-07 23:39 
AnswerRe: grid view problem Pin
ritu432119-Mar-07 0:24
ritu432119-Mar-07 0:24 
GeneralRe: grid view problem Pin
nikhil123419-Mar-07 0:36
nikhil123419-Mar-07 0:36 
GeneralRe: grid view problem Pin
ritu432119-Mar-07 0:39
ritu432119-Mar-07 0:39 
QuestionSession Variable Pin
vengaqua18-Mar-07 23:36
vengaqua18-Mar-07 23:36 
AnswerRe: Session Variable Pin
ritu432119-Mar-07 0:26
ritu432119-Mar-07 0:26 
AnswerRe: Session Variable Pin
enjoycrack19-Mar-07 0:38
enjoycrack19-Mar-07 0:38 
Questiondropdownlist Pin
Oga M18-Mar-07 22:31
Oga M18-Mar-07 22:31 
AnswerRe: dropdownlist Pin
Tirthadip18-Mar-07 22:52
Tirthadip18-Mar-07 22:52 

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.