Click here to Skip to main content
16,004,969 members
Home / Discussions / Web Development
   

Web Development

 
QuestionReally weird IE problem Pin
Carl Mercier19-Oct-06 20:39
Carl Mercier19-Oct-06 20:39 
AnswerRe: Really weird IE problem Pin
Guffa19-Oct-06 20:50
Guffa19-Oct-06 20:50 
GeneralRe: Really weird IE problem Pin
Carl Mercier19-Oct-06 20:52
Carl Mercier19-Oct-06 20:52 
GeneralRe: Really weird IE problem Pin
Guffa19-Oct-06 21:22
Guffa19-Oct-06 21:22 
GeneralRe: Really weird IE problem Pin
Carl Mercier20-Oct-06 6:02
Carl Mercier20-Oct-06 6:02 
GeneralRe: Really weird IE problem Pin
nlindley720-Oct-06 7:38
nlindley720-Oct-06 7:38 
GeneralRe: Really weird IE problem Pin
Guffa20-Oct-06 11:58
Guffa20-Oct-06 11:58 
Questionvisual studio Pin
mastermind142919-Oct-06 17:06
mastermind142919-Oct-06 17:06 
i have the error described in
Issue 5: Converting the Personal Web Site Starter Kit (Visual Basic)

(This issue applies only when using Visual Basic.) When converting the Visual Basic version of the Personal Web Site starter kit to a Web application project, you will see a run-time error similar to the following:

Server Error in '/' Application
The type specified in the TypeName property of ObjectDataSource 'ObjectDataSource1' could not be found

To resolve the error, you must add the project namespace to the TypeName property. Assuming your project namespace is "wap1", follow these steps.

1. Open the Member_List.aspx page.
2. Change the type name in the ObjectDataSource declaration to be fully qualified, as in the following example:

<asp:objectdatasource typename="wap1.MemberDetails">
The problem is that id on't have the page of Member_List.aspx. Any one know what i should do
Questionasp:button UseSubmitBehaviour = "false" with Confirm dialog box Pin
Omkar Ghaisas19-Oct-06 11:32
Omkar Ghaisas19-Oct-06 11:32 
AnswerRe: asp:button UseSubmitBehaviour = "false" with Confirm dialog box Pin
Edbert P19-Oct-06 15:51
Edbert P19-Oct-06 15:51 
QuestionFolder permissions Pin
Kschuler19-Oct-06 4:30
Kschuler19-Oct-06 4:30 
QuestionBest way to store data in a set in JS Pin
2hdass18-Oct-06 19:04
2hdass18-Oct-06 19:04 
QuestionDisplaying HourGlass cursor at start of click event and Default pointer afterwards Pin
Omkar Ghaisas18-Oct-06 10:04
Omkar Ghaisas18-Oct-06 10:04 
AnswerRe: Displaying HourGlass cursor at start of click event and Default pointer afterwards Pin
UltraCoder18-Oct-06 13:49
UltraCoder18-Oct-06 13:49 
AnswerRe: Displaying HourGlass cursor at start of click event and Default pointer afterwards Pin
Edbert P19-Oct-06 18:49
Edbert P19-Oct-06 18:49 
QuestionModifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 2:03
T-Smooth18-Oct-06 2:03 
AnswerRe: Modifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 2:14
T-Smooth18-Oct-06 2:14 
GeneralRe: Modifying onclick event at runtime, problem. Pin
Guffa18-Oct-06 2:21
Guffa18-Oct-06 2:21 
GeneralRe: Modifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 2:43
T-Smooth18-Oct-06 2:43 
GeneralRe: Modifying onclick event at runtime, problem. Pin
Guffa18-Oct-06 5:34
Guffa18-Oct-06 5:34 
AnswerRe: Modifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 3:09
T-Smooth18-Oct-06 3:09 
QuestionMobile and Normal Web Development Pin
Expert Coming17-Oct-06 16:55
Expert Coming17-Oct-06 16:55 
QuestionVB.net Web Service Question Pin
eggsarebad17-Oct-06 15:53
eggsarebad17-Oct-06 15:53 
Questionhyperlink in a datagrid with few parameters Pin
uglyeyes17-Oct-06 14:12
uglyeyes17-Oct-06 14:12 
AnswerRe: hyperlink in a datagrid with few parameters Pin
Edbert P19-Oct-06 18:52
Edbert P19-Oct-06 18: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.