Click here to Skip to main content
15,904,494 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUploading File (Urgent!) Pin
Milind Panchal19-Sep-07 20:21
Milind Panchal19-Sep-07 20:21 
AnswerRe: one,Uploading File (Urgent!) Pin
Guffa19-Sep-07 20:23
Guffa19-Sep-07 20:23 
GeneralRe: one,Uploading File (Urgent!) Pin
Milind Panchal19-Sep-07 20:57
Milind Panchal19-Sep-07 20:57 
GeneralRe: one,Uploading File (Urgent!) Pin
Sandeep Akhare19-Sep-07 21:05
Sandeep Akhare19-Sep-07 21:05 
AnswerRe: one,Uploading File (Urgent!) Pin
Guffa20-Sep-07 5:28
Guffa20-Sep-07 5:28 
QuestionDisable Caching: SetNoCache vs SetCachability vs Expires vs AddHeader("pragma", "no-cache"); Pin
Urs Enzler19-Sep-07 20:08
Urs Enzler19-Sep-07 20:08 
AnswerRe: Disable Caching: SetNoCache vs SetCachability vs Expires vs AddHeader("pragma", "no-cache"); Pin
Guffa19-Sep-07 21:30
Guffa19-Sep-07 21:30 
Questiondatabinding error [modified] Pin
Sonia Gupta19-Sep-07 19:55
Sonia Gupta19-Sep-07 19:55 
i was binding the data with the datagrid.i am binding the data through three tables.all the tables hava a common column field .i am using the hyperlink control to pass the id to another page.id belongs to the column name (which is common to all the tables that i mentioned a while ago).now the problem is i am getting the following error.

<b>DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'vcode'.</b>

i am using the following code

<asp:HyperLink ID="id" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"Pass")%>' NavigateUrl='<%#"DetailInformation.aspx?vcode=" + DataBinder.Eval(Container.DataItem,"vcode")%>'></asp:hyperlink>

problem is occuring in vcode

Soniagupta1@yahoo.co.in



-- modified at 2:51 Thursday 20th September, 2007
AnswerRe: databinding error Pin
Imran Khan Pathan19-Sep-07 20:11
Imran Khan Pathan19-Sep-07 20:11 
AnswerRe: databinding error Pin
Abolfazl Sheikhloo19-Sep-07 20:38
Abolfazl Sheikhloo19-Sep-07 20:38 
GeneralRe: databinding error Pin
Sonia Gupta19-Sep-07 21:03
Sonia Gupta19-Sep-07 21:03 
GeneralRe: databinding error [modified] Pin
saravanan0519-Sep-07 22:42
saravanan0519-Sep-07 22:42 
Questionerror when browsing client page from the local server and client computer as well [modified] Pin
Dhyanga19-Sep-07 19:46
Dhyanga19-Sep-07 19:46 
Question.avi files Pin
Divya Mallis19-Sep-07 19:45
Divya Mallis19-Sep-07 19:45 
Questiondisable the browser backbutton Pin
saravanan0519-Sep-07 19:44
saravanan0519-Sep-07 19:44 
AnswerRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 20:35
Sandeep Akhare19-Sep-07 20:35 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 20:52
saravanan0519-Sep-07 20:52 
GeneralRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 21:03
Sandeep Akhare19-Sep-07 21:03 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 21:21
saravanan0519-Sep-07 21:21 
GeneralRe: disable the browser backbutton Pin
Sandeep Akhare19-Sep-07 21:31
Sandeep Akhare19-Sep-07 21:31 
GeneralRe: disable the browser backbutton Pin
saravanan0519-Sep-07 21:44
saravanan0519-Sep-07 21:44 
Questiondatagrid Pin
jai 12319-Sep-07 19:23
jai 12319-Sep-07 19:23 
AnswerRe: datagrid Pin
abglorie19-Sep-07 20:21
abglorie19-Sep-07 20:21 
GeneralRe: datagrid Pin
jai 12319-Sep-07 20:29
jai 12319-Sep-07 20:29 
AnswerRe: datagrid Pin
m v ramana19-Sep-07 20:57
m v ramana19-Sep-07 20:57 

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.