Click here to Skip to main content
15,887,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to go to next Page while hitting the next button without selecting a value in the current page? Pin
Member 1189372910-Aug-15 11:32
Member 1189372910-Aug-15 11:32 
GeneralRe: How to go to next Page while hitting the next button without selecting a value in the current page? Pin
Member 1189372910-Aug-15 9:59
Member 1189372910-Aug-15 9:59 
QuestionDatalist control Pin
Otekpo Emmanuel7-Aug-15 2:28
Otekpo Emmanuel7-Aug-15 2:28 
AnswerRe: Datalist control Pin
User 418025410-Aug-15 9:13
User 418025410-Aug-15 9:13 
GeneralRe: Datalist control Pin
Otekpo Emmanuel12-Aug-15 11:00
Otekpo Emmanuel12-Aug-15 11:00 
GeneralRe: Datalist control Pin
User 418025413-Aug-15 3:44
User 418025413-Aug-15 3:44 
QuestionForms and Master Pages - Best Practice Pin
JBHowl6-Aug-15 6:50
JBHowl6-Aug-15 6:50 
AnswerRe: Forms and Master Pages - Best Practice Pin
Afzaal Ahmad Zeeshan6-Aug-15 7:23
professionalAfzaal Ahmad Zeeshan6-Aug-15 7:23 
Although you should consider understanding the master pages first. They are used to create a similar layout across pages. So, a search box would definitely go in the master page. Unless you want to write the same HTML across pages, which would even break the DRY rule. Laugh | :laugh:

So, you must first check (and consider) where are going to show the HTML content. Search box, logo etc they would go in the master page. To be rendered on all pages, a content or snippet such as a form on contact page would only be on that page. So, putting that form in master page would not be a good act. Smile | :)
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionHow to open local files in browser using asp.net. Pin
Mukesh Pr@sad5-Aug-15 23:35
professionalMukesh Pr@sad5-Aug-15 23:35 
QuestionCreating a webservice o target 64 bit process to call 64 bit interiop dll Pin
sma123#5-Aug-15 20:24
sma123#5-Aug-15 20:24 
AnswerRe: Creating a webservice o target 64 bit process to call 64 bit interiop dll Pin
Jawad Siddiqui5-Aug-15 21:51
Jawad Siddiqui5-Aug-15 21:51 
QuestionWebservice except type causing an error Pin
Stephen Holdorf5-Aug-15 5:42
Stephen Holdorf5-Aug-15 5:42 
AnswerRe: Webservice except type causing an error Pin
jkirkerx7-Aug-15 9:27
professionaljkirkerx7-Aug-15 9:27 
QuestionSorting number in gridviewfix Pin
Member 115621495-Aug-15 3:09
Member 115621495-Aug-15 3:09 
AnswerRe: Sorting number in gridviewfix Pin
Herman<T>.Instance27-Aug-15 5:13
Herman<T>.Instance27-Aug-15 5:13 
QuestionAsp.NET MVC and Web API Pin
narkhik2-Aug-15 18:44
narkhik2-Aug-15 18:44 
AnswerRe: Asp.NET MVC and Web API Pin
F-ES Sitecore2-Aug-15 22:40
professionalF-ES Sitecore2-Aug-15 22:40 
GeneralRe: Asp.NET MVC and Web API Pin
Afzaal Ahmad Zeeshan3-Aug-15 1:40
professionalAfzaal Ahmad Zeeshan3-Aug-15 1:40 
GeneralRe: Asp.NET MVC and Web API Pin
F-ES Sitecore3-Aug-15 2:08
professionalF-ES Sitecore3-Aug-15 2:08 
AnswerRe: Asp.NET MVC and Web API Pin
Afzaal Ahmad Zeeshan3-Aug-15 1:40
professionalAfzaal Ahmad Zeeshan3-Aug-15 1:40 
Questioni have issue for calculating Total in Grid control of ASP.net Pin
bablug30-Jul-15 2:25
bablug30-Jul-15 2:25 
AnswerRe: i have issue for calculating Total in Grid control of ASP.net Pin
Richard Deeming30-Jul-15 7:43
mveRichard Deeming30-Jul-15 7:43 
AnswerRe: i have issue for calculating Total in Grid control of ASP.net Pin
User 41802543-Aug-15 10:17
User 41802543-Aug-15 10:17 
QuestionOnly authenticate user can access the authenticated page otherwise redirect to login page uaing ASP.NET webfroms Pin
Member 1115728828-Jul-15 21:40
Member 1115728828-Jul-15 21:40 
AnswerRe: Only authenticate user can access the authenticated page otherwise redirect to login page uaing ASP.NET webfroms Pin
Wendelius28-Jul-15 21:47
mentorWendelius28-Jul-15 21:47 

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.