Click here to Skip to main content
15,919,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Wizard Control - Finish Button Validation Pin
sathesh pandian29-Jun-07 4:16
sathesh pandian29-Jun-07 4:16 
GeneralRe: Wizard Control - Finish Button Validation - PROBLEM Pin
Jagadeesh Jupalli29-Jun-07 18:10
Jagadeesh Jupalli29-Jun-07 18:10 
Questionbased on cell datagrid dropdown value want to change..., Pin
Member 387988129-Jun-07 3:18
Member 387988129-Jun-07 3:18 
AnswerRe: based on cell datagrid dropdown value want to change..., Pin
Pallavi Bhoite29-Jun-07 19:10
Pallavi Bhoite29-Jun-07 19:10 
Questionmailmessage headers Pin
hkchauhan29-Jun-07 3:05
hkchauhan29-Jun-07 3:05 
AnswerRe: mailmessage headers Pin
Sathesh Sakthivel29-Jun-07 3:12
Sathesh Sakthivel29-Jun-07 3:12 
Questionproblem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 2:54
Narendra Mohan29-Jun-07 2:54 
AnswerRe: problem in migrating from asp to asp.net 1.x [modified] Pin
divyesh143229-Jun-07 3:09
divyesh143229-Jun-07 3:09 
in asp .net there will be two files of a particular page. one is aspx i.e. design that contains html and asp tags will be there and another is aspx.vb or aspx.cs (code behind file) depending upon your language selection.

you have to declare all your variables and objects in that code behind file that contains the logic of your page and it also handles events of the controls.

you want to access adodb that you need to add reference of it. right click on solution explorer and click on add references and select your particular reference now you need to imports (vb) or using (c#) that adodb name space in your code behind file and you can access all its classes.


-- modified at 9:22 Friday 29th June, 2007
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Not Active29-Jun-07 3:23
mentorNot Active29-Jun-07 3:23 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 4:18
Narendra Mohan29-Jun-07 4:18 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 5:45
Narendra Mohan29-Jun-07 5:45 
AnswerRe: problem in migrating from asp to asp.net 1.x Pin
Not Active29-Jun-07 3:17
mentorNot Active29-Jun-07 3:17 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Narendra Mohan29-Jun-07 4:05
Narendra Mohan29-Jun-07 4:05 
GeneralRe: problem in migrating from asp to asp.net 1.x Pin
Not Active29-Jun-07 4:25
mentorNot Active29-Jun-07 4:25 
AnswerRe: problem in migrating from asp to asp.net 1.x Pin
doWhileSomething29-Jun-07 14:39
doWhileSomething29-Jun-07 14:39 
QuestionFont Problem Pin
divyesh143229-Jun-07 2:49
divyesh143229-Jun-07 2:49 
AnswerRe: Font Problem Pin
cschuman29-Jun-07 9:53
cschuman29-Jun-07 9:53 
QuestionLifetime of an object in ASP.NET Pin
www.Developerof.NET29-Jun-07 2:42
www.Developerof.NET29-Jun-07 2:42 
AnswerRe: Lifetime of an object in ASP.NET Pin
Sylvester george29-Jun-07 2:52
Sylvester george29-Jun-07 2:52 
GeneralRe: Lifetime of an object in ASP.NET Pin
www.Developerof.NET29-Jun-07 3:05
www.Developerof.NET29-Jun-07 3:05 
GeneralRe: Lifetime of an object in ASP.NET Pin
Not Active29-Jun-07 3:12
mentorNot Active29-Jun-07 3:12 
GeneralRe: Lifetime of an object in ASP.NET Pin
www.Developerof.NET29-Jun-07 3:35
www.Developerof.NET29-Jun-07 3:35 
QuestionBiztalk, pls, answer. pls. I have created a flatfile schema Pin
indian14329-Jun-07 2:27
indian14329-Jun-07 2:27 
AnswerRe: Biztalk, pls, answer. pls. I have created a flatfile schema Pin
Not Active29-Jun-07 2:36
mentorNot Active29-Jun-07 2:36 
Questionincorrect syntax error..., Pin
Member 387988129-Jun-07 2:20
Member 387988129-Jun-07 2:20 

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.