Click here to Skip to main content
15,794,475 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net MVC:clicking on routelink url not passing all the data to action Pin
Mou_kol5-Feb-18 4:50
Mou_kol5-Feb-18 4:50 
AnswerRe: ASP.Net MVC:clicking on routelink url not passing all the data to action Pin
Richard Deeming5-Feb-18 9:17
mveRichard Deeming5-Feb-18 9:17 
GeneralRe: ASP.Net MVC:clicking on routelink url not passing all the data to action Pin
Mou_kol5-Feb-18 22:56
Mou_kol5-Feb-18 22:56 
QuestionHow to calculate page no for newly inserted records Pin
Mou_kol5-Feb-18 3:54
Mou_kol5-Feb-18 3:54 
AnswerRe: How to calculate page no for newly inserted records Pin
Maciej Los5-Feb-18 4:23
mveMaciej Los5-Feb-18 4:23 
Questionasp.net mvc routing with two controller reference Pin
Mou_kol5-Feb-18 2:18
Mou_kol5-Feb-18 2:18 
AnswerRe: asp.net mvc routing with two controller reference Pin
Richard Deeming5-Feb-18 9:09
mveRichard Deeming5-Feb-18 9:09 
GeneralRe: asp.net mvc routing with two controller reference Pin
Mou_kol5-Feb-18 22:54
Mou_kol5-Feb-18 22:54 
HI Sir,

please check this url asp.net mvc 4 - Using Url.RouteUrl() with Route Names in an Area - Stack Overflow[^]

in the above url you will see a example where two controller name has been mentioned.

here a small snippet.
C#
context.MapRoute(
            "UserHome",
            "User/{id}",
            new { action = "Index", controller = "Home", area = "User", id = 0, 
                       httproute = true },
            new { controller = @"Home", id = @"\d+" }
        );


looking for your further guidance. thanks
GeneralRe: asp.net mvc routing with two controller reference Pin
Richard Deeming6-Feb-18 3:11
mveRichard Deeming6-Feb-18 3:11 
GeneralRe: asp.net mvc routing with two controller reference Pin
Mou_kol6-Feb-18 3:38
Mou_kol6-Feb-18 3:38 
GeneralRe: asp.net mvc routing with two controller reference Pin
Richard Deeming6-Feb-18 3:50
mveRichard Deeming6-Feb-18 3:50 
QuestionWhat is Kubernetes and its usage Pin
Mou_kol4-Feb-18 23:11
Mou_kol4-Feb-18 23:11 
AnswerRe: What is Kubernetes and its usage Pin
Richard MacCutchan5-Feb-18 0:04
mveRichard MacCutchan5-Feb-18 0:04 
GeneralRe: What is Kubernetes and its usage Pin
Mou_kol5-Feb-18 1:36
Mou_kol5-Feb-18 1:36 
GeneralRe: What is Kubernetes and its usage Pin
Richard MacCutchan5-Feb-18 1:42
mveRichard MacCutchan5-Feb-18 1:42 
Questionwhat is needed to create a payment getway? Pin
Ayrton Yagami2-Feb-18 7:34
Ayrton Yagami2-Feb-18 7:34 
AnswerRe: what is needed to create a payment getway? Pin
OriginalGriff2-Feb-18 7:35
mvaOriginalGriff2-Feb-18 7:35 
QuestionASP.Net MVC: Need guide line for a specific routing Pin
Mou_kol2-Feb-18 0:04
Mou_kol2-Feb-18 0:04 
AnswerRe: ASP.Net MVC: Need guide line for a specific routing Pin
F-ES Sitecore2-Feb-18 2:33
professionalF-ES Sitecore2-Feb-18 2:33 
GeneralRe: ASP.Net MVC: Need guide line for a specific routing Pin
Mou_kol4-Feb-18 9:10
Mou_kol4-Feb-18 9:10 
QuestionHow to create a popup when button clicked in parent form and display data grid view with selected columns data and with find and cancel buttons in popup and How to pass a selected value from popup window to parent form's TextBox? Pin
Member 113056081-Feb-18 7:22
Member 113056081-Feb-18 7:22 
AnswerRe: How to create a popup when button clicked in parent form and display data grid view with selected columns data and with find and cancel buttons in popup and How to pass a selected value from popup window to parent form's TextBox? Pin
Richard MacCutchan1-Feb-18 7:46
mveRichard MacCutchan1-Feb-18 7:46 
QuestionWhat type of db is stored in app_data folder of asp.net project Pin
Mou_kol1-Feb-18 2:51
Mou_kol1-Feb-18 2:51 
AnswerRe: What type of db is stored in app_data folder of asp.net project Pin
A_Griffin2-Feb-18 0:52
A_Griffin2-Feb-18 0:52 
QuestionBootstrap CSS: How to bring X icon for textbox Pin
Mou_kol30-Jan-18 0:18
Mou_kol30-Jan-18 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.