Click here to Skip to main content
15,921,062 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Positioning a Web User Control Pin
Abhishek Sur28-Aug-08 9:39
professionalAbhishek Sur28-Aug-08 9:39 
QuestionMethods being generated in the wrong place [solved] Pin
Richard Jones28-Aug-08 2:59
Richard Jones28-Aug-08 2:59 
AnswerRe: Methods being generated in the wrong place Pin
Bardy8528-Aug-08 4:45
Bardy8528-Aug-08 4:45 
AnswerRe: Methods being generated in the wrong place Pin
Abhishek Sur28-Aug-08 9:42
professionalAbhishek Sur28-Aug-08 9:42 
GeneralRe: Methods being generated in the wrong place Pin
Richard Jones28-Aug-08 9:46
Richard Jones28-Aug-08 9:46 
GeneralRe: Methods being generated in the wrong place Pin
Abhishek Sur29-Aug-08 2:06
professionalAbhishek Sur29-Aug-08 2:06 
GeneralRe: Methods being generated in the wrong place Pin
Richard Jones29-Aug-08 2:35
Richard Jones29-Aug-08 2:35 
GeneralRe: Methods being generated in the wrong place Pin
Abhishek Sur29-Aug-08 3:35
professionalAbhishek Sur29-Aug-08 3:35 
well the problem with you may be you are using an existing project and converted to vs2005. I dont think you have made that project from start in vs 2005... If you have done that, I am sure, you will get that option...

Now if you dont want to use codefile (It may have been produced while you add in your project), you can just omit the options
CodeBehind="yourfile.aspx.cs" Inherits="yourclass" of the Page Tag of aspx.

And if still its not creating inline server side script in aspx, you have to manually add the script tag with runat = server and write your C# code there.. Rose | [Rose]

I am sorry for not understanding you properly ... hope this works to you.

Abhishek Sur


AnswerRe: Methods being generated in the wrong place Pin
Richard Jones29-Aug-08 5:50
Richard Jones29-Aug-08 5:50 
QuestionTimed out Error in my webpage Pin
Rajeshwary28-Aug-08 2:49
Rajeshwary28-Aug-08 2:49 
AnswerRe: Timed out Error in my webpage Pin
J4amieC28-Aug-08 4:36
J4amieC28-Aug-08 4:36 
GeneralRe: Timed out Error in my webpage Pin
Rajeshwary28-Aug-08 5:00
Rajeshwary28-Aug-08 5:00 
GeneralRe: Timed out Error in my webpage Pin
J4amieC28-Aug-08 5:15
J4amieC28-Aug-08 5:15 
GeneralRe: Timed out Error in my webpage Pin
Rajeshwary28-Aug-08 5:17
Rajeshwary28-Aug-08 5:17 
AnswerRe: Timed out Error in my webpage Pin
Abhishek Sur28-Aug-08 9:47
professionalAbhishek Sur28-Aug-08 9:47 
Questioncomponent like rich textBox Pin
wasifmuneer28-Aug-08 0:58
wasifmuneer28-Aug-08 0:58 
AnswerRe: component like rich textBox Pin
Christian Graus28-Aug-08 1:00
protectorChristian Graus28-Aug-08 1:00 
AnswerRe: component like rich textBox Pin
Tom John28-Aug-08 2:59
Tom John28-Aug-08 2:59 
QuestionHow to disable the back button of browser ? Pin
piyush_patel111128-Aug-08 0:55
piyush_patel111128-Aug-08 0:55 
AnswerRe: How to disable the back button of browser ? Pin
Christian Graus28-Aug-08 0:57
protectorChristian Graus28-Aug-08 0:57 
AnswerRe: How to disable the back button of browser ? Pin
Abhishek Sur28-Aug-08 5:43
professionalAbhishek Sur28-Aug-08 5:43 
AnswerRe: How to disable the back button of browser ? Pin
D4ever28-Aug-08 8:45
D4ever28-Aug-08 8:45 
AnswerRe: How to disable the back button of browser ? Pin
Abhishek Sur29-Aug-08 3:41
professionalAbhishek Sur29-Aug-08 3:41 
GeneralRe: How to disable the back button of browser ? Pin
D4ever31-Aug-08 0:00
D4ever31-Aug-08 0:00 
QuestionHow we can frequently Update data in ASP.NET page? Pin
piyush_patel111128-Aug-08 0:18
piyush_patel111128-Aug-08 0:18 

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.