Click here to Skip to main content
16,007,885 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: not a member Pin
Viper82521-Mar-07 20:28
Viper82521-Mar-07 20:28 
GeneralRe: not a member Pin
Laxman Auti21-Mar-07 20:51
Laxman Auti21-Mar-07 20:51 
GeneralRe: not a member Pin
Viper82521-Mar-07 20:58
Viper82521-Mar-07 20:58 
GeneralRe: not a member Pin
Laxman Auti21-Mar-07 21:35
Laxman Auti21-Mar-07 21:35 
GeneralRe: not a member Pin
Viper82521-Mar-07 23:27
Viper82521-Mar-07 23:27 
visual web developer 2.0,


aspx for the deafult (have a .vb file)

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>





<title>Untitled Page




<asp:button id="Button1" runat="server" style="z-index: 100; left: 156px; position: absolute;
top: 201px" text="testing ">
<asp:linkbutton id="LinkButton1" runat="server" style="z-index: 102; left: 182px;
position: absolute; top: 20px">testing








the new web form that is not not declaring the controls as themembers of this asp file, once you double click on this control it goes to the script :

<%@ Page Language="VB" %>






Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)

End Sub







<title>Untitled Page




<asp:label id="Label1" runat="server" style="z-index: 100; left: 54px; position: absolute;
top: 87px" text="Label">
<asp:label id="Label2" runat="server" style="z-index: 101; left: 52px; position: absolute;
top: 143px" text="Label">
<asp:button id="Button1" runat="server" onclick="Button1_Click" style="z-index: 103;
left: 53px; position: absolute; top: 211px" text="Button">










Viper Investigates...

GeneralRe: not a member Pin
Laxman Auti22-Mar-07 6:41
Laxman Auti22-Mar-07 6:41 
AnswerRe: not a member Pin
chat_sp2001@yahoo.com22-Mar-07 0:00
chat_sp2001@yahoo.com22-Mar-07 0:00 
GeneralRe: Pin
Viper82522-Mar-07 0:32
Viper82522-Mar-07 0:32 
Questionasp.net errors Pin
saravanan0521-Mar-07 3:36
saravanan0521-Mar-07 3:36 
AnswerRe: asp.net errors Pin
Laxman Auti21-Mar-07 4:56
Laxman Auti21-Mar-07 4:56 
QuestionNeed javascript Pin
Imran Khan Pathan21-Mar-07 3:32
Imran Khan Pathan21-Mar-07 3:32 
AnswerRe: Need javascript Pin
Laxman Auti21-Mar-07 4:53
Laxman Auti21-Mar-07 4:53 
QuestionDrop Down list Pin
Kushi Bobby21-Mar-07 3:31
Kushi Bobby21-Mar-07 3:31 
QuestionRe: Drop Down list Pin
Laxman Auti21-Mar-07 4:39
Laxman Auti21-Mar-07 4:39 
AnswerRe: Drop Down list Pin
Kushi Bobby21-Mar-07 20:13
Kushi Bobby21-Mar-07 20:13 
GeneralRe: Drop Down list Pin
Laxman Auti21-Mar-07 20:49
Laxman Auti21-Mar-07 20:49 
QuestionResizing Report Viewer Pin
kiran0121-Mar-07 2:07
kiran0121-Mar-07 2:07 
QuestionResricting resource utilization to 30% Pin
vijayaBTS21-Mar-07 1:40
vijayaBTS21-Mar-07 1:40 
AnswerRe: Resricting resource utilization to 30% Pin
N a v a n e e t h21-Mar-07 2:27
N a v a n e e t h21-Mar-07 2:27 
GeneralRe: Resricting resource utilization to 30% Pin
vijayaBTS21-Mar-07 2:35
vijayaBTS21-Mar-07 2:35 
QuestionImprove the performance Pin
vijayaBTS21-Mar-07 1:36
vijayaBTS21-Mar-07 1:36 
AnswerRe: Improve the performance Pin
ca8msm21-Mar-07 1:48
ca8msm21-Mar-07 1:48 

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.