Click here to Skip to main content
15,914,071 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: using ListBox in formView Pin
badgrs21-Mar-07 7:36
badgrs21-Mar-07 7:36 
GeneralRe: using ListBox in formView Pin
Run4it21-Mar-07 7:39
Run4it21-Mar-07 7:39 
GeneralRe: using ListBox in formView Pin
badgrs21-Mar-07 9:42
badgrs21-Mar-07 9:42 
QuestionButtons Disappearing At Runtime Pin
Asgher Mansoor21-Mar-07 5:46
Asgher Mansoor21-Mar-07 5:46 
AnswerRe: Buttons Disappearing At Runtime Pin
Laxman Auti21-Mar-07 6:24
Laxman Auti21-Mar-07 6:24 
GeneralRe: Buttons Disappearing At Runtime Pin
badgrs21-Mar-07 7:28
badgrs21-Mar-07 7:28 
Questionmembers list tutorial Pin
starfox_210021-Mar-07 4:58
starfox_210021-Mar-07 4:58 
AnswerRe: members list tutorial Pin
Laxman Auti21-Mar-07 5:06
Laxman Auti21-Mar-07 5:06 
QuestionOnClientClick() before OnClick() Pin
varun_78921-Mar-07 4:12
varun_78921-Mar-07 4:12 
AnswerRe: OnClientClick() before OnClick() Pin
Paddy Boyd21-Mar-07 5:12
Paddy Boyd21-Mar-07 5:12 
AnswerRe: OnClientClick() before OnClick() Pin
RichardGrimmer21-Mar-07 6:35
RichardGrimmer21-Mar-07 6:35 
QuestionUsing ActiveX in HTML/ASPX page Pin
Dumb Programmer21-Mar-07 4:11
Dumb Programmer21-Mar-07 4:11 
AnswerRe: Using ActiveX in HTML/ASPX page Pin
badgrs21-Mar-07 7:26
badgrs21-Mar-07 7:26 
Questionput data to another Table Pin
Sarfaraj Ahmed21-Mar-07 3:43
Sarfaraj Ahmed21-Mar-07 3:43 
AnswerRe: put data to another Table Pin
chat_sp2001@yahoo.com21-Mar-07 23:55
chat_sp2001@yahoo.com21-Mar-07 23:55 
GeneralRe: put data to another Table Pin
chat_sp2001@yahoo.com21-Mar-07 23:56
chat_sp2001@yahoo.com21-Mar-07 23:56 
GeneralRe: put data to another Table Pin
Sarfaraj Ahmed22-Mar-07 0:13
Sarfaraj Ahmed22-Mar-07 0:13 
GeneralRe: put data to another Table Pin
Sarfaraj Ahmed22-Mar-07 0:50
Sarfaraj Ahmed22-Mar-07 0:50 
GeneralPlease have a look and tell me where did i made mistake Pin
Sarfaraj Ahmed22-Mar-07 1:13
Sarfaraj Ahmed22-Mar-07 1:13 
Questionnot a member Pin
Viper82521-Mar-07 3:43
Viper82521-Mar-07 3:43 
AnswerRe: not a member Pin
Laxman Auti21-Mar-07 4:36
Laxman Auti21-Mar-07 4:36 
GeneralRe: not a member Pin
Viper82521-Mar-07 4:42
Viper82521-Mar-07 4:42 
GeneralRe: not a member Pin
Laxman Auti21-Mar-07 5:02
Laxman Auti21-Mar-07 5:02 
GeneralRe: not a member Pin
Viper82521-Mar-07 18:53
Viper82521-Mar-07 18:53 
GeneralRe: not a member Pin
Laxman Auti21-Mar-07 20:09
Laxman Auti21-Mar-07 20:09 
Viper825 wrote:
i drag and double click on it it takes me to default2.aspx for instance instead of default2.aspx.vb


Do you have
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default"%>
line at the top of aspx page. check the missing attributes.

This is how code behind file looks
Partial Class _Default
    Inherits System.Web.UI.Page

End Class


If you miss CodeFile attribute into aspx Page, then it adds event handler into the aspx file.




Knock out 't' from can't,
You can if you think you can
Cool | :cool:

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.