Click here to Skip to main content
15,902,275 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Autosave using Ajax in every 10 sec. Pin
HRiazi19-Aug-06 1:14
HRiazi19-Aug-06 1:14 
GeneralRe: Autosave using Ajax in every 10 sec. Pin
Amit Agarrwal19-Aug-06 1:45
Amit Agarrwal19-Aug-06 1:45 
GeneralRe: Autosave using Ajax in every 10 sec. Pin
HRiazi19-Aug-06 5:55
HRiazi19-Aug-06 5:55 
Questioninsert sound into sqlserver Pin
suri8318-Aug-06 11:32
suri8318-Aug-06 11:32 
AnswerRe: insert sound into sqlserver Pin
Guffa18-Aug-06 12:19
Guffa18-Aug-06 12:19 
AnswerRe: insert sound into sqlserver Pin
coolestCoder18-Aug-06 20:17
coolestCoder18-Aug-06 20:17 
QuestionASP.NET v.2 code behind Pin
Gary Hyslop at home18-Aug-06 11:16
Gary Hyslop at home18-Aug-06 11:16 
AnswerRe: ASP.NET v.2 code behind Pin
Brent Lamborn18-Aug-06 11:49
Brent Lamborn18-Aug-06 11:49 
The reason this works has to do with the partial keyword applied to your codebehind class. In addition to turning your .aspx file into a class definition with methods for rendering the page, as it has always done, ASP.NET now also generates a sibling partial class for your codebehind class that contains protected control member variable declarations. Your class is then compiled together with this generated class definition and used as the base class for the class generated for the .aspx file. The end result is that you essentially write codebehind classes the way you always have, but you no longer have to declare (or let the designer declare for you) member variable declarations of server-side controls.

"Half this game is ninety percent mental." - Yogi Berra

If you can read thank a teacher, if you can read in English, thank a Marine.

M y and h don't work so well due to m addiction to caffeine and m in abilit to to set a cup down uprigt.


GeneralRe: ASP.NET v.2 code behind Pin
Gary Hyslop at home18-Aug-06 13:27
Gary Hyslop at home18-Aug-06 13:27 
GeneralRe: ASP.NET v.2 code behind Pin
Brent Lamborn21-Aug-06 3:25
Brent Lamborn21-Aug-06 3:25 
QuestionGridview ClientSide column add and remove Pin
GaryT8018-Aug-06 10:11
GaryT8018-Aug-06 10:11 
AnswerRe: Gridview ClientSide column add and remove Pin
Mike Ellison18-Aug-06 10:47
Mike Ellison18-Aug-06 10:47 
GeneralRe: Gridview ClientSide column add and remove Pin
GaryT8021-Aug-06 12:10
GaryT8021-Aug-06 12:10 
QuestionGridview Searching and Filtering Pin
GaryT8018-Aug-06 10:09
GaryT8018-Aug-06 10:09 
AnswerRe: Gridview Searching and Filtering [modified] Pin
Brent Lamborn18-Aug-06 12:03
Brent Lamborn18-Aug-06 12:03 
GeneralRe: Gridview Searching and Filtering Pin
GaryT8021-Aug-06 4:16
GaryT8021-Aug-06 4:16 
GeneralRe: Gridview Searching and Filtering Pin
Brent Lamborn21-Aug-06 4:23
Brent Lamborn21-Aug-06 4:23 
GeneralRe: Gridview Searching and Filtering [modified] Pin
GaryT8021-Aug-06 5:56
GaryT8021-Aug-06 5:56 
GeneralRe: Gridview Searching and Filtering Pin
Brent Lamborn21-Aug-06 6:08
Brent Lamborn21-Aug-06 6:08 
QuestionSQL database in a .NET asp environment Pin
Rory Lewis18-Aug-06 8:29
Rory Lewis18-Aug-06 8:29 
AnswerRe: SQL database in a .NET asp environment Pin
seee sharp18-Aug-06 9:15
seee sharp18-Aug-06 9:15 
AnswerRe: SQL database in a .NET asp environment Pin
i.j.russell18-Aug-06 10:22
i.j.russell18-Aug-06 10:22 
QuestionASP.NET 2.0 Webservice call from ASP Pin
seee sharp18-Aug-06 8:04
seee sharp18-Aug-06 8:04 
QuestionHow to insert data into database from data set or datatable Pin
micydon18-Aug-06 5:49
micydon18-Aug-06 5:49 
AnswerRe: How to insert data into database from data set or datatable Pin
leckey18-Aug-06 6:19
leckey18-Aug-06 6:19 

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.