Click here to Skip to main content
15,867,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralCode chạy thủ tục thêm, xóa, sửa, xem chi tiết, hiện danh sách của bảng Nhân viên Pin
Hoàng Thái Bình2-Oct-11 5:59
Hoàng Thái Bình2-Oct-11 5:59 
AnswerRe: Code chạy thủ tục thêm, xóa, sửa, xem chi tiết, hiện danh sách của bảng Nhân viên Pin
Dalek Dave2-Oct-11 7:30
professionalDalek Dave2-Oct-11 7:30 
AnswerRe: Code chạy thủ tục thêm, xóa, sửa, xem chi tiết, hiện danh sách của bảng Nhân viên Pin
TheGreatAndPowerfulOz3-Oct-11 10:19
TheGreatAndPowerfulOz3-Oct-11 10:19 
QuestionISs there any solution. Pin
uspatel30-Sep-11 21:26
professionaluspatel30-Sep-11 21:26 
AnswerRe: ISs there any solution. Pin
Richard MacCutchan30-Sep-11 21:29
mveRichard MacCutchan30-Sep-11 21:29 
GeneralRe: ISs there any solution. Pin
uspatel30-Sep-11 21:48
professionaluspatel30-Sep-11 21:48 
Questionoverride master page Pin
byka30-Sep-11 4:27
byka30-Sep-11 4:27 
AnswerRe: override master page Pin
Parwej Ahamad30-Sep-11 4:58
professionalParwej Ahamad30-Sep-11 4:58 
Page object raised event called "PreInit" and this event call the method "OnPreInit()", so in any places you can set it.

C#
protected void Page_PreInit(object sender, EventArgs e) 
{ 
}


C#
protected void Page_PreInit(object sender, EventArgs e) 
{
 this.MasterPageFile = "/Site.master"; 
}

Parwej Ahamad




GeneralRe: override master page Pin
byka30-Sep-11 5:38
byka30-Sep-11 5:38 
GeneralRe: override master page Pin
Parwej Ahamad30-Sep-11 5:46
professionalParwej Ahamad30-Sep-11 5:46 
Questionprogramming in n tier Pin
sheemap29-Sep-11 22:18
sheemap29-Sep-11 22:18 
AnswerRe: programming in n tier Pin
walterhevedeich29-Sep-11 22:27
professionalwalterhevedeich29-Sep-11 22:27 
QuestionUsing Telerik MVC Extensions to select all checkboxes in a grid Pin
jboyd11129-Sep-11 18:10
jboyd11129-Sep-11 18:10 
Questionasp.net 2010 debugging Pin
Member 821751729-Sep-11 7:58
Member 821751729-Sep-11 7:58 
AnswerRe: asp.net 2010 debugging Pin
Pravin Patil, Mumbai29-Sep-11 19:07
Pravin Patil, Mumbai29-Sep-11 19:07 
AnswerRe: asp.net 2010 debugging Pin
keyur satyadev29-Sep-11 19:49
keyur satyadev29-Sep-11 19:49 
QuestionASP and Javascript Pin
berba29-Sep-11 3:16
berba29-Sep-11 3:16 
AnswerRe: ASP and Javascript Pin
Morgs Morgan29-Sep-11 22:55
Morgs Morgan29-Sep-11 22:55 
QuestionKeeping my style information in one place Pin
jesarg28-Sep-11 7:47
jesarg28-Sep-11 7:47 
AnswerRe: Keeping my style information in one place Pin
ekolis28-Sep-11 8:51
ekolis28-Sep-11 8:51 
GeneralRe: Keeping my style information in one place Pin
jesarg28-Sep-11 9:09
jesarg28-Sep-11 9:09 
GeneralRe: Keeping my style information in one place Pin
jkeelerz30-Sep-11 11:09
jkeelerz30-Sep-11 11:09 
GeneralRe: Keeping my style information in one place Pin
jerryTheJerry7-Oct-11 15:24
jerryTheJerry7-Oct-11 15:24 
QuestionSame content, with standard and mobile layouts. How? Pin
Gregory Gadow28-Sep-11 6:46
Gregory Gadow28-Sep-11 6:46 
AnswerRe: Same content, with standard and mobile layouts. How? Pin
Pete O'Hanlon28-Sep-11 6:50
subeditorPete O'Hanlon28-Sep-11 6:50 

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.