Click here to Skip to main content
15,899,475 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: ASP.NET MVC show all files not working Pin
Brendan Vogt23-Feb-09 19:09
Brendan Vogt23-Feb-09 19:09 
AnswerRe: ASP.NET MVC show all files not working Pin
kadaoui el mehdi23-Feb-09 21:46
kadaoui el mehdi23-Feb-09 21:46 
QuestionJavascript Replace Pin
mehrdadc4823-Feb-09 0:43
mehrdadc4823-Feb-09 0:43 
AnswerRe: Javascript Replace Pin
Ray Wampler23-Feb-09 4:42
Ray Wampler23-Feb-09 4:42 
QuestionDate? [modified] Pin
Karthick_gc23-Feb-09 0:23
Karthick_gc23-Feb-09 0:23 
AnswerRe: Date? Pin
ToddHileHoffer23-Feb-09 4:19
ToddHileHoffer23-Feb-09 4:19 
GeneralRe: Date? Pin
Karthick_gc23-Feb-09 20:23
Karthick_gc23-Feb-09 20:23 
GeneralRe: Date? Pin
Karthick_gc23-Feb-09 20:27
Karthick_gc23-Feb-09 20:27 
I wrote the coding like this.

protected void Repeater_ItemDataBound(Object Sender, RepeaterItemEventArgs e)
{
if (e.Item.ItemType == ListItemType.Item | e.Item.ItemType == ListItemType.AlternatingItem)
{
LinkButton lnldat = (LinkButton)e.Item.FindControl("lnldat");

DataRowView dataRow = (DataRowView)e.Item.DataItem;

lnldat.Text = dataRow["cre_date"].ToString();
}
}

And i got the error

Unable to cast object of type 'System.Data.Common.DbDataRecord' to type 'System.Data.DataRowView'.

when the form is load?
GeneralRe: Date? Pin
ToddHileHoffer24-Feb-09 2:22
ToddHileHoffer24-Feb-09 2:22 
GeneralRe: Date? Pin
Karthick_gc24-Feb-09 20:13
Karthick_gc24-Feb-09 20:13 
GeneralRe: Date? Pin
ToddHileHoffer25-Feb-09 2:16
ToddHileHoffer25-Feb-09 2:16 
GeneralRe: Date? Pin
Karthick_gc25-Feb-09 19:38
Karthick_gc25-Feb-09 19:38 
GeneralRe: Date? Pin
ToddHileHoffer26-Feb-09 2:43
ToddHileHoffer26-Feb-09 2:43 
QuestionOne to One Chat application in Asp.Net PinPopular
SKP2423-Feb-09 0:09
SKP2423-Feb-09 0:09 
AnswerRe: One to One Chat application in Asp.Net Pin
Member 265804323-Jun-09 21:24
Member 265804323-Jun-09 21:24 
QuestionHow to implement weather API of http://www.accuweather.com Pin
trilokharry22-Feb-09 23:33
trilokharry22-Feb-09 23:33 
AnswerRe: How to implement weather API of http://www.accuweather.com Pin
ToddHileHoffer23-Feb-09 4:14
ToddHileHoffer23-Feb-09 4:14 
QuestionGetting postback in update panel Pin
Member 387988122-Feb-09 23:24
Member 387988122-Feb-09 23:24 
AnswerRe: Getting postback in update panel Pin
Abhijit Jana22-Feb-09 23:58
professionalAbhijit Jana22-Feb-09 23:58 
GeneralRe: Getting postback in update panel Pin
Member 387988123-Feb-09 0:11
Member 387988123-Feb-09 0:11 
GeneralRe: Getting postback in update panel Pin
Abhijit Jana23-Feb-09 0:16
professionalAbhijit Jana23-Feb-09 0:16 
GeneralRe: Getting postback in update panel Pin
Member 387988123-Feb-09 0:31
Member 387988123-Feb-09 0:31 
GeneralRe: Getting postback in update panel Pin
Abhijit Jana23-Feb-09 0:36
professionalAbhijit Jana23-Feb-09 0:36 
GeneralRe: Getting postback in update panel Pin
Member 387988123-Feb-09 0:54
Member 387988123-Feb-09 0:54 
QuestionHow to create links in gridview ? Pin
muhammadafsal22-Feb-09 23:22
muhammadafsal22-Feb-09 23:22 

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.