Click here to Skip to main content
15,920,801 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionShowing PPT in Webpage Pin
Tiger45622-May-08 18:28
Tiger45622-May-08 18:28 
AnswerRe: Showing PPT in Webpage Pin
Vasudevan Deepak Kumar22-May-08 20:15
Vasudevan Deepak Kumar22-May-08 20:15 
GeneralRe: Showing PPT in Webpage Pin
Anish Gopi23-May-08 0:43
sitebuilderAnish Gopi23-May-08 0:43 
QuestionGridView add a row at end Pin
mpavas22-May-08 8:41
mpavas22-May-08 8:41 
AnswerRe: GridView add a row at end Pin
gnjunge22-May-08 20:27
gnjunge22-May-08 20:27 
QuestionSQLdatareader problem Pin
defreek22-May-08 8:27
defreek22-May-08 8:27 
AnswerRe: SQLdatareader problem Pin
keyboard warrior22-May-08 9:03
keyboard warrior22-May-08 9:03 
GeneralRe: SQLdatareader problem Pin
defreek22-May-08 9:47
defreek22-May-08 9:47 
I knew the solution was going to be really simple! Thank you!

Now I have another little problem though:

While reader.Read()
berichtid = reader.GetValue(0)
txtTitel.Text = reader.GetValue(1)
txtBericht.Text = reader.GetValue(2)
DropDownList1.SelectedValue = reader.GetValue(3)
txtdatum.Text = reader.GetValue(4)
End While


reader.GetValue(0) isn't producing any output, while it should be
giving the ID of the selected row in the table.
The others are producing good outputs though.
Can you help me with this? Thank you again =)
AnswerRe: SQLdatareader problem Pin
Krazy Programmer22-May-08 20:15
Krazy Programmer22-May-08 20:15 
QuestionGridView Pin
kpg12322-May-08 6:46
kpg12322-May-08 6:46 
AnswerRe: GridView Pin
keyboard warrior22-May-08 7:22
keyboard warrior22-May-08 7:22 
QuestionC# & ASp.Net writing to Excel Files Pin
Jacob Dixon22-May-08 6:23
Jacob Dixon22-May-08 6:23 
AnswerRe: C# & ASp.Net writing to Excel Files Pin
Christian Graus22-May-08 13:43
protectorChristian Graus22-May-08 13:43 
QuestionHow do i Print and Export Crystal Report??? Pin
keroed_edmond22-May-08 5:26
keroed_edmond22-May-08 5:26 
AnswerRe: How do i Print and Export Crystal Report??? Pin
keyboard warrior22-May-08 6:05
keyboard warrior22-May-08 6:05 
GeneralRe: How do i Print and Export Crystal Report??? Pin
keroed_edmond22-May-08 7:38
keroed_edmond22-May-08 7:38 
GeneralRe: How do i Print and Export Crystal Report??? [modified] Pin
keyboard warrior22-May-08 7:46
keyboard warrior22-May-08 7:46 
QuestionASP.net calendar control questions? Pin
pankazmittal22-May-08 5:05
pankazmittal22-May-08 5:05 
AnswerRe: ASP.net calendar control questions? Pin
Laddie22-May-08 18:12
Laddie22-May-08 18:12 
Question[Message Deleted] Pin
Saba0222-May-08 4:26
Saba0222-May-08 4:26 
AnswerRe: How i can Compare date for new releases ? Pin
eyeseetee22-May-08 4:34
eyeseetee22-May-08 4:34 
AnswerRe: How i can Compare date for new releases ? Pin
N a v a n e e t h22-May-08 4:52
N a v a n e e t h22-May-08 4:52 
GeneralRe: How i can Compare date for new releases ? [modified] Pin
Saba0222-May-08 4:59
Saba0222-May-08 4:59 
QuestionCheckBoxList: which checkbox selection unselection triggered my event? Pin
Herman<T>.Instance22-May-08 3:16
Herman<T>.Instance22-May-08 3:16 
AnswerRe: CheckBoxList: which checkbox selection unselection triggered my event? Pin
gnjunge22-May-08 20:46
gnjunge22-May-08 20:46 

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.